{ "info": { "author": "Thomas Van Doren", "author_email": "thomas@thomasvandoren.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.7" ], "description": "hiera-py\n========\nPython interface for the hiera hierarchical database.\n\n.. image:: https://travis-ci.org/thomasvandoren/hiera-py.png?branch=master\n :target: https://travis-ci.org/thomasvandoren/hiera-py\n\nSee the `documentation on puppetlabs.com\n`_ for more detail.\n\nInstallation\n------------\n\n.. code-block:: bash\n\n pip install hiera-py\n\n # Or, if you prefer easy_install:\n easy_install hiera-py\n\n # Or, if you prefer to install from source:\n python setup.py install\n\nSupported python versions\n~~~~~~~~~~~~~~~~~~~~~~~~~\n\n* 2.7\n* PyPy\n\nEventually, I would like to support 3.x and 2.6+.\n\nGetting Started\n---------------\n\n.. code-block:: pycon\n\n >>> import hiera\n >>> hiera_client = hiera.HieraClient('/etc/hiera.yml', environment='dev')\n >>> hiera_client.get('my_key')\n 'my_value'\n >>> hiera_client.get('nonexistent_key')\n Traceback (most recent call last):\n ...\n hiera.exc.HieraError: Failed to retrieve key nonexistent_key. ...\n\nLicense\n-------\nBSD\n\nAuthors\n-------\nThomas Van Doren\n\nTesting\n-------\n\n.. code-block:: bash\n\n # Run the tests against python 2.7.\n tox\n\n # Run the tests against python 2.7 with code coverage.\n tox -e cover\n\n # Run the tests against a bunch of python versions.\n tox -e py25,py26,py27,py31,py32,py33,pypy", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://hiera-py.readthedocs.org/", "keywords": "hiera", "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "hiera-py", "package_url": "https://pypi.org/project/hiera-py/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/hiera-py/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://hiera-py.readthedocs.org/" }, "release_url": "https://pypi.org/project/hiera-py/0.0.1/", "requires_dist": null, "requires_python": null, "summary": "Python interface for the hiera hierachical database.", "version": "0.0.1" }, "last_serial": 792929, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "31cbb5416f627dc6c88740034cc59e51", "sha256": "a0bc71c6fad912ae13e49405896fab2b5708d55ec3516348c557553343b8cda3" }, "downloads": -1, "filename": "hiera-py-0.0.1.tar.gz", "has_sig": false, "md5_digest": "31cbb5416f627dc6c88740034cc59e51", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3523, "upload_time": "2013-04-04T02:44:50", "url": "https://files.pythonhosted.org/packages/10/a4/38e41f24442ac96c2334c59e4850e168a7ff8bbc2e36810a7d1b8d58f518/hiera-py-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "31cbb5416f627dc6c88740034cc59e51", "sha256": "a0bc71c6fad912ae13e49405896fab2b5708d55ec3516348c557553343b8cda3" }, "downloads": -1, "filename": "hiera-py-0.0.1.tar.gz", "has_sig": false, "md5_digest": "31cbb5416f627dc6c88740034cc59e51", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3523, "upload_time": "2013-04-04T02:44:50", "url": "https://files.pythonhosted.org/packages/10/a4/38e41f24442ac96c2334c59e4850e168a7ff8bbc2e36810a7d1b8d58f518/hiera-py-0.0.1.tar.gz" } ] }