Skip to main content

Simple, fast, extensible DSON encoder/decoder for Python

Project description

  • What is Dogeon?

Dogeon is a simple, fast, complete, correct and extensible DSON <http://dogeon.org> encoder and decoder for Python 2.5+ and Python 3.3+. It is pure Python code with no dependencies.

The encoder can be specialized to provide serialization in any kind of situation, without any special support by the objects to be serialized (somewhat like pickle). This is best done with the default kwarg to dumps.

The decoder can handle incoming DSON strings of any specified encoding (UTF-8 by default). It can also be specialized to post-process DSON objects with the object_hook or object_pairs_hook kwargs.

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

Dogeon-1.0.1.tar.gz (13.7 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