You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 years ago | |
---|---|---|
docs | 3 years ago | |
pyanywhere | 3 years ago | |
.gitignore | 3 years ago | |
LICENSE | 3 years ago | |
README.md | 3 years ago | |
setup.py | 3 years ago |
README.md
pyanywhere
This is a wrapper for the PythonAnywhere API that is currently in alpha stage of development. Here is an example showing how it works:
from pyanywhere.users import User
user = User('username', token='XXXXXXXX')
# Print names of all consoles
for console in user.get_consoles():
print(console.name)
Links
- GitHub: https://github.com/dullbananas/pyanywhere
- Documentation: https://pyanywhere.readthedocs.io/en/latest/
- PyPI: https://pypi.org/project/pyanywhere/