projectZ


NameprojectZ JSON
Version 1.1.7.2.1.4 PyPI version JSON
download
home_pagehttps://github.com/xXxCLOTIxXx/projectZ.py
SummaryLibrary for creating projectZ bots and scripts.
upload_time2024-05-11 11:41:28
maintainerNone
docs_urlNone
authorXsarz
requires_pythonNone
licenseMIT
keywords projectz.py projectz projectz-py projectz-bot api python python3 python3.x xsarz official async sync projz
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <body>
	<p align="center">
	    <a href="#"><img src="https://github.com/xXxCLOTIxXx/projectZ.py/blob/main/docs/res/logo.png"/></a>
	    <a href="https://github.com/xXxCLOTIxXx/projectZ.py/releases"><img src="https://img.shields.io/github/v/release/xXxCLOTIxXx/projectZ.py" alt="GitHub release" />
	    <a href="https://github.com/xXxCLOTIxXx/projectZ.py/blob/main/LICENSE"><img src="https://img.shields.io/badge/License-MIT-yellow.svg" alt="licence" /></a>
	    <a href="https://pypi.org/project/projectZ/"><img src="https://img.shields.io/pypi/v/projectZ" alt="pypi" /></a>
	    <a href="https://github.com/xXxCLOTIxXx/projectZ.py/blob/main/docs/main.md"><img src="https://img.shields.io/website?down_message=failing&label=docs&up_color=green&up_message=passing&url=https://github.com/xXxCLOTIxXx/projectZ.py/blob/main/docs/main.md" alt="docs" /></a>
	</p>
	<div align="center">
		<a href="https://github.com/xXxCLOTIxXx/xXxCLOTIxXx/blob/main/sponsor.md">
			<img src="https://img.shields.io/badge/%D0%A1%D0%BF%D0%BE%D0%BD%D1%81%D0%B8%D1%80%D0%BE%D0%B2%D0%B0%D1%82%D1%8C-Donate-F79B1F?style=for-the-badge&logo=github&logoColor=FF69B4&color=FF69B4" alt="Sponsor project"/>
		</a>
		<hr>
		<img src="https://readme-typing-svg.demolab.com?font=Fira+Code&size=28&duration=2000&pause=2000&color=F79B1F&random=false&width=200&repeat=false&lines=Installation" alt="Installation"/>
	<p>Git</p>
	
```bash
pip install git+https://github.com/xXxCLOTIxXx/projectZ.py.git
```
<p>pypi</p>

```bash
pip install projectZ
```
<hr><br>
<img src="https://readme-typing-svg.demolab.com?font=Fira+Code&size=28&duration=2000&pause=2000&color=F79B1F&repeat=false&random=false&width=90&lines=Using" alt="Using"/>
</div>
<h4 align="center">Login example</h4>

```python
import projectZ

client = projectZ.Client()
client.login(email='email', password='password')
```
<br><br>
<h4 align="center">Async login example</h4>

