{ "info": { "author": "shupik", "author_email": "", "bugtrack_url": null, "classifiers": [ "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# FoundersApiPy\nA small package for the [Founders API](https://github.com/Xeladarocks/founders-api) access made into a python package!\n\n## Index:\n- [Package](https://github.com/shupik123/FoundersApiPy#Package)\n- [Sub Packages](https://github.com/shupik123/FoundersApiPy#sub-packages)\n - [user](https://github.com/shupik123/FoundersApiPy#user)\n - [server](https://github.com/shupik123/FoundersApiPy#server)\n - [status](https://github.com/shupik123/FoundersApiPy#status)\n- [Classes](https://github.com/shupik123/FoundersApiPy#Classes)\n - [user_info](https://github.com/shupik123/FoundersApiPy#user_info)\n - [server_info](https://github.com/shupik123/FoundersApiPy#server_info)\n - [status_info](https://github.com/shupik123/FoundersApiPy#status_info)\n\n## Package:\n\n`import founders`\n\n\n## Sub Packages:\n\n\n### user:\n\n`founders.user.info(id)`: returns a [user_info](https://github.com/shupik123/FoundersApiPy#user_info) class based on user id input.\n\n`founderse.user.all()`: returns a dictionary of all users in the form of `{username: id, username: id...}`.\n\n\n### server:\n\n`founders.server.info(id)`: returns a [server_info](https://github.com/shupik123/FoundersApiPy#server_info) class based on server id input.\n\n`founders.server.all()`: returns a dictionary of all servers in the form of `{server_name: id, server_name: id...}`.\n\n\n### status:\n\n`founders.status.stat(id)`: returns a [status_info](https://github.com/shupik123/FoundersApiPy#status_info) class based on server id input.\n\n\n## Classes:\n\n### user_info:\n\n`self.success`: True/False - whether information was obtained. This should always be checked before using information!\n\n`self.username`: username of user.\n\n`self.rank`: rank of user.\n\n`self.servers`: servers user has access to.\n\n`self.lastSeen`: time when user was last on in unix epoch time\n\n`self.created`: time when user account was created in unix epoch time\n\n### server_info:\n\n`self.success`: True/False - whether information was obtained. This should always be checked before using information!\n\n`self.domain`: The domain name of the server; Ex: *hypixel.net*.\n\n`self.ip`: The ip adress of the server, Ex: 172.65.128.70\n\n`self.port`: The port of the server (by default and usually 25565).\n\n`self.name`: The name of the server in the [Founders Server Board](http://m.founders.gg/); Ex: Hypixel\n\n`self.mRam`: Minimum [ram allocated](https://minecraft.gamepedia.com/Tutorials/Setting_up_a_server) to the server.\n\n`self.xRam`: Maximum [ram allocated](https://minecraft.gamepedia.com/Tutorials/Setting_up_a_server) to the server.\n\n`self.serverJar`: Type of Minecraft [server jar](https://mcversions.net/) often pertaining to the Minecraft version, Ex: spigot-1.14.4.\n\n### status_info:\n\n`self.success`: True/False - whether information was obtained. This should always be checked before using information!\n\n`self.status`: True/False - whether the server is running or not.\n\n`self.ip`: The ip adress of the server, Ex: 172.65.128.70\n\n`self.port`: The port of the server (by default and usually 25565).\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/shupik123/FoundersApiPy", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "founders", "package_url": "https://pypi.org/project/founders/", "platform": "", "project_url": "https://pypi.org/project/founders/", "project_urls": { "Homepage": "https://github.com/shupik123/FoundersApiPy" }, "release_url": "https://pypi.org/project/founders/0.1.1/", "requires_dist": [ "requests" ], "requires_python": ">=3.6", "summary": "A small package for the founders api", "version": "0.1.1" }, "last_serial": 5833330, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "dfbb6cfd8ce1cae35b1044a802db7959", "sha256": "3db6cc488a5b0f4dc52cf67114d999c5f2f77af536e3e9829a06b71a2b7deec6" }, "downloads": -1, "filename": "founders-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "dfbb6cfd8ce1cae35b1044a802db7959", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 16357, "upload_time": "2019-09-15T22:55:34", "url": "https://files.pythonhosted.org/packages/06/82/53ebe46bdebbaa57dfd44d81f60551493e1082d74ded873e5df80b0370b0/founders-0.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9729c9c1e119554a5e328ca25c7f53e6", "sha256": "84850afb5b472ae6b348ca8fd09dd2b31b4ecf4735b2f8316080a60e3de9c1e2" }, "downloads": -1, "filename": "founders-0.1.0.tar.gz", "has_sig": false, "md5_digest": "9729c9c1e119554a5e328ca25c7f53e6", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 2819, "upload_time": "2019-09-15T22:55:36", "url": "https://files.pythonhosted.org/packages/d7/fb/cbc4446fb268344054959879e92658e6982637d46af1d36ee3dd2c4cc1c4/founders-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "1f6ea507e3153cf744ff0661ae1e585e", "sha256": "075f027efe0e3829e7df053c618a7b7ffc01c5476183c969a8241a1796d16408" }, "downloads": -1, "filename": "founders-0.1.1-py3-none-any.whl", "has_sig": false, "md5_digest": "1f6ea507e3153cf744ff0661ae1e585e", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 16572, "upload_time": "2019-09-16T00:06:40", "url": "https://files.pythonhosted.org/packages/f9/0e/59a9e8051e7f8d5d4329b7f54ee1fa63b8284855f6478e9c6b1c20940668/founders-0.1.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5fb79587b63f2e484902fac130d192e6", "sha256": "f0bdb13a42c4acfe216bf06afb5764ac228282c6420a7f37c94b6adb58c71780" }, "downloads": -1, "filename": "founders-0.1.1.tar.gz", "has_sig": false, "md5_digest": "5fb79587b63f2e484902fac130d192e6", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 2997, "upload_time": "2019-09-16T00:06:42", "url": "https://files.pythonhosted.org/packages/ec/e6/5e638b510b63859993593f2be9ae2cfc73d6f9af8c71b3ba2ff45a51c049/founders-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "1f6ea507e3153cf744ff0661ae1e585e", "sha256": "075f027efe0e3829e7df053c618a7b7ffc01c5476183c969a8241a1796d16408" }, "downloads": -1, "filename": "founders-0.1.1-py3-none-any.whl", "has_sig": false, "md5_digest": "1f6ea507e3153cf744ff0661ae1e585e", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 16572, "upload_time": "2019-09-16T00:06:40", "url": "https://files.pythonhosted.org/packages/f9/0e/59a9e8051e7f8d5d4329b7f54ee1fa63b8284855f6478e9c6b1c20940668/founders-0.1.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5fb79587b63f2e484902fac130d192e6", "sha256": "f0bdb13a42c4acfe216bf06afb5764ac228282c6420a7f37c94b6adb58c71780" }, "downloads": -1, "filename": "founders-0.1.1.tar.gz", "has_sig": false, "md5_digest": "5fb79587b63f2e484902fac130d192e6", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 2997, "upload_time": "2019-09-16T00:06:42", "url": "https://files.pythonhosted.org/packages/ec/e6/5e638b510b63859993593f2be9ae2cfc73d6f9af8c71b3ba2ff45a51c049/founders-0.1.1.tar.gz" } ] }