{ "info": { "author": "Pablo Figue", "author_email": "pablo.gfigue@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "Intended Audience :: Information Technology", "Intended Audience :: System Administrators", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2.7", "Topic :: System :: Software Distribution" ], "description": "What is Oreka?\n==============\n\nOreka is a python module to create Python Virtual Environments from Python scripts.\n\nHow to install Oreka?\n=====================\n\nYou may want to run this from inside a virtual environment, or with root privileges to install globally to all your system:\n\n::\n\n\tpip install oreka\n\nCheck it with:\n\n::\n\n\tpython -c \"from oreka import VirtualEnv\"\n\nIt shouldn't raise any error.\n\n\nHow to run the example.py?\n==========================\n\nIn the example you can see how to create a virtualenv and install requirements on it.\n\nFirst, let's create and activate a testing virtualenv:\n\n::\n\n\tmkvirtualenv -p /usr/bin/python2.7 /tmp/testing_oreka/\n\tsource /tmp/testing_oreka/bin/activate\n\t(testing_oreka) $\n\nPrepare the pypi package and install it into the venv:\n\n::\n\n\t(testing_oreka) $ python setup.py install\n\nThe same virtualenv should work to prepare the package and to test it.\n\nCheck it:\n\n::\n\n\t(testing_oreka) $ pip freeze\n\toreka==0.1\n\twsgiref==0.1.2\n\n\nAnd run the example:\n\n::\n\n\t(testing_oreka) $ python example.py\n\nYou should get no error.\n\nThe source code at the moment is quite small, so reading it or the tests should not be complicated and should provide some help on how to use the system.\n\n\nTODO\n====\ndocument for ipython\ndocument here\nFIXMEs\ntest again all the package\ntest the sdist\nregister and upload it\ndocument all the process\nopen the repo.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://bitbucket.org/pfigue/oreka", "keywords": "virtualenv virtual environment scripting", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "oreka", "package_url": "https://pypi.org/project/oreka/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/oreka/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://bitbucket.org/pfigue/oreka" }, "release_url": "https://pypi.org/project/oreka/0.1/", "requires_dist": null, "requires_python": null, "summary": "Virtualenv management from python", "version": "0.1" }, "last_serial": 1052950, "releases": { "0.1": [] }, "urls": [] }