serpentarium
A Python framework for running plugins with conflicting dependencies
Description
Coming soon!
Installation
pip install serpentarium
Caveats
- This package is highly experimental
import serpentariummust be the first thing that your code imports so that it can save the state of the interpreter's import system before any other imports modify it.- MultiprocessingPlugin only works with the "spawn" method (for now). On Linux, you'll need to use a multiprocessing Context object with the "spawn" method to generate any Locks, Events, or other synchronization primitives that will be passed to a plugin.
- SECURITY: This project loads and executes code from files. Do not load or run plugins from untrusted sources.
Development
Pre-commit hooks
pre-commit install
Release files for serpentarium 0.6.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| serpentarium-0.6.1.tar.gz | 20.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| serpentarium-0.6.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 42.9 kB
Release files / serpentarium-0.6.1.tar.gz
| Download URL | serpentarium-0.6.1.tar.gz |
|---|---|
| Size | 20.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
f1a356a5e0f4913f3ca25b2f0bb46f06cc5cd64fef50854a1b4d5feb55bceebb
|
|
BLAKE2b-256 checksum How to use checksums |
8b7132b60525d60720d6325b4c6b9720e79977cb3c055285c7976f191cb89a21
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.3.0 CPython/3.10.6 Linux/5.15.0-58-generic
|
Release files / serpentarium-0.6.1-py3-none-any.whl
| Download URL | serpentarium-0.6.1-py3-none-any.whl |
|---|---|
| Size | 22.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
dfd0008a8e4ea81e9c263a6ac5b4c24919948e2271879d699b3e15d5445b9c74
|
|
BLAKE2b-256 checksum How to use checksums |
0bfe53be1984951cb78820103f96f13d14b5fca83486af242480fba1ec9c418c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.3.0 CPython/3.10.6 Linux/5.15.0-58-generic
|