Metadata-Version: 1.1
Name: pythonanywhere
Version: 0.0.4
Summary: PythonAnywhere helper tools for users
Home-page: https://github.com/pythonanywhere/helper_scripts/
Author: PythonAnywhere LLP
Author-email: developers@pythonanywhere.com
License: MIT
Description: # PythonAnywhere helper scripts
        
        These scripts are designed to be run from PythonAnywhere consoles
        
        
        ## Installing
        
        
            pip3.6 install --user pythonanywhere
        
        
        ## Contributing
        
        Pull requests are welcome!  You'll find tests in the [tests](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 
        
        
Keywords: pythonanywhere api cloud web hosting
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
