Skip to main content

A software package to help with persisting to and reading from DB for more Python objects

Project description

https://github.com/serioeseGmbH/hackwork-gayson

hackwork_gayson is a library to help with persisting data to and reading data from the database (i.e. a JSONField) by defining JSON conversion for additional Python types.

Quick start

  1. Install the package with pip:

    pip install hackwork-gayson
  2. Import gayson.Convert. It provides class methods value_to_json and json_to_value.

  3. Convert away.

  4. Optionally, derive your own subclasses of Converter to add to the conversion capabilities. Keep in mind that the conversion will only be available when your additional subclasses are imported.

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

hackwork_gayson-0.0.2.tar.gz (4.3 kB view hashes)

Uploaded Source

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