Library for creating projectZ bots and scripts.
Project description
Login example
import projectZ
client = projectZ.Client()
client.login(email='email', password='password')
Async login example
import projectZ
import asyncio
client = projectZ.AsyncClient()
async def main():
await client.login(email='email', password='password')
if __name__ == '__main__':
loop = asyncio.get_event_loop()
loop.run_until_complete(main())
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 Distribution
projectZ-1.1.7.2.1.4.tar.gz
(18.8 kB
view details)
Built Distribution
File details
Details for the file projectZ-1.1.7.2.1.4.tar.gz
.
File metadata
- Download URL: projectZ-1.1.7.2.1.4.tar.gz
- Upload date:
- Size: 18.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 391c2d60f28e0ff1976405a84cd9e6a4ae5d51398a2b5e29d3107f4f04517f38 |
|
MD5 | f679fdc1e2125b331f5df1fc6d08ed60 |
|
BLAKE2b-256 | 8f4a19dc18560098cdb25a8d52951146cbc672609119acbd054644012a4a677d |
File details
Details for the file projectZ-1.1.7.2.1.4-py3-none-any.whl
.
File metadata
- Download URL: projectZ-1.1.7.2.1.4-py3-none-any.whl
- Upload date:
- Size: 23.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 178b00807818d4d93671432093e11eafbc3024a4272be2080f037b4f10695574 |
|
MD5 | 02bd490b8bb4a3274eadc5642f23822a |
|
BLAKE2b-256 | 73608665ab2d25eb38477c066cec5c51eca6afe0817b1923a4ccd7d621fcfde9 |