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.3.tar.gz
(10.7 kB
view details)
File details
Details for the file pythonanywhere-0.8.3.tar.gz.
File metadata
- Download URL: pythonanywhere-0.8.3.tar.gz
- Upload date:
- Size: 10.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a81cb9f5e802f522cca104df120fb13f4fcf96186e7e2be4b7e3a8aecd8e9e58
|
|
| MD5 |
57494edbe35e0b930d4937dd6c2f90cd
|
|
| BLAKE2b-256 |
a631af606151c968a8f8fdba993d4acb177f2456a2e2a284600f9c68e380d4fc
|