The modulr Python package
Installation
pip install modulr
Description
The modulr package has one function, make_module,
which saves class and/or function definitions of classes to a module (.py file).
The input objects (classes and/or functions) must defined in the current Python session.
Usage
from modulr import make_module
def func1(x):
...
def func2(x):
...
make_module([func1, func2], module_name='my_funcs.py')
Release files for modulr 0.0.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| modulr-0.0.2.tar.gz | 2.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| modulr-0.0.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 5.6 kB
Release files / modulr-0.0.2.tar.gz
| Download URL | modulr-0.0.2.tar.gz |
|---|---|
| Size | 2.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
e0cf22f260601a505ff5be97feb83d558e536fc94b7d9ec505037dfc33beabca
|
|
BLAKE2b-256 checksum How to use checksums |
3b145ad066c9f233dd92348715a7e50cb2730cb241768415fb882c0bebae6e0f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.6
|
Release files / modulr-0.0.2-py3-none-any.whl
| Download URL | modulr-0.0.2-py3-none-any.whl |
|---|---|
| Size | 3.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
38892958b908dd5f04f9e90eeb5a85e372f9f8d9cbd8da5ce35cd398ebcbaea5
|
|
BLAKE2b-256 checksum How to use checksums |
7aacffd3a1972fcb01b75999cbd489f3cfe95099a879d29db8802589ec74937f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.6
|