Metadata-Version: 1.1
Name: pyaxon
Version: 0.6
Summary: Python library for AXON
Home-page: http://intellimath.bitbucket.org/axon
Author: Zaur Shibzukhov
Author-email: szport@gmail.com
License: MIT License
Download-URL: https://bitbucket.org/intellimath/pyaxon
Description: ======
        PYAXON
        ======
        
        ``pyaxon`` is an `MIT Licensed <http://opensource.org/licenses/MIT>`_ python library
        for `AXON <http://intellimath.bitbucket.org/axon>`_. 
        AXON is eXtended Object Notation. It's a simple text based format for interchanging
        objects, documents and data.
        It tries to combine the best of `JSON <http://www.json.org>`_,
        `XML <http://www.w3.org/XML/>`_ and `YAML <http://www.yaml.org>`_.
        
        Main repository for ``pyaxon`` is on `bitbucket <https://bitbucket.org/intellimath/pyaxon>`_.
        Mirror on `github <https://github.com/intellimath/pyaxon>`_
        
        `Blog <http://intellimath.bitbucket.org/blog/categories/axon.html>`_ about AXON.
        
        History of `changes <http://intellimath.bitbucket.org/axon/changelog.html>`_.
        
        Features
        --------
        
        1. Provide simple API for loading and dumping of objects in textual AXON format.
        2. Provide safe loading and dumping by default.
        3. Provide unsafe loading and dumping of objects on the base of registration of factory/reduce callables.
        4. Provide a way for fully controlled by application/framework/library unsafe loading and dumping.
        5. It's sufficiently fast so as to be useful.
        
Keywords: Object Notation,Serialization
Platform: Linux
Platform: Mac OS X
Platform: Windows
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