```python
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())
```
<hr><br>
<div align="center">
<a href="https://github.com/xXxCLOTIxXx/projectZ.py/blob/main/docs/main.md">
<img src="https://readme-typing-svg.demolab.com?font=Fira+Code&size=14&duration=1&pause=31&color=3DACF7&random=false&width=195&lines=Read+the+documentation" alt="=Read the documentation"/>
</a>
</div>
</body>

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/xXxCLOTIxXx/projectZ.py",
    "name": "projectZ",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "projectZ.py, projectZ, projectZ-py, projectZ-bot, api, python, python3, python3.x, xsarz, official, async, sync, projz",
    "author": "Xsarz",
    "author_email": "xsarzy@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/8f/4a/19dc18560098cdb25a8d52951146cbc672609119acbd054644012a4a677d/projectZ-1.1.7.2.1.4.tar.gz",
    "platform": null,
    "description": "<body>\n\t<p align=\"center\">\n\t    <a href=\"#\"><img src=\"https://github.com/xXxCLOTIxXx/projectZ.py/blob/main/docs/res/logo.png\"/></a>\n\t    <a href=\"https://github.com/xXxCLOTIxXx/projectZ.py/releases\"><img src=\"https://img.shields.io/github/v/release/xXxCLOTIxXx/projectZ.py\" alt=\"GitHub release\" />\n\t    <a href=\"https://github.com/xXxCLOTIxXx/projectZ.py/blob/main/LICENSE\"><img src=\"https://img.shields.io/badge/License-MIT-yellow.svg\" alt=\"licence\" /></a>\n\t    <a href=\"https://pypi.org/project/projectZ/\"><img src=\"https://img.shields.io/pypi/v/projectZ\" alt=\"pypi\" /></a>\n\t    <a href=\"https://github.com/xXxCLOTIxXx/projectZ.py/blob/main/docs/main.md\"><img src=\"https://img.shields.io/website?down_message=failing&label=docs&up_color=green&up_message=passing&url=https://github.com/xXxCLOTIxXx/projectZ.py/blob/main/docs/main.md\" alt=\"docs\" /></a>\n\t</p>\n\t<div align=\"center\">\n\t\t<a href=\"https://github.com/xXxCLOTIxXx/xXxCLOTIxXx/blob/main/sponsor.md\">\n\t\t\t<img src=\"https://img.shields.io/badge/%D0%A1%D0%BF%D0%BE%D0%BD%D1%81%D0%B8%D1%80%D0%BE%D0%B2%D0%B0%D1%82%D1%8C-Donate-F79B1F?style=for-the-badge&logo=github&logoColor=FF69B4&color=FF69B4\" alt=\"Sponsor project\"/>\n\t\t</a>\n\t\t<hr>\n\t\t<img src=\"https://readme-typing-svg.demolab.com?font=Fira+Code&size=28&duration=2000&pause=2000&color=F79B1F&random=false&width=200&repeat=false&lines=Installation\" alt=\"Installation\"/>\n\t<p>Git</p>\n\t\n```bash\npip install git+https://github.com/xXxCLOTIxXx/projectZ.py.git\n```\n<p>pypi</p>\n\n```bash\npip install projectZ\n```\n<hr><br>\n<img src=\"https://readme-typing-svg.demolab.com?font=Fira+Code&size=28&duration=2000&pause=2000&color=F79B1F&repeat=false&random=false&width=90&lines=Using\" alt=\"Using\"/>\n</div>\n<h4 align=\"center\">Login example</h4>\n\n```python\nimport projectZ\n\nclient = projectZ.Client()\nclient.login(email='email', password='password')\n```\n<br><br>\n<h4 align=\"center\">Async login example</h4>\n\n```python\nimport projectZ\nimport asyncio\n\n\nclient = projectZ.AsyncClient()\nasync def main():\n\tawait client.login(email='email', password='password')\n\nif __name__ == '__main__':\n\tloop = asyncio.get_event_loop()\n\tloop.run_until_complete(main())\n```\n<hr><br>\n<div align=\"center\">\n<a href=\"https://github.com/xXxCLOTIxXx/projectZ.py/blob/main/docs/main.md\">\n<img src=\"https://readme-typing-svg.demolab.com?font=Fira+Code&size=14&duration=1&pause=31&color=3DACF7&random=false&width=195&lines=Read+the+documentation\" alt=\"=Read the documentation\"/>\n</a>\n</div>\n</body>\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Library for creating projectZ bots and scripts.",
    "version": "1.1.7.2.1.4",
    "project_urls": {
        "Download": "https://github.com/xXxCLOTIxXx/projectZ.py/archive/refs/heads/main.zip",
        "Homepage": "https://github.com/xXxCLOTIxXx/projectZ.py"
    },
    "split_keywords": [
        "projectz.py",
        " projectz",
        " projectz-py",
        " projectz-bot",
        " api",
        " python",
        " python3",
        " python3.x",
        " xsarz",
        " official",
        " async",
        " sync",
        " projz"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "73608665ab2d25eb38477c066cec5c51eca6afe0817b1923a4ccd7d621fcfde9",
                "md5": "02bd490b8bb4a3274eadc5642f23822a",
                "sha256": "178b00807818d4d93671432093e11eafbc3024a4272be2080f037b4f10695574"
            },
            "downloads": -1,
            "filename": "projectZ-1.1.7.2.1.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "02bd490b8bb4a3274eadc5642f23822a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 23591,
            "upload_time": "2024-05-11T11:41:25",
            "upload_time_iso_8601": "2024-05-11T11:41:25.585457Z",
            "url": "https://files.pythonhosted.org/packages/73/60/8665ab2d25eb38477c066cec5c51eca6afe0817b1923a4ccd7d621fcfde9/projectZ-1.1.7.2.1.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8f4a19dc18560098cdb25a8d52951146cbc672609119acbd054644012a4a677d",
                "md5": "f679fdc1e2125b331f5df1fc6d08ed60",
                "sha256": "391c2d60f28e0ff1976405a84cd9e6a4ae5d51398a2b5e29d3107f4f04517f38"
            },
            "downloads": -1,
            "filename": "projectZ-1.1.7.2.1.4.tar.gz",
            "has_sig": false,
            "md5_digest": "f679fdc1e2125b331f5df1fc6d08ed60",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 18826,
            "upload_time": "2024-05-11T11:41:28",
            "upload_time_iso_8601": "2024-05-11T11:41:28.908673Z",
            "url": "https://files.pythonhosted.org/packages/8f/4a/19dc18560098cdb25a8d52951146cbc672609119acbd054644012a4a677d/projectZ-1.1.7.2.1.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-11 11:41:28",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "xXxCLOTIxXx",
    "github_project": "projectZ.py",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "projectz"
}
        
Elapsed time: 0.30463s