Wrapper around the PythonAnywhere API with classes for consoles, webapps, etc.
Project description
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/
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Close
Hashes for pyanywhere-0.0.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f1c404f480595c2d6a030319feb7fb831c1b9a3e1ca0804e38730cc435940149 |
|
MD5 | c8549354396baa5c6b881ccfe606fcbf |
|
BLAKE2b-256 | b4dc65df757edd94d64c17ba1388d6fa34f4350a02d3d075cae736e63d14e354 |