{ "info": { "author": "NeKitDS", "author_email": "gdpy13@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7" ], "description": "gd.py\n=====\n\n.. image:: https://img.shields.io/pypi/l/gd.api.svg\n :target: https://opensource.org/licenses/MIT\n :alt: Project License\n\n.. image:: https://img.shields.io/pypi/status/gd.api.svg\n :target: https://github.com/NeKitDS/gd.api/blob/master/gdapi\n :alt: Project Development Status\n\n.. image:: https://img.shields.io/pypi/v/gd.api.svg\n :target: https://pypi.python.org/pypi/gd.api\n :alt: PyPI Library Version\n\n.. image:: https://img.shields.io/pypi/pyversions/gd.api.svg\n :target: https://pypi.python.org/pypi/gd.api\n :alt: Required Python Versions\n\n.. image:: https://api.codacy.com/project/badge/Grade/1539057d58e240b89c11b66ff5c84163\n :target: https://app.codacy.com/project/NeKitDS/gd.api/dashboard\n :alt: Code Quality [Codacy]\n\n.. image:: https://img.shields.io/endpoint.svg?url=https%3A%2F%2Fshieldsio-patreon.herokuapp.com%2Fnekit%2Fpledges\n :target: https://patreon.com/nekit\n :alt: Patreon Page [Support]\n\ngd.api is a library-styled API that simplifies interaction with servers of Geometry Dash.\n\nKey Features\n------------\n\n- Modern Pythonic API\n- High coverage of the supported Geometry Dash API\n- Using ``async`` and ``await`` syntax\n\nInstalling\n----------\n\n**Python 3.5.3 or higher is required**\n\nTo install the library, you can just run the following command:\n\n.. code:: sh\n\n # Linux/OS X\n python3 -m pip install -U gd.api\n\n # Windows\n py -3 -m pip install -U gd.api\n\nTo install the developer version, run these commands:\n\n.. code:: sh\n\n $ git clone https://github.com/NeKitDS/gd.api\n $ cd gd.api\n $ python3 -m pip install -U .\n\nRunning the Server\n------------------\n\nRunning the application is very simple.\n\n.. code:: python\n\n import gdapi\n\n gdapi.run()\n\nThis server is soon going to be available `here `_.\n\nCredits\n-------\n\nYou can find the credits in `gd.py `_ repository.\n\nAuthors\n-------\n\nThis project is mainly developed by `NeKitDS `_, looking forward to seeing more contributors!\n\nLinks\n-----\n\n- `Official Discord Server `_\n- `Geometry Dash Discord Server `_\n\n\nEndpoints\n---------\n\n**/api/user/** - Fetch a user by AccountID\n\n**/api/search/user/** - Fetch a user by PlayerID or Name\n\n**/api/song/** - Fetch a song in GD by SongID\n\n**/api/ng_song/** - Fetch a song from Newgrounds by SongID", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/NeKitDS/gd.api", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "gd.api", "package_url": "https://pypi.org/project/gd.api/", "platform": "", "project_url": "https://pypi.org/project/gd.api/", "project_urls": { "Homepage": "https://github.com/NeKitDS/gd.api" }, "release_url": "https://pypi.org/project/gd.api/0.1.1/", "requires_dist": null, "requires_python": "", "summary": "Simplified Geometry Dash API", "version": "0.1.1" }, "last_serial": 5968594, "releases": { "0.1.1": [ { "comment_text": "", "digests": { "md5": "e469f818adf9b86fcabbbfdf394e8a95", "sha256": "725c58b5a7828832d85d11c6da547039ce8cdb65aa771b7a140d22a570a48590" }, "downloads": -1, "filename": "gd.api-0.1.1.tar.gz", "has_sig": false, "md5_digest": "e469f818adf9b86fcabbbfdf394e8a95", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4994, "upload_time": "2019-10-13T20:18:30", "url": "https://files.pythonhosted.org/packages/bc/21/f6a76c4d592adffb43ff28879d6dbcfd372a76b37c51b2a08e63ea931952/gd.api-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e469f818adf9b86fcabbbfdf394e8a95", "sha256": "725c58b5a7828832d85d11c6da547039ce8cdb65aa771b7a140d22a570a48590" }, "downloads": -1, "filename": "gd.api-0.1.1.tar.gz", "has_sig": false, "md5_digest": "e469f818adf9b86fcabbbfdf394e8a95", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4994, "upload_time": "2019-10-13T20:18:30", "url": "https://files.pythonhosted.org/packages/bc/21/f6a76c4d592adffb43ff28879d6dbcfd372a76b37c51b2a08e63ea931952/gd.api-0.1.1.tar.gz" } ] }