{ "info": { "author": "Evan Pratten", "author_email": "ewpratten@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# RaiderFetch\nA python3 library for getting information about the team.\n\n## Installation\nTo install this library, either use pip:\n```sh\npython3 -m pip install RaiderFetch\n```\nor, use setuptools:\n```sh\npython3 setup.py install\n```\n\n## Usage\nThis is the recommended usage for the library\n\n### Import the library\nFirst, import the library\n```python3\nimport RaiderFetch as rf\n```\n\n### Create a fetcher\nAll of your work will be done through a fetcher class.\n```python3\nfetcher = rf.Fetcher()\n```\n\nA string of another account name can also be passed into the constructor. For example:\n```python3\nfetcher = rf.Fetcher(\"team254\")\n```\n\n### Calling the api\nFor maximum control over the library, fetching data from the API is done manually. Nothing is returned by this function.\n```python3\nfetcher.fetch()\n```\n\n### Get the activity feed\nTo get info from GitHub about the team's activity, use this function.\n```python3\nfetcher.getFeed()\n```\n\n### Get a list of team members\nTo get a list of all current programming team members, use this function. Accounts marked as private will not be shown.\n\n(NOTE: Team captains should have all members set their account to public)\n```python3\nfetcher.getMembers()\n```\n\n### Check if an account is a member of the team\nTo check if someone is a member of this team, pass their username into this function. A bool is returnewd by this function.\n```python3\nfetcher.isMember(\"username\")\n```\n\n### Get a list of repos\nTo get a list of all public repos, along with some info about them, use:\n```python3\nfetcher.getRepos()\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/frc5024/RaiderFetch", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "RaiderFetch", "package_url": "https://pypi.org/project/RaiderFetch/", "platform": "", "project_url": "https://pypi.org/project/RaiderFetch/", "project_urls": { "Homepage": "https://github.com/frc5024/RaiderFetch" }, "release_url": "https://pypi.org/project/RaiderFetch/1.0/", "requires_dist": [ "requests", "feedparser" ], "requires_python": "", "summary": "A python3 library for getting information about the team", "version": "1.0" }, "last_serial": 4355892, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "147a1a3644509963b5120404ab6fa45a", "sha256": "feb8c5e8df82b7088abbfa75c882f970fbc71293bbfcc20bae2ccadafc432ee2" }, "downloads": -1, "filename": "RaiderFetch-1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "147a1a3644509963b5120404ab6fa45a", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 2768, "upload_time": "2018-10-09T13:35:00", "url": "https://files.pythonhosted.org/packages/58/53/a3022aab84c13ffd1e27c33ab8f484893094583a50982990636472fcd158/RaiderFetch-1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e972855503a90962b8e00ced59d88114", "sha256": "729483d97ccce5868ec1192ac9c28e48a270f40528a2e48c7ee45d79e266d3e3" }, "downloads": -1, "filename": "RaiderFetch-1.0.tar.gz", "has_sig": false, "md5_digest": "e972855503a90962b8e00ced59d88114", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2566, "upload_time": "2018-10-09T13:35:02", "url": "https://files.pythonhosted.org/packages/04/7c/c636f06a04c87441b1c937569ef36b74fe11aad5327d87152231dedaeca5/RaiderFetch-1.0.tar.gz" } ], "1.0rc1": [ { "comment_text": "", "digests": { "md5": "96b5fc30370ffef814653d2572050da8", "sha256": "47b62ecf2831c1b08c4e2838020b32203cbe15c5141294bac19bc5b59fe361b2" }, "downloads": -1, "filename": "RaiderFetch-1.0rc1-py3-none-any.whl", "has_sig": false, "md5_digest": "96b5fc30370ffef814653d2572050da8", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 2881, "upload_time": "2018-10-09T13:44:47", "url": "https://files.pythonhosted.org/packages/1b/80/7cb120a70557510ef278acf9b5eecc3dacac58c57e6480a5bf9bf4343b39/RaiderFetch-1.0rc1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "cfa8f2611872cc60e0adf023fd1b371b", "sha256": "2ae0db62b31af69551f841fb1e51f15861327f9283ef29d9e55e0701055c6918" }, "downloads": -1, "filename": "RaiderFetch-1.0rc1.tar.gz", "has_sig": false, "md5_digest": "cfa8f2611872cc60e0adf023fd1b371b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2699, "upload_time": "2018-10-09T13:44:48", "url": "https://files.pythonhosted.org/packages/81/a3/e41949f9830740a4fab0065cc701895e38d9b7300a8790eb8b4330460928/RaiderFetch-1.0rc1.tar.gz" } ], "1.0rc2": [ { "comment_text": "", "digests": { "md5": "323262b7fbd6452bf98209649f76361a", "sha256": "18711e566e2b40584f9346dd28d6cabd6a3a68e463e0ef7afc3da9c8db836bbd" }, "downloads": -1, "filename": "RaiderFetch-1.0rc2-py3-none-any.whl", "has_sig": false, "md5_digest": "323262b7fbd6452bf98209649f76361a", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 2883, "upload_time": "2018-10-09T13:46:17", "url": "https://files.pythonhosted.org/packages/c0/d1/0be372525935d3089b737f8889efffdd1277a22583de500db832b9d98182/RaiderFetch-1.0rc2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "bdc489cefa6c2b1ce102486cde5b6b03", "sha256": "9d9486dac4e602cf061f485c66610042d3c68dea70bd6603ba4d1dd491f16afc" }, "downloads": -1, "filename": "RaiderFetch-1.0rc2.tar.gz", "has_sig": false, "md5_digest": "bdc489cefa6c2b1ce102486cde5b6b03", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2708, "upload_time": "2018-10-09T13:46:18", "url": "https://files.pythonhosted.org/packages/4f/e8/b7fb0f2c22d427ac8b9b1460182a36a7c9332be4ada8ee4a9b3ba7022705/RaiderFetch-1.0rc2.tar.gz" } ], "1.0rc3": [ { "comment_text": "", "digests": { "md5": "630153bb9a5617a9fe009cb2ace9c208", "sha256": "91eb8d371fbc862e8cfd3756a68c92b11237381fdc9075d8f5b98b595b89bdcb" }, "downloads": -1, "filename": "RaiderFetch-1.0rc3-py3-none-any.whl", "has_sig": false, "md5_digest": "630153bb9a5617a9fe009cb2ace9c208", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 2837, "upload_time": "2018-10-09T13:49:28", "url": "https://files.pythonhosted.org/packages/75/c2/4db2dc6274a442b86e5ff255676a4c77f2439f614a10a2797ff7d6bfb249/RaiderFetch-1.0rc3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "3d4c2f0f958f093eec779eb88049a154", "sha256": "7a1b4ad93e5e55ad4f47ddf93fa67ffd6a612bdcef327feabe54bb5b2d531fec" }, "downloads": -1, "filename": "RaiderFetch-1.0rc3.tar.gz", "has_sig": false, "md5_digest": "3d4c2f0f958f093eec779eb88049a154", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2657, "upload_time": "2018-10-09T13:49:30", "url": "https://files.pythonhosted.org/packages/b5/82/d61258557f13ad3b3f665b8cc6b12630393efaf73a670f06b6072acbf5b6/RaiderFetch-1.0rc3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "147a1a3644509963b5120404ab6fa45a", "sha256": "feb8c5e8df82b7088abbfa75c882f970fbc71293bbfcc20bae2ccadafc432ee2" }, "downloads": -1, "filename": "RaiderFetch-1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "147a1a3644509963b5120404ab6fa45a", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 2768, "upload_time": "2018-10-09T13:35:00", "url": "https://files.pythonhosted.org/packages/58/53/a3022aab84c13ffd1e27c33ab8f484893094583a50982990636472fcd158/RaiderFetch-1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e972855503a90962b8e00ced59d88114", "sha256": "729483d97ccce5868ec1192ac9c28e48a270f40528a2e48c7ee45d79e266d3e3" }, "downloads": -1, "filename": "RaiderFetch-1.0.tar.gz", "has_sig": false, "md5_digest": "e972855503a90962b8e00ced59d88114", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2566, "upload_time": "2018-10-09T13:35:02", "url": "https://files.pythonhosted.org/packages/04/7c/c636f06a04c87441b1c937569ef36b74fe11aad5327d87152231dedaeca5/RaiderFetch-1.0.tar.gz" } ] }