{ "info": { "author": "Jace Browning", "author_email": "jacebrowning@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 1 - Planning", "Intended Audience :: Developers", "License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Topic :: Games/Entertainment", "Topic :: Internet", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Pasty\n=====\n\nPasty is a library to provide applications with \"serverless\" state\nmanagement.\n\nGetting Started\n===============\n\nRequirements\n------------\n\n- Python 3: http://www.python.org/download/releases/3.3.3/#download\n\nInstallation\n------------\n\nPasty can be installed with ``pip`` or ``easy_install``:\n\n::\n\n pip install Pasty\n\nOr directly from the source code:\n\n::\n\n python setup.py install\n\nBasic Usage\n===========\n\nAfter installation, abstract base classes can be imported from the\npackage:\n\n::\n\n python\n >>> import pasty\n pasty.__version__\n\nFor Developers\n==============\n\nRequirements\n------------\n\n- Python 3: http://www.python.org/download/releases/3.3.3/#download\n- GNU Make:\n\n - Windows: http://cygwin.com/install.html\n - Mac: https://developer.apple.com/xcode\n - Linux: http://www.gnu.org/software/make (likely already installed)\n\n- virtualenv: https://pypi.python.org/pypi/virtualenv#installation\n- Pandoc: http://johnmacfarlane.net/pandoc/installing.html\n\nEnvironment\n-----------\n\nCreate a virtualenv:\n\n::\n\n make develop\n\nRun static analysis:\n\n::\n\n make doc\n make pep8\n make pylint\n make check # all of the above\n\nRun the tests:\n\n::\n\n make test\n make tests # includes integration tests", "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/jacebrowning/pasty", "keywords": null, "license": "LGPL", "maintainer": null, "maintainer_email": null, "name": "Pasty", "package_url": "https://pypi.org/project/Pasty/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/Pasty/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/jacebrowning/pasty" }, "release_url": "https://pypi.org/project/Pasty/0.0.0/", "requires_dist": null, "requires_python": null, "summary": "Serverless state management using online text services.", "version": "0.0.0" }, "last_serial": 948492, "releases": { "0.0.0": [] }, "urls": [] }