pyanywhere 0.0.0

Last updated:

0 purchases

pyanywhere 0.0.0 Image
pyanywhere 0.0.0 Images
Add to Cart

Description:

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/

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.