{ "info": { "author": "Ryan Luckie", "author_email": "rtluckie@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Console", "Intended Audience :: Developers", "Intended Audience :: System Administrators", "License :: OSI Approved :: MIT License", "Operating System :: MacOS :: MacOS X", "Operating System :: POSIX", "Operating System :: Unix", "Programming Language :: Python :: 2.5", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Topic :: Software Development", "Topic :: Software Development :: Libraries", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: System :: Systems Administration", "Topic :: Utilities" ], "description": "Seria: Serialization for Humans\n===============================\n.. image:: https://img.shields.io/pypi/v/seria.svg\n :target: https://pypi.python.org/pypi/seria\n\n.. image:: https://img.shields.io/pypi/dm/seria.svg\n :target: https://pypi.python.org/pypi/seria\n\n.. image:: https://travis-ci.org/rtluckie/seria.svg?branch=master\n :target: https://travis-ci.org/rtluckie/seria\n\nBasic Usage\n-----------\n\n.. code-block:: python\n\n import seria\n with open(\"tests/resources/good.xml\", \"rb\") as f:\n s = seria.load(f)\n print s.dump('xml')\n print s.dump('json')\n print s.dump('yaml')\n\nCLI Tool\n-----------\nSeria includes a useful command line tool.\n\n.. code-block:: bash\n \n cat tests/resources/good.xml | seria -y -\n cat tests/resources/good.json | seria -j -\n cat tests/resources/good.yaml | seria -x -\n cat tests/resources/good.xml | seria -x - | seria -j - | seria -y -\n\n\nFeatures\n--------\n\n- Support for (with a few limitations) json, yaml, xml\n\nInstallation\n------------\n\n.. code-block:: bash\n\n pip install seria", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/rtluckie/seria", "keywords": "yaml json yaml yml serialize serialization deserialize deserialization cli", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "seria", "package_url": "https://pypi.org/project/seria/", "platform": "all", "project_url": "https://pypi.org/project/seria/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/rtluckie/seria" }, "release_url": "https://pypi.org/project/seria/0.1.5/", "requires_dist": null, "requires_python": null, "summary": "Serialization for Humans", "version": "0.1.5" }, "last_serial": 2106910, "releases": { "0.1.3": [ { "comment_text": "", "digests": { "md5": "2b0a7b2aab9b257b6680caab9987688c", "sha256": "e76515dc826b5ca777f49221a89e4dcadc340cb4ba8a0f5041ae9b2a4da1d7c6" }, "downloads": -1, "filename": "seria-0.1.3.tar.gz", "has_sig": false, "md5_digest": "2b0a7b2aab9b257b6680caab9987688c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7101, "upload_time": "2015-03-16T15:49:04", "url": "https://files.pythonhosted.org/packages/1e/55/b0bbf7caf6d321bae78ea71a90e246a21558b5d8ce115b6961250109e43b/seria-0.1.3.tar.gz" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "9d3a16ae8ca35f089ec00386fc7f36b4", "sha256": "b3718526bb89d4b585e59f21377a4692efc61cf30806be1ac0f9fa39ecf2b5dd" }, "downloads": -1, "filename": "seria-0.1.4.tar.gz", "has_sig": false, "md5_digest": "9d3a16ae8ca35f089ec00386fc7f36b4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7339, "upload_time": "2015-10-25T20:14:24", "url": "https://files.pythonhosted.org/packages/00/73/9bc45e6d871496fc79541833127fdc565929cd96433a3db5d0420fc0e779/seria-0.1.4.tar.gz" } ], "0.1.5": [ { "comment_text": "", "digests": { "md5": "10e9d42c61f74953bcb01c64ec05e065", "sha256": "af82df19ed6e495725d73b12ac58f54323d630f0816102c23f4c5a69e3d5ce02" }, "downloads": -1, "filename": "seria-0.1.5.tar.gz", "has_sig": false, "md5_digest": "10e9d42c61f74953bcb01c64ec05e065", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12467, "upload_time": "2016-05-09T17:27:04", "url": "https://files.pythonhosted.org/packages/9b/df/d1caa3eca7bfdcb736ca654ffb1a677657f3dd346ff0907053d49587c77e/seria-0.1.5.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "10e9d42c61f74953bcb01c64ec05e065", "sha256": "af82df19ed6e495725d73b12ac58f54323d630f0816102c23f4c5a69e3d5ce02" }, "downloads": -1, "filename": "seria-0.1.5.tar.gz", "has_sig": false, "md5_digest": "10e9d42c61f74953bcb01c64ec05e065", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12467, "upload_time": "2016-05-09T17:27:04", "url": "https://files.pythonhosted.org/packages/9b/df/d1caa3eca7bfdcb736ca654ffb1a677657f3dd346ff0907053d49587c77e/seria-0.1.5.tar.gz" } ] }