mitsuhiko / multiversionLinks
A hack that allows you to use different versions of the same library in the same Python process without clashes
☆90Updated 13 years ago
Alternatives and similar repositories for multiversion
Users that are interested in multiversion are comparing it to the libraries listed below
Sorting:
- import debug☆58Updated 8 years ago
- Run async workflows using pytest-fixtures-style dependency injection☆34Updated 2 years ago
- Discover and load entry points from installed packages☆75Updated 6 months ago
- ⚱️ Lightweight, self-contained templating for Python 2 and 3, a la Dust templates☆56Updated last month
- Grep Python Abstract Syntax Trees (AST) using XPath☆96Updated 2 months ago
- Read Watches in Python☆40Updated last year
- A list of Python type checkers (PEP 484 compliant and not, static and runtime/dynamic)☆63Updated 3 years ago
- Python library for manipulating URLs (and some URIs) in a more natural way.☆187Updated 3 years ago
- Module to have suggestions in case of errors (NameError, AttributeError, etc).☆120Updated last week
- An implementation of namedtuple written in C for warp speed.☆54Updated 7 years ago
- Python's dir() for humans.☆243Updated 4 months ago
- A Python list replacement that's optimized for homogeneous collections.☆45Updated 5 years ago
- Re-apply type annotations from .pyi stubs to your codebase.☆142Updated 2 years ago
- Pythonic, low noise structured document authoring☆79Updated 13 years ago
- Formats Python code to follow a consistent style☆94Updated last year
- building blocks for with-statement-related hackery☆62Updated 7 years ago
- A wrapper around the stdlib `tokenize` which roundtrips.☆55Updated this week
- Easy anonymous functions by partial application of operators☆102Updated last year
- A backport of `breakpoint` to python<3.7.☆44Updated 3 years ago
- Relaxed test discovery for pytest☆34Updated last year
- A Textual-based Python AST viewing widget library and application☆92Updated last year
- 🗿 Straightforward CLI parsing and dispatching microframework☆21Updated 7 months ago
- attach to running Python process☆114Updated last year
- flake8 plugin which checks for misuse of `sys.version` or `sys.version_info`☆64Updated last year
- A backend for the `keyring` module which uses a hardware token to require user presence for any secret access, by encrypting your vault a…☆39Updated 3 months ago
- Python variant types that work with match☆50Updated last year
- An unofficial, importable pip API☆114Updated last month
- Create reproducible installations for a virtual environment from a lock file☆86Updated 2 months ago
- A pytest plugin to trace resource leaks.