PythonAnywhere helper tools for users
Project description
PythonAnywhere helper scripts
These scripts are designed to be run from PythonAnywhere consoles
Installing
pip3.5 install --user pythonanywhere
Contributing
Pull requests are welcome! You'll find tests in the tests folder...
# prep your dev environment
mkvirtualenv --python=python3.5 helper_scripts
pip install -r requirements.txt
pip install -e .
# running the tests:
pytest
# make sure that the code that you have written is well tested:
pytest --cov=pythonanywhere --cov=scripts
# to just run the fast tests:
pytest -m 'not slowtest' -v
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pythonanywhere-0.9.0.tar.gz
(15.3 kB
view details)
File details
Details for the file pythonanywhere-0.9.0.tar.gz.
File metadata
- Download URL: pythonanywhere-0.9.0.tar.gz
- Upload date:
- Size: 15.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.5.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b5dc143e7a2aba8bf34f7749041d7979e27ed991d7f75002520b24a136b1b8f0
|
|
| MD5 |
4ce8a127d700ffe3116486ae3dc682db
|
|
| BLAKE2b-256 |
7de886524a03b2c95ec4e6cebafce57d4d913d9751f756fba43ba1e4dbc5bcc9
|