{ "info": { "author": "Chenyu Wang", "author_email": "wangchenyu2017@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: POSIX :: Linux", "Programming Language :: Python :: 3" ], "description": "# pyenv\nProvides persistent environment for Python 3 scripts\n\n# Introduction\n\nYou have a host python environment `py_env.host` for your code.\nYou execute in it and the side-effects of your code will persist on that environtment. \nThis is helpful when you are loading big files, which you definitely would not like to wait for it each time you start your script.\n\n+ How to start the host environment\n```\npython3.6 -m py_env.host\n```\n+ How to send your code to the host environment\n```\npython3.6 -m py_env.client -c \"py_env.set('shit', 'happens')\"\n\npython3.6 -m py_env.client -c \"print(py_env.keys())\"\ndict_keys(['shit'])\n\npython3.6 -m py_env.client -c \"py_env.get('shit')\"\nhappens\n```\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/hanayashiki/pyenv", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "py-env", "package_url": "https://pypi.org/project/py-env/", "platform": "", "project_url": "https://pypi.org/project/py-env/", "project_urls": { "Homepage": "https://github.com/hanayashiki/pyenv" }, "release_url": "https://pypi.org/project/py-env/0.0.1/", "requires_dist": null, "requires_python": "", "summary": "Provides persistent environment for Python 3 scripts", "version": "0.0.1" }, "last_serial": 5009098, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "3929046a762f0962cb352e827c1971f2", "sha256": "0049ec31fd5e030d6fd993d36b33760e6e0057cf75917bc051815ea3cf5b13db" }, "downloads": -1, "filename": "py_env-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "3929046a762f0962cb352e827c1971f2", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 15257, "upload_time": "2019-03-31T10:30:59", "url": "https://files.pythonhosted.org/packages/3b/f8/2529e82c2cd90f9da508ec4c3fd031e92dc5ed565af63a7814a8ea4ea4b5/py_env-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f5185bb01868ab01d38d9ce543033bef", "sha256": "f0bfaf849ad09c092da39d919e8087b38c3ecae5ec128aac383ac46a5cbf7681" }, "downloads": -1, "filename": "py-env-0.0.1.tar.gz", "has_sig": false, "md5_digest": "f5185bb01868ab01d38d9ce543033bef", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6053, "upload_time": "2019-03-31T10:31:01", "url": "https://files.pythonhosted.org/packages/e9/69/1c78df6e586c1da09f6233d28c1a79bb17f3edcb37dbb3b7e73b381a8bd7/py-env-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "3929046a762f0962cb352e827c1971f2", "sha256": "0049ec31fd5e030d6fd993d36b33760e6e0057cf75917bc051815ea3cf5b13db" }, "downloads": -1, "filename": "py_env-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "3929046a762f0962cb352e827c1971f2", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 15257, "upload_time": "2019-03-31T10:30:59", "url": "https://files.pythonhosted.org/packages/3b/f8/2529e82c2cd90f9da508ec4c3fd031e92dc5ed565af63a7814a8ea4ea4b5/py_env-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f5185bb01868ab01d38d9ce543033bef", "sha256": "f0bfaf849ad09c092da39d919e8087b38c3ecae5ec128aac383ac46a5cbf7681" }, "downloads": -1, "filename": "py-env-0.0.1.tar.gz", "has_sig": false, "md5_digest": "f5185bb01868ab01d38d9ce543033bef", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6053, "upload_time": "2019-03-31T10:31:01", "url": "https://files.pythonhosted.org/packages/e9/69/1c78df6e586c1da09f6233d28c1a79bb17f3edcb37dbb3b7e73b381a8bd7/py-env-0.0.1.tar.gz" } ] }