Last updated:
0 purchases
pyanywhere 0.0.0
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/
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.