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 year
- A generic dependency-resolution library written in pure Python☆83Updated 5 years ago
- Re-apply type annotations from .pyi stubs to your codebase.☆145Updated 3 years ago
- Capture the outcome of Python function calls☆36Updated 8 months ago
- Pytest plugin for trio☆59Updated 2 months ago
- A new Python HTTP client for everybody☆83Updated 5 years ago
- An unofficial, importable pip API☆118Updated last week
- Vendorize packages from PyPI☆106Updated last year
- A list of Python type checkers (PEP 484 compliant and not, static and runtime/dynamic)☆69Updated 3 weeks ago
- Manage Python errors with ease☆25Updated 2 weeks ago
- Sniff out which async library your code is running under☆143Updated last year
- CPU parallelism for Trio☆65Updated 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)