generify
generifies python classes to generic dict containing only python internals, numpy arrays and panda lists.
Usage Example
below is a basic example
from generify import generify
class Scalar:
def __init__(self) -> None:
self.val_int = 3
self.val_float = 10.0
self.val_str = "jhon"
self.val_bool = True
generic_obj = generify(Scalar())
print(generic_obj)
Release files for generify 0.1.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| generify-0.1.3.tar.gz | 6.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| generify-0.1.3-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 14.5 kB
Release files / generify-0.1.3.tar.gz
| Download URL | generify-0.1.3.tar.gz |
|---|---|
| Size | 6.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
f664f088e355c24933c165d75fa46dbe1d93f1c9ce1d2b499a89db56541c0b44
|
|
BLAKE2b-256 checksum How to use checksums |
433b35808fd2bcece9999b1677cb26c0eb864e8e7fef12e1dca5496a98abaf9f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.0 CPython/3.12.4
|
Release files / generify-0.1.3-py3-none-any.whl
| Download URL | generify-0.1.3-py3-none-any.whl |
|---|---|
| Size | 7.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
205fd157defd392977fbaa264e541f6eb9d96ddb622c21ae7a31d3f4a12d1b68
|
|
BLAKE2b-256 checksum How to use checksums |
72ccbd48704129999efec89bb327a01cf9d33dcf1f9affa50bab21452306e130
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.0 CPython/3.12.4
|