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.
☆44Updated last year
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☆114Updated 2 weeks ago
- An index of wheels☆56Updated last week
- Discover and load entry points from installed packages☆75Updated 7 months ago
- A command line tool, to simplify vendoring pure Python dependencies.☆79Updated 2 weeks ago
- Render CLI arguments (sub-commands friendly) defined by the argparse module.☆24Updated this week
- Vendorize packages from PyPI☆101Updated 11 months ago
- ☆64Updated last month
- A big, interactive table of package management tools in the Python ecosystem☆43Updated 2 years ago
- Sort __all__ lists alphabetically☆31Updated last week
- FrozenList is a list-like structure that implements collections.abc.MutableSequence and can be made immutable.☆102Updated 2 weeks ago
- Formats your tox.ini files☆43Updated this week
- A simple Python wheel builder for simple projects.☆32Updated last month
- Backport of PEP 654 (exception groups)☆45Updated this week
- ☆55Updated 2 weeks ago
- Caching for HTTPX☆71Updated 11 months ago
- A wrapper around the stdlib `tokenize` which roundtrips.☆56Updated 2 weeks ago
- Reenter an asyncio or Trio event loop from synchronous code☆84Updated last year
- PEP 621 metadata parsing☆41Updated this week
- CPU parallelism for Trio☆62Updated last week
- ☆45Updated 10 months ago
- Capture the outcome of Python function calls☆34Updated 3 months ago
- Data about packages and maintainers on PyPI☆128Updated 2 months ago
- Backport of pathlib aiming to support the full stdlib Python API.☆83Updated last year
- Super-fast and clean conversions to numbers for Python.☆109Updated 4 months ago
- Automated testing for the examples in your documentation.☆75Updated last month
- Manage Python errors with ease☆25Updated 2 weeks ago
- Python import rewriter☆80Updated 2 weeks ago
- Library to access metadata for Python packages☆134Updated last month
- URI parsing, classification and composition☆65Updated last month
- pytest-print adds the printer fixture you can use to print messages to the user (directly to the pytest runner, not stdout)☆75Updated this week