Skip to main content

A python framework for deserialization

Project description

volga   license release python-version open-issues last-commit stars

volga is a framework for deserializing Python data structures.


volga will allow you to flow your data into any format that you'd like.

Example:

  import volga-json
  
  @Deserealize
  def class User():
    name: Annotated<str, volga-json.exclude('yefri')>
    age: int
  
  
  # ...
  
  deserealized = volga-json.from_string(json_string)

Team Members

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

volga-0.1.2.tar.gz (2.8 kB view hashes)

Uploaded Source

Built Distribution

volga-0.1.2-py3-none-any.whl (2.9 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