8000 GitHub - pythonanywhere/helper_scripts at e33ec5f17e2cf8df1eb5ccce9b6b7c22e19bad46
[go: up one dir, main page]

Skip to content

pythonanywhere/helper_scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PythonAnywhere helper scripts

These scripts are made available in /bin on PythonAnywhere

Contributing

Pull requests are welcome! You'll find tests in the tests folder...

# prep your dev environment
mkvirtualenv --python=python3.6 helper_scripts
pip install -r requirements.txt
pip install -e .

# running the tests:
pytest

# to just run the fast tests:
pytest -m 'not slowtest' --tb=short -v 

About

Helper scripts provided to PythonAnywhere users (designed to be run from a PythonAnywhere console)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

0