Skip to main content

"Automatically load and dump your dataclasses 📂🙋"

Project description

file dataclasses

Installation

By default, filedataclasses comes with support for JSON files only. To support other formats like YAML and TOML, filedataclasses requires additional dependencies to be installed.

To install filedataclasses with JSON support only, use:

pip install filedataclasses # only json supported

To install fileclasses with YAML or TOML support, use:

pip install filedataclasses[yaml]  # for toml use: [toml]

To install fileclasses with support for all available file formats, use:

pip install filedataclasses[all]  # [toml, yaml] works too!

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

filedataclasses-0.1.0.tar.gz (7.0 kB view hashes)

Uploaded Source

Built Distribution

filedataclasses-0.1.0-py3-none-any.whl (8.3 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