{ "info": { "author": "porowns", "author_email": "porowns@gmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "# Django EVE Online Connector\nDjango EVE Online Connector is a simple Django application that adds models, urls, and Celery tasks to help manage EVE Online entities (characters, corporations, alliances) and ESI SSO.\n\n# Installation\n1. Add `django_eveonline_connector` to your INSTALLED_APPS\n2. Include the django_eveonline_connector URLs in your urls.py\n3. Run `python3 manage.py migrate` to create the django_eveonline_connector models\n4. Run `python3 manage.py loaddata initial_scopes` to load the initial ESI scopes\n\n# Provided URLs\n| URL Name | Description |\n| ------------- | ------------- |\n| django-eveonline-connector-sso-callback | The callback url for SSO tokens (`sso/callback`) |\n| django-eveonline-connector-sso-token-add | Redirects users to the SSO login for EVE Online |\n| django-eveonline-connector-sso-token-remove | Removes an SSO token (expects kwarg pk) |\n\n# Provided Celery Tasks\n| Task Name | Action |\n| ------------- | ------------- |\n| update_characters() | Updates information for all EveCharacter objects |\n| update_corporations() | Updates information for all EveCorporation objects |\n| update_alliances() | Updates information for all EveAlliance objects |", "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/KryptedGaming/django-eveonline-connector", "keywords": "", "license": "MIT License", "maintainer": "", "maintainer_email": "", "name": "django-eveonline-connector", "package_url": "https://pypi.org/project/django-eveonline-connector/", "platform": "", "project_url": "https://pypi.org/project/django-eveonline-connector/", "project_urls": { "Homepage": "https://github.com/KryptedGaming/django-eveonline-connector" }, "release_url": "https://pypi.org/project/django-eveonline-connector/1.0.2/", "requires_dist": null, "requires_python": "", "summary": "A simple Django application that adds EVE Online entities and SSO methods", "version": "1.0.2" }, "last_serial": 5705582, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "c0241e627066e5101ff95da3e5e31013", "sha256": "2d84a1e1c814ef58e16ac535da80854364912878cbd8e7468235a58d9dbbaa26" }, "downloads": -1, "filename": "django-eveonline-connector-1.0.tar.gz", "has_sig": false, "md5_digest": "c0241e627066e5101ff95da3e5e31013", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7645, "upload_time": "2019-08-20T20:23:03", "url": "https://files.pythonhosted.org/packages/06/1c/3d5d1b8e18567d158f5147a2fe90e19bcead30237ba15d8109f30798e840/django-eveonline-connector-1.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "6a3169db1e81fe95d5b8af20695bdbbe", "sha256": "87a70bbd1448c82900c948b1bc4a071a1242222f417125028f4e54b567d95158" }, "downloads": -1, "filename": "django-eveonline-connector-1.0.1.tar.gz", "has_sig": false, "md5_digest": "6a3169db1e81fe95d5b8af20695bdbbe", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7938, "upload_time": "2019-08-20T20:45:53", "url": "https://files.pythonhosted.org/packages/ea/e4/ee95561741e65e5784c31f8db470efd0eacc7791ca0634cb81637c417afe/django-eveonline-connector-1.0.1.tar.gz" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "7d95f81c67f69491398115eb7de00576", "sha256": "8ab7d1a842575e00fc2487d8a3271b54eb8d4fe4ec5e8f4cbe2f2d54ce28b4b7" }, "downloads": -1, "filename": "django-eveonline-connector-1.0.2.tar.gz", "has_sig": false, "md5_digest": "7d95f81c67f69491398115eb7de00576", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7839, "upload_time": "2019-08-20T20:50:20", "url": "https://files.pythonhosted.org/packages/55/61/c06302733ac3c77a7ab970e098c1bfde47b78271a50100f2777c28ba022a/django-eveonline-connector-1.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "7d95f81c67f69491398115eb7de00576", "sha256": "8ab7d1a842575e00fc2487d8a3271b54eb8d4fe4ec5e8f4cbe2f2d54ce28b4b7" }, "downloads": -1, "filename": "django-eveonline-connector-1.0.2.tar.gz", "has_sig": false, "md5_digest": "7d95f81c67f69491398115eb7de00576", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7839, "upload_time": "2019-08-20T20:50:20", "url": "https://files.pythonhosted.org/packages/55/61/c06302733ac3c77a7ab970e098c1bfde47b78271a50100f2777c28ba022a/django-eveonline-connector-1.0.2.tar.gz" } ] }