Skip to main content

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 hashes)

Uploaded Source

Built Distribution

generify-0.1.3-py3-none-any.whl (7.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page