clspack is a python library that packagizes python classes
Project description
clspack
clspack is a python library that packagizes python classes
how to use
install clspack
pip install clspack
define your class in main
class MyClass():
"""hi"""
test = 1
def __init__(self):
# hidden init comment
pass
@classmethod
def cls_method(cls):
pass
get source code for your class
from clspack import pack
pack(MyClass)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
clspack-0.0.2.tar.gz
(6.6 kB
view details)
Built Distribution
File details
Details for the file clspack-0.0.2.tar.gz
.
File metadata
- Download URL: clspack-0.0.2.tar.gz
- Upload date:
- Size: 6.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.20
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 38feb5217632d79a1a6a745f5b9cfb4963af6a0e078307a13a4de6536cbeb631 |
|
MD5 | 7490a4be58575f5a522c2800d99d8856 |
|
BLAKE2b-256 | efe66e693bb58eb65cc7f6816f2150a3a7dec6a1a3c88df42129a03c8f833113 |
File details
Details for the file clspack-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: clspack-0.0.2-py3-none-any.whl
- Upload date:
- Size: 6.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.20
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 65c13a4c410345b12ba454f77a3a3941e86ec56ef28e2d2d7616c98ebe645057 |
|
MD5 | 5d561738d245a30cab41402e33fd32f0 |
|
BLAKE2b-256 | 35a4f9995a775ad0686f923623ed81c0f4150151d0cf0b1f2c159e25ad069b17 |