Skip to content
This repository has been archived by the owner on May 31, 2019. It is now read-only.

dreid/edn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

edn

Build Status Coverage Status

Python implementation of edn.

Features and points of interest

  • Gives you complete control over how edn's types are mapped into Python. If you don't want symbols and keywords to be turned into strings, this library is for you.

  • Uses immutable types by default, allowing the full range of edn code to be supported.

  • Actually extensible, so your own objects and types can be encoded and decoded in edn.

  • Gets unicode support right.

  • Fully unit tested.

  • Parser implement with Parsley, which makes the code nice and succinct.

About

An edn library for python.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages