Easily create and run tasks (=function calls) with almost seamless transition between Local development and Distributed deployment.
Project description
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)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
generify-0.1.3.tar.gz
(6.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file generify-0.1.3.tar.gz.
File metadata
- Download URL: generify-0.1.3.tar.gz
- Upload date:
- Size: 6.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f664f088e355c24933c165d75fa46dbe1d93f1c9ce1d2b499a89db56541c0b44
|
|
| MD5 |
49fdd852afedb82274ae4d9c912f5912
|
|
| BLAKE2b-256 |
433b35808fd2bcece9999b1677cb26c0eb864e8e7fef12e1dca5496a98abaf9f
|
File details
Details for the file generify-0.1.3-py3-none-any.whl.
File metadata
- Download URL: generify-0.1.3-py3-none-any.whl
- Upload date:
- Size: 7.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
205fd157defd392977fbaa264e541f6eb9d96ddb622c21ae7a31d3f4a12d1b68
|
|
| MD5 |
fb07f4d3df3f2e86e9fd93d7ec1b34a3
|
|
| BLAKE2b-256 |
72ccbd48704129999efec89bb327a01cf9d33dcf1f9affa50bab21452306e130
|