{ "info": { "author": "Trevor Watson", "author_email": "wtrevor162@gmail.com", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Utilities" ], "description": "pythonanywhere-cli\n==============\n\n*A PythonAnywhere Command Line Interface.*\n\n.. image:: https://travis-ci.org/cfc603/pythonanywhere-cli.png?branch=master\n :target: https://travis-ci.org/cfc603/pythonanywhere-cli\n\n.. image:: https://codecov.io/github/cfc603/pythonanywhere-cli/coverage.svg?branch=master\n :target: https://codecov.io/github/cfc603/pythonanywhere-cli?branch=master\n\nUsage\n-----\n\nSet your environment variables::\n\n # Your API_KEY can be found at https://www.pythonanywhere.com/account and select the \"API token\" tab.\n $ export PYTHONANYWHERE_CLI_API_KEY=\"API_KEY\"\n\n # Your PythonAnywhere username\n $ export PYTHONANYWHERE_CLI_USER=\"USER\"\n\n\nWebapps::\n\n # Create a new webapp\n $ pythonanywhere webapps create username.pythonanywhere.com python27\n\n # Delete a webapp\n $ pythonanywhere webapps delete username.pythonanywhere.com\n\n # Reload Webapp\n $ pythonanywhere webapps reload username.pythonanywhere.com\n\n # Update Webapp python version or virtualenv path\n $ pythonanywhere webapps update username.pythonanywhere.com --python_version=2.7 --virtualenv_path=/path/to/env\n\n\nStatic File Mappings::\n\n # Create new static mapping\n $ pythonanywhere static_mapping create username.pythonanywhere.com /static/ /path/to/static\n\n # Delete static mapping\n $ pythonanywhere static_mapping delete username.pythonanywhere.com 123456\n\n # Display a list of static mappings\n $ pythonanywhere static_mapping list username.pythonanywhere.com\n\n # Update a static mapping url and/or path\n $ pythonanywhere static_mapping update username.pythonanywhere.com --url=/new-static/ --path=/new/path/to/static\n\n\nHelp::\n\n # Display help\n $ pythonanywhere -h\n\n\nCredit\n------\n\nThis application uses Open Source components. You can find the source code of their open source projects along with license information below. We acknowledge and are grateful to these developers for their contributions to open source.\n\n:Project: helper_scripts https://github.com/pythonanywhere/helper_scripts\n:Copyright: Copyright (c) 2017 PythonAnywhere LLP\n:License: (MIT) https://github.com/pythonanywhere/helper_scripts/blob/master/LICENSE\n\n\nHistory\n-------\n\nUNRELEASED\n++++++++++\n\n\n0.3.0 (2017-10-21)\n++++++++++++++++++\n\n* Update to use pythonanywhere-wrapper\n\n\n0.2.0 (2017-10-14)\n++++++++++++++++++\n\n* Command takes optional --api_key & --user argument\n* Add History\n\n\n0.1.1 (2017-10-13)\n++++++++++++++++++\n\n* Fix typo with repo URL\n\n\n0.1.0 (2017-10-12)\n+++++++++++++++++\n\n* Initial release on PyPI", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/cfc603/pythonanywhere-cli", "keywords": "pythonanywhere_cli cli pythonanywhere pythonanywhere-cli", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "pythonanywhere_cli", "package_url": "https://pypi.org/project/pythonanywhere_cli/", "platform": "", "project_url": "https://pypi.org/project/pythonanywhere_cli/", "project_urls": { "Homepage": "https://github.com/cfc603/pythonanywhere-cli" }, "release_url": "https://pypi.org/project/pythonanywhere_cli/0.3.0/", "requires_dist": null, "requires_python": "", "summary": "PythonAnywhere Command Line Interface.", "version": "0.3.0" }, "last_serial": 3268539, "releases": { "0.3.0": [ { "comment_text": "", "digests": { "md5": "cdd74d499fe6fd1443e5000eb726714a", "sha256": "468abe3fe166501911da8198b0e21004e022335860748791dbcca7f6b0d27f4e" }, "downloads": -1, "filename": "pythonanywhere_cli-0.3.0.tar.gz", "has_sig": false, "md5_digest": "cdd74d499fe6fd1443e5000eb726714a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15608, "upload_time": "2017-10-21T16:53:39", "url": "https://files.pythonhosted.org/packages/60/7e/67465abc3cd1f8097ee867b2c6988e000f55886b3da7565892d77942f2d9/pythonanywhere_cli-0.3.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "cdd74d499fe6fd1443e5000eb726714a", "sha256": "468abe3fe166501911da8198b0e21004e022335860748791dbcca7f6b0d27f4e" }, "downloads": -1, "filename": "pythonanywhere_cli-0.3.0.tar.gz", "has_sig": false, "md5_digest": "cdd74d499fe6fd1443e5000eb726714a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15608, "upload_time": "2017-10-21T16:53:39", "url": "https://files.pythonhosted.org/packages/60/7e/67465abc3cd1f8097ee867b2c6988e000f55886b3da7565892d77942f2d9/pythonanywhere_cli-0.3.0.tar.gz" } ] }