{ "info": { "author": "Martin Garcia", "author_email": "newluxfero@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3" ], "description": "===============================\njsonhumanize\n===============================\n\n.. image:: https://badge.fury.io/py/jsonhumanize.png\n :target: http://badge.fury.io/py/jsonhumanize\n \n.. image:: https://travis-ci.org/magarcia/jsonhumanize.png?branch=master\n :target: https://travis-ci.org/magarcia/jsonhumanize\n\n.. image:: https://pypip.in/d/jsonhumanize/badge.png\n :target: https://crate.io/packages/jsonhumanize?version=latest\n\n\nConvert JSON to human readable HTML\n\n*This is a python version from* `json.human.js\n`_\n\n* Free software: MIT license\n* Documentation: http://jsonhumanize.rtfd.org.\n\n============\nInstallation\n============\n\nAt the command line::\n\n $ easy_install jsonhumanize\n\nOr, if you have virtualenvwrapper installed::\n\n $ mkvirtualenv jsonhumanize\n $ pip install jsonhumanize\n\n========\nUsage\n========\n\nTo use jsonhumanize in a project::\n\n import jsonhumanize\n\nTo use jsonhumanize from command line::\n\n $ json-humanize input.json -o output/index.html\n\n # For more information about command line\n $ json-humanize --help\n\n============\nContributing\n============\n\nContributions are welcome, and they are greatly appreciated! Every\nlittle bit helps, and credit will always be given. \n\nYou can contribute in many ways:\n\nTypes of Contributions\n----------------------\n\nReport Bugs\n~~~~~~~~~~~\n\nReport bugs at https://github.com/magarcia/jsonhumanize/issues.\n\nIf you are reporting a bug, please include:\n\n* Your operating system name and version.\n* Any details about your local setup that might be helpful in troubleshooting.\n* Detailed steps to reproduce the bug.\n\nFix Bugs\n~~~~~~~~\n\nLook through the GitHub issues for bugs. Anything tagged with \"bug\"\nis open to whoever wants to implement it.\n\nImplement Features\n~~~~~~~~~~~~~~~~~~\n\nLook through the GitHub issues for features. Anything tagged with \"feature\"\nis open to whoever wants to implement it.\n\nWrite Documentation\n~~~~~~~~~~~~~~~~~~~\n\njsonhumanize could always use more documentation, whether as part of the \nofficial jsonhumanize docs, in docstrings, or even on the web in blog posts,\narticles, and such.\n\nSubmit Feedback\n~~~~~~~~~~~~~~~\n\nThe best way to send feedback is to file an issue at https://github.com/magarcia/jsonhumanize/issues.\n\nIf you are proposing a feature:\n\n* Explain in detail how it would work.\n* Keep the scope as narrow as possible, to make it easier to implement.\n* Remember that this is a volunteer-driven project, and that contributions\n are welcome :)\n\nGet Started!\n------------\n\nReady to contribute? Here's how to set up `jsonhumanize` for local development.\n\n1. Fork the `jsonhumanize` repo on GitHub.\n2. Clone your fork locally::\n\n $ git clone git@github.com:your_name_here/jsonhumanize.git\n\n3. Install your local copy into a virtualenv. Assuming you have virtualenvwrapper installed, this is how you set up your fork for local development::\n\n $ mkvirtualenv jsonhumanize\n $ cd jsonhumanize/\n $ python setup.py develop\n\n4. Create a branch for local development::\n\n $ git checkout -b name-of-your-bugfix-or-feature\n\n Now you can make your changes locally.\n\n5. When you're done making changes, check that your changes pass flake8 and the\ntests, including testing other Python versions with tox::\n\n $ flake8 jsonhumanize tests\n $ python setup.py test\n $ tox\n\n To get flake8 and tox, just pip install them into your virtualenv. \n\n6. Commit your changes and push your branch to GitHub::\n\n $ git add .\n $ git commit -m \"Your detailed description of your changes.\"\n $ git push origin name-of-your-bugfix-or-feature\n\n7. Submit a pull request through the GitHub website.\n\nPull Request Guidelines\n-----------------------\n\nBefore you submit a pull request, check that it meets these guidelines:\n\n1. The pull request should include tests.\n2. If the pull request adds functionality, the docs should be updated. Put\n your new functionality into a function with a docstring, and add the\n feature to the list in README.rst.\n3. The pull request should work for Python 2.6, 2.7, and 3.3, and for PyPy. Check \n https://travis-ci.org/magarcia/jsonhumanize/pull_requests\n and make sure that the tests pass for all supported Python versions.\n\nTips\n----\n\nTo run a subset of tests::\n\n $ python -m unittest tests.test_jsonhumanize\n\n\n\nHistory\n-------\n\n0.1.1 (2013-09-15)\n++++++++++++++++++\n\n* Change tests to nose.\n* Add support for Python 2.6 and Python 3.3\n\n0.1.0 (2013-09-15)\n++++++++++++++++++\n\n* First release.", "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/magarcia/jsonhumanize", "keywords": "jsonhumanize", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "jsonhumanize", "package_url": "https://pypi.org/project/jsonhumanize/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/jsonhumanize/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/magarcia/jsonhumanize" }, "release_url": "https://pypi.org/project/jsonhumanize/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "Convert JSON to human readable HTML", "version": "0.1.1" }, "last_serial": 2932920, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "e49f3fbd22c9d28b69edfa824bc07f17", "sha256": "7f707917387e5d003451f541747a97d558d8aba8ef3ce49bbcb47992cb3dfaec" }, "downloads": -1, "filename": "jsonhumanize-0.1.0.tar.gz", "has_sig": false, "md5_digest": "e49f3fbd22c9d28b69edfa824bc07f17", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5411, "upload_time": "2013-09-15T15:22:02", "url": "https://files.pythonhosted.org/packages/95/4d/86a2f3b337fb2fcfb74ca0e83d7ffbf2ccb28dacefe783ad1cc448f48651/jsonhumanize-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "4d6b0df7b34319d54177a175a6abfa84", "sha256": "d3cddccdadbcd75c3dca8933a841d48eddbc1767e53092cf0f816ea4dcf460b4" }, "downloads": -1, "filename": "jsonhumanize-0.1.1.tar.gz", "has_sig": false, "md5_digest": "4d6b0df7b34319d54177a175a6abfa84", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6700, "upload_time": "2013-09-15T17:41:40", "url": "https://files.pythonhosted.org/packages/21/ec/6597d49f938d4cf86e91a1e0fab8a3398ef4510b2e4a017f2065a0c88709/jsonhumanize-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "4d6b0df7b34319d54177a175a6abfa84", "sha256": "d3cddccdadbcd75c3dca8933a841d48eddbc1767e53092cf0f816ea4dcf460b4" }, "downloads": -1, "filename": "jsonhumanize-0.1.1.tar.gz", "has_sig": false, "md5_digest": "4d6b0df7b34319d54177a175a6abfa84", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6700, "upload_time": "2013-09-15T17:41:40", "url": "https://files.pythonhosted.org/packages/21/ec/6597d49f938d4cf86e91a1e0fab8a3398ef4510b2e4a017f2065a0c88709/jsonhumanize-0.1.1.tar.gz" } ] }