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:
- Reenter an asyncio or Trio event loop from synchronous code☆86Updated last year
- A generic dependency-resolution library written in pure Python☆82Updated 5 years ago
- An index of wheels☆57Updated 3 weeks ago
- Vendorize packages from PyPI☆104Updated last year
- A wrapper around the stdlib `tokenize` which roundtrips.☆58Updated last week
- A low-level library which implements some Python packaging standards (PEPs) and which could be used by third-party packaging tools to ac…☆58Updated 2 months ago
- ☆66Updated last month
- An unofficial, importable pip API☆116Updated 3 weeks ago
- Capture the outcome of Python function calls☆35Updated 6 months ago
- A simple Python wheel builder for simple projects.☆32Updated 3 weeks ago
- Data about packages and maintainers on PyPI☆130Updated 5 months ago
- distributed Python deployment and communication☆90Updated last week
- Render CLI arguments (sub-commands friendly) defined by the argparse module.☆24Updated last week
- Cross-specification JSON referencing (JSON Schema, OpenAPI, and the one you just made up!)☆51Updated last week
- ☆54Updated last week
- Run async workflows using pytest-fixtures-style dependency injection☆34Updated 2 years ago
- Build requirements files from setup.py.☆27Updated 3 weeks ago
- Better version of repr/reprlib for short, cheap string representations in Python☆24Updated last year
- A low-level library for installing from a Python wheel distribution.☆137Updated last week
- CPU parallelism for Trio☆65Updated 3 weeks ago
- Super-fast and clean conversions to numbers for Python.☆110Updated 6 months ago
- Sniff out which async library your code is running under☆141Updated last year
- Pytest plugin for trio☆58Updated this week
- A list of Python type checkers (PEP 484 compliant and not, static and runtime/dynamic)☆68Updated 3 years 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
- A new Python HTTP client for everybody☆82Updated 4 years ago
- Resolve JSON Pointers in Python☆144Updated 3 months ago
- Yet another style-preserving TOML library for Python☆13Updated 3 years ago
- Re-apply type annotations from .pyi stubs to your codebase.☆143Updated 3 years ago
- A command line tool, to simplify vendoring pure Python dependencies.☆81Updated last week