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 3 weeks ago
Alternatives and similar repositories for modulegraph
Users that are interested in modulegraph are comparing it to the libraries listed below
Sorting:
- Reenter an asyncio or Trio event loop from synchronous code☆87Updated last month
- A generic dependency-resolution library written in pure Python☆83Updated 5 years ago
- An index of wheels☆57Updated last month
- An unofficial, importable pip API☆119Updated last month
- Pytest plugin for trio☆60Updated 3 months ago
- Capture the outcome of Python function calls☆34Updated 10 months ago
- Manage Python errors with ease☆25Updated last week
- A list of Python type checkers (PEP 484 compliant and not, static and runtime/dynamic)☆70Updated 2 months ago
- CPU parallelism for Trio☆66Updated 2 weeks ago
- 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
- ☆46Updated 3 weeks ago
- Run async workflows using pytest-fixtures-style dependency injection☆35Updated 3 months ago
- ☆55Updated last week
- Vendorize packages from PyPI☆106Updated last year
- A simple Python wheel builder for simple projects.☆32Updated last week
- Extract jsonschema from various Python objects☆31Updated 3 years ago
- Cross-specification JSON referencing (JSON Schema, OpenAPI, and the one you just made up!)☆52Updated 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…☆60Updated 6 months ago
- Re-apply type annotations from .pyi stubs to your codebase.☆146Updated 3 years ago
- A low-level library for installing from a Python wheel distribution.☆142Updated this week
- Caching for HTTPX☆73Updated 3 months ago
- Super-fast and clean conversions to numbers for Python.☆110Updated 10 months ago
- A fast native implementation of diff algorithm with a pure Python fallback☆39Updated 3 years ago
- Library to access metadata for Python packages☆139Updated last month
- ☆46Updated 5 years ago
- A command line tool, to simplify vendoring pure Python dependencies.☆83Updated last week
- (not ready yet) A simple but powerful job scheduler for Trio programs☆71Updated 5 years ago
- Extend Python syntax with HTML.☆89Updated 5 years ago
- Fast property caching☆33Updated 3 weeks ago
- A wrapper around the stdlib `tokenize` which roundtrips.☆61Updated last month