ronaldoussoren / modulegraphLinks
modulegraph determines a dependency graph between Python modules primarily by bytecode analysis for import statements. modulegraph uses similar methods to modulefinder from the standard library, but uses a more flexible internal representation, has more extensive knowledge of special cases, and is extensible.
☆46Updated 2 years ago
Alternatives and similar repositories for modulegraph
Users that are interested in modulegraph are comparing it to the libraries listed below
Sorting:
- An unofficial, importable pip API☆116Updated last month
- Reenter an asyncio or Trio event loop from synchronous code☆86Updated last year
- An index of wheels☆57Updated this week
- A generic dependency-resolution library written in pure Python☆83Updated 5 years ago
- FrozenList is a list-like structure that implements collections.abc.MutableSequence and can be made immutable.☆115Updated this week
- Manage Python errors with ease☆25Updated last week
- A list of Python type checkers (PEP 484 compliant and not, static and runtime/dynamic)☆68Updated 3 years ago
- PostgreSQL client for Trio based on asyncpg☆46Updated last year
- A wrapper around the stdlib `tokenize` which roundtrips.☆58Updated last week
- Pytest plugin for trio☆58Updated 2 weeks ago
- Capture the outcome of Python function calls☆35Updated 6 months ago
- Render CLI arguments (sub-commands friendly) defined by the argparse module.☆25Updated last week
- Build requirements files from setup.py.☆27Updated last month
- ☆67Updated 2 months ago
- A new Python HTTP client for everybody☆82Updated 4 years ago
- A low-level library for installing from a Python wheel distribution.☆137Updated last week
- Vendorize packages from PyPI☆105Updated last year
- pytest-print adds the printer fixture you can use to print messages to the user (directly to the pytest runner, not stdout)☆76Updated this week
- A low-level library which implements some Python packaging standards (PEPs) and which could be used by third-party packaging tools to ac…☆57Updated 3 months ago
- ☆46Updated 5 years ago
- Run async workflows using pytest-fixtures-style dependency injection☆35Updated 2 weeks ago
- Re-apply type annotations from .pyi stubs to your codebase.☆144Updated 3 years ago
- Extract jsonschema from various Python objects☆28Updated 2 years ago
- ☆55Updated last week
- Discover and load entry points from installed packages☆76Updated 10 months ago
- Super-fast and clean conversions to numbers for Python.☆110Updated 7 months ago
- Canonical source for classifiers on PyPI.☆175Updated last month
- A simple Python wheel builder for simple projects.☆32Updated 2 weeks ago
- Safely evaluate AST nodes without side effects☆47Updated last year
- URI parsing, classification and composition☆65Updated 3 weeks ago