{ "info": { "author": "Mika Eloranta", "author_email": "mika.eloranta@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "Intended Audience :: System Administrators", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: System :: Installation/Setup", "Topic :: System :: Software Distribution" ], "description": "===========\nPoni readme\n===========\n\nOverview\n========\nPoni is a simple system configuration management tool implemented in Python_.\n\nGeneral Information\n===================\n:documentation: http://melor.github.com/poni/\n:source repo: https://github.com/melor/poni\n:pypi: http://pypi.python.org/pypi/poni\n:email: mika dot eloranta at gmail dot com\n:bug tracker: https://github.com/melor/poni/issues\n\nPre-requisites\n==============\n\nInstalling and operating Poni requires:\n\n* Python_ 2.6 (or greater)\n* setuptools_ installed\n* Internet connection for downloading the dependency Python packages from PyPI_\n\n.. _Python: http://www.python.org/\n.. _setuptools: http://http://pypi.python.org/pypi/setuptools\n.. _PyPI: http://pypi.python.org/\n\nUsing Amazon EC2 requires setting the following environment variables::\n\n export AWS_ACCESS_KEY_ID=\n export AWS_SECRET_ACCESS_KEY=\n\nAdditionally, running the included automated tests requires:\n\n* nose_\n\n.. _nose: http://pypi.python.org/pypi/nose\n\nBuilding HTML files from the included ReST_ documentation requires:\n\n* docutils_\n* Sphinx_\n\n.. _ReST: http://docutils.sourceforge.net/rst.html\n.. _docutils: http://pypi.python.org/pypi/docutils\n\nInstallation\n============\nNOTE: during installation the following packages and their dependencies are\nautomatically installed from PyPI_:\n\n* `path.py`_ (directory and file management)\n* Cheetah_ (text-based templating language)\n* Argh_ (command-line argument parsing)\n\nInstalling the following Python libraries will add optional functionality:\n\n* Paramiko_ (Remote node control using SSH)\n* GitPython_ (Version controlling the repository with Git)\n* Boto_ (`Amazon EC2`_ virtual machine provisioning)\n* Genshi_ (XML-based templating)\n\n.. _`Amazon EC2`: http://aws.amazon.com/ec2/\n.. _Paramiko: http://pypi.python.org/pypi/paramiko\n.. _Boto: http://pypi.python.org/pypi/boto\n.. _`path.py`: http://pypi.python.org/pypi/path.py\n.. _Argh: http://pypi.python.org/pypi/argh\n.. _GitPython: http://pypi.python.org/pypi/GitPython\n.. _Cheetah: http://pypi.python.org/pypi/Cheetah\n.. _Genshi: http://pypi.python.org/pypi/Genshi\n.. _Sphinx: http://sphinx.pocoo.org/\n\nInstallation using pip or easy_install\n--------------------------------------\nPoni can be installed from Python Package Index (PyPI) by running ``pip install poni`` or\n``easy_install poni``.\n\nManual Installation steps\n-------------------------\n1. Unpack the ``poni-v.vv.tar.gz`` package\n2. ``cd poni-v.vv/``\n3. ``python setup.py install``\n\nVerifying the installation\n--------------------------\n* You should be able to ``import poni`` from Python\n* The ``poni`` command-line tool is installed (to a platform-specific location),\n try running ``poni -h`` for help\n* Running automated tests: ``cd poni-v.vv/ && nosetests``\n\nUsage\n=====\nPlease refer to the documentation under the ``doc/`` directory\n(published at http://melor.github.com/poni/) and to the example systems under the\n``examples/`` directory.\n\nLicense (MIT)\n=============\n::\n\n Copyright (c) 2010 Mika Eloranta\n\n Permission is hereby granted, free of charge, to any person obtaining a copy\n of this software and associated documentation files (the \"Software\"), to deal\n in the Software without restriction, including without limitation the rights\n to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n copies of the Software, and to permit persons to whom the Software is\n furnished to do so, subject to the following conditions:\n\n The above copyright notice and this permission notice shall be included in\n all copies or substantial portions of the Software.\n\n THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\n THE SOFTWARE.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/melor/poni", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "poni", "package_url": "https://pypi.org/project/poni/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/poni/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/melor/poni" }, "release_url": "https://pypi.org/project/poni/0.4.9/", "requires_dist": null, "requires_python": null, "summary": "system configuration software", "version": "0.4.9" }, "last_serial": 796594, "releases": { "0.3": [ { "comment_text": "", "digests": { "md5": "bb604dbecd31d02c8f5b06e4745df6e3", "sha256": "eae9c2e69e82e1f4f1511a6c08e6836b67e2ca045e9b3f60ef88ef6108da5a3c" }, "downloads": -1, "filename": "poni-0.3.tar.gz", "has_sig": false, "md5_digest": "bb604dbecd31d02c8f5b06e4745df6e3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 37059, "upload_time": "2010-12-25T16:32:05", "url": "https://files.pythonhosted.org/packages/d6/57/ead7978b146dbeac3e2edf2d770ac2bf19cdfb72b0b06775073a585fa6f6/poni-0.3.tar.gz" } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "21d34db01be6235f67ec832de2a46045", "sha256": "4e914200f99b6e5b7378abb5215eb4f944954a9f0042fda39c4170d718ae6260" }, "downloads": -1, "filename": "poni-0.3.1.tar.gz", "has_sig": false, "md5_digest": "21d34db01be6235f67ec832de2a46045", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 37333, "upload_time": "2010-12-26T21:58:11", "url": "https://files.pythonhosted.org/packages/f6/79/6faa6b1863a3aa3f93a97cc400fb09b8696b5d11d455a52f0eb56d4bafa8/poni-0.3.1.tar.gz" } ], "0.4": [ { "comment_text": "", "digests": { "md5": "fcf1f69e26e62dc4e7bf6fe0730a9335", "sha256": "733547d42d1eb482d51dbe62fd5c48c0bffbd12eb1f77b4d5255277dedfbce84" }, "downloads": -1, "filename": "poni-0.4.tar.gz", "has_sig": false, "md5_digest": "fcf1f69e26e62dc4e7bf6fe0730a9335", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 40140, "upload_time": "2011-01-10T19:26:40", "url": "https://files.pythonhosted.org/packages/60/37/f6105b8437cda95cee9425300b2dca15f90704d889dd55e0f24796d3fd2f/poni-0.4.tar.gz" } ], "0.4.1": [ { "comment_text": "", "digests": { "md5": "172467b258f971b3ee7601d0017395fe", "sha256": "1ca1414ff0502745cc70e792c25a979148e668cdaa7f63f5457d57ce6b4d040d" }, "downloads": -1, "filename": "poni-0.4.1.tar.gz", "has_sig": false, "md5_digest": "172467b258f971b3ee7601d0017395fe", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 40387, "upload_time": "2011-01-11T19:54:03", "url": "https://files.pythonhosted.org/packages/f9/c1/c356b53ea98556283e995c3dea49cfb7be6ab51e094ac7928e3054727bd1/poni-0.4.1.tar.gz" } ], "0.4.2": [ { "comment_text": "", "digests": { "md5": "1714d5837db7fc1c68f75ca4b49d43ae", "sha256": "2573d8ea1ccc77f7de23887c52f746bd9faf9fe1c51d51d65d2fbfa853ddc23c" }, "downloads": -1, "filename": "poni-0.4.2.tar.gz", "has_sig": false, "md5_digest": "1714d5837db7fc1c68f75ca4b49d43ae", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 41303, "upload_time": "2011-01-23T19:32:58", "url": "https://files.pythonhosted.org/packages/c0/f6/c8c23672602c0938c5b81be6c726e72602f082eb8fb8169548e8011af0e1/poni-0.4.2.tar.gz" } ], "0.4.3": [ { "comment_text": "", "digests": { "md5": "0bc7e64d31983d5aec2dbbdb6d564ebb", "sha256": "0b2702b251de647bc3621ab669c7fba5e537b8172e08a5815ab8c1455bbdd726" }, "downloads": -1, "filename": "poni-0.4.3.tar.gz", "has_sig": false, "md5_digest": "0bc7e64d31983d5aec2dbbdb6d564ebb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 41732, "upload_time": "2011-02-03T19:01:39", "url": "https://files.pythonhosted.org/packages/80/e2/9ee3c67f26a298b609b9ebd0c028b75904be1f3ba16ee8b79953841167f7/poni-0.4.3.tar.gz" } ], "0.4.4": [ { "comment_text": "", "digests": { "md5": "dcb0381941b95c844b9ecd6032805cc0", "sha256": "20962ae71221e59bce3bb570b65a081962cb34cb1faf175a241d6a5c79e8345f" }, "downloads": -1, "filename": "poni-0.4.4.tar.gz", "has_sig": false, "md5_digest": "dcb0381941b95c844b9ecd6032805cc0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 46539, "upload_time": "2011-02-20T15:38:40", "url": "https://files.pythonhosted.org/packages/31/c0/46e5fd7d58f8dce1b0608243aa68bb9658a13fb7816b8961ded8ca3875b6/poni-0.4.4.tar.gz" } ], "0.4.6": [ { "comment_text": "", "digests": { "md5": "812bdbf8a0640688be6cbb200cb5d1a8", "sha256": "baa38d76580f8da7df773e128901e12bae2b9010c41b0e831d1fcb9452f2f0c8" }, "downloads": -1, "filename": "poni-0.4.6.tar.gz", "has_sig": false, "md5_digest": "812bdbf8a0640688be6cbb200cb5d1a8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 47197, "upload_time": "2011-03-09T21:09:09", "url": "https://files.pythonhosted.org/packages/2f/1f/444860c295c1adfc58eed16b96d1545be0e78a43556027e3e5b5952c983c/poni-0.4.6.tar.gz" } ], "0.4.7": [ { "comment_text": "", "digests": { "md5": "32d1123ac8e30a4cbc321ca089e76c3a", "sha256": "e92f5993533a4eb8d28e2d6276851a28a90259d51087be4861ecf5dd526eed99" }, "downloads": -1, "filename": "poni-0.4.7.tar.gz", "has_sig": false, "md5_digest": "32d1123ac8e30a4cbc321ca089e76c3a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 47837, "upload_time": "2011-03-21T17:27:03", "url": "https://files.pythonhosted.org/packages/ff/f0/a92b304e8a90a84e41b12d22baef3e5fa52398e36d92c0ad51695a735431/poni-0.4.7.tar.gz" } ], "0.4.8": [ { "comment_text": "", "digests": { "md5": "a20f12e0a18fefb04428eec29fc5f9a3", "sha256": "e0ab089c0fd9a5f039246cad6e46aa7c4bcba4910e05d038b21c97c8f35dfa2f" }, "downloads": -1, "filename": "poni-0.4.8.tar.gz", "has_sig": false, "md5_digest": "a20f12e0a18fefb04428eec29fc5f9a3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 48424, "upload_time": "2011-04-03T10:35:30", "url": "https://files.pythonhosted.org/packages/76/dc/e7d0fad3eee9ce54d6c36a7304d4c063204e1d815d3fb50c475c254e77d8/poni-0.4.8.tar.gz" } ], "0.4.9": [ { "comment_text": "", "digests": { "md5": "fb29999fa93211333826b080fa17d823", "sha256": "cf1fc978c03c00b05019078cfaa500acd9e5dc0c5ff15e8f6cb568c579253f4d" }, "downloads": -1, "filename": "poni-0.4.9.tar.gz", "has_sig": false, "md5_digest": "fb29999fa93211333826b080fa17d823", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 48373, "upload_time": "2011-04-05T17:27:41", "url": "https://files.pythonhosted.org/packages/96/dd/f80fba0bc1e63f27f7d18fe38ce8b47a82ca4da1a33cd3997103639b72fb/poni-0.4.9.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "fb29999fa93211333826b080fa17d823", "sha256": "cf1fc978c03c00b05019078cfaa500acd9e5dc0c5ff15e8f6cb568c579253f4d" }, "downloads": -1, "filename": "poni-0.4.9.tar.gz", "has_sig": false, "md5_digest": "fb29999fa93211333826b080fa17d823", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 48373, "upload_time": "2011-04-05T17:27:41", "url": "https://files.pythonhosted.org/packages/96/dd/f80fba0bc1e63f27f7d18fe38ce8b47a82ca4da1a33cd3997103639b72fb/poni-0.4.9.tar.gz" } ] }