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.8.1.tar.gz
(9.0 kB
view details)
File details
Details for the file pythonanywhere-0.8.1.tar.gz
.
File metadata
- Download URL: pythonanywhere-0.8.1.tar.gz
- Upload date:
- Size: 9.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.5.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8a10731a0438bb001d6896bcf7c27f3e17d4134059b2671cfe44c5a86115a634 |
|
MD5 | 15e08b1c5afe7a0ac9888a5b204e6df7 |
|
BLAKE2b-256 | 289560842082b30500ec8644cea03a072c4d7a7454e03ebf0cc2970d8c08f6bf |