Skip to main content

Library for creating projectZ bots and scripts.

Project description

GitHub release licence pypi docs

Sponsor project
Installation

Git

pip install git+https://github.com/xXxCLOTIxXx/projectZ.py.git

pypi

pip install projectZ


Using

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


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)

Uploaded Source

Built Distribution

projectZ-1.1.7.2.1.4-py3-none-any.whl (23.6 kB view details)

Uploaded Python 3

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

Hashes for projectZ-1.1.7.2.1.4.tar.gz
Algorithm Hash digest
SHA256 391c2d60f28e0ff1976405a84cd9e6a4ae5d51398a2b5e29d3107f4f04517f38
MD5 f679fdc1e2125b331f5df1fc6d08ed60
BLAKE2b-256 8f4a19dc18560098cdb25a8d52951146cbc672609119acbd054644012a4a677d

See more details on using hashes here.

File details

Details for the file projectZ-1.1.7.2.1.4-py3-none-any.whl.

File metadata

File hashes

Hashes for projectZ-1.1.7.2.1.4-py3-none-any.whl
Algorithm Hash digest
SHA256 178b00807818d4d93671432093e11eafbc3024a4272be2080f037b4f10695574
MD5 02bd490b8bb4a3274eadc5642f23822a
BLAKE2b-256 73608665ab2d25eb38477c066cec5c51eca6afe0817b1923a4ccd7d621fcfde9

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page