{ "info": { "author": "Nathan Buckner", "author_email": "bucknerns@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: Other/Proprietary License", "Natural Language :: English", "Operating System :: POSIX :: Linux", "Programming Language :: Python :: 3 :: Only" ], "description": "\n.. code:: ipython3\n\n from marvel.client import MarvelClient\n\n.. code:: ipython3\n\n client = MarvelClient(\"http://gateway.marvel.com\", \"\", \"\")\n\n.. code:: ipython3\n\n resp = client.get_comic(16246)\n\n.. code:: ipython3\n\n resp.json()\n\n\n\n\n.. parsed-literal::\n\n {'code': 200,\n 'status': 'Ok',\n 'copyright': '\u00a9 2018 MARVEL',\n 'attributionText': 'Data provided by Marvel. \u00a9 2018 MARVEL',\n 'attributionHTML': 'Data provided by Marvel. \u00a9 2018 MARVEL',\n 'etag': '0ee715261c97423ba6caa142956a1194d5ad3d66',\n 'data': {'offset': 0,\n 'limit': 20,\n 'total': 1,\n 'count': 1,\n 'results': [{'id': 16246,\n 'digitalId': 0,\n 'title': 'Cap Transport (2005) #7',\n 'issueNumber': 7,\n 'variantDescription': '',\n 'description': None,\n 'modified': '-0001-11-30T00:00:00-0500',\n 'isbn': '',\n 'upc': '',\n 'diamondCode': '',\n 'ean': '',\n 'issn': '',\n 'format': 'Comic',\n 'pageCount': 0,\n 'textObjects': [],\n 'resourceURI': 'http://gateway.marvel.com/v1/public/comics/16246',\n 'urls': [{'type': 'detail',\n 'url': 'http://marvel.com/comics/issue/16246/cap_transport_2005_7?utm_campaign=apiRef&utm_source=a1b984315df89963191b79f350c37f60'}],\n 'series': {'resourceURI': 'http://gateway.marvel.com/v1/public/series/2722',\n 'name': 'Cap Transport (2005 - 2006)'},\n 'variants': [],\n 'collections': [],\n 'collectedIssues': [],\n 'dates': [{'type': 'onsaleDate', 'date': '2029-12-31T00:00:00-0500'},\n {'type': 'focDate', 'date': '-0001-11-30T00:00:00-0500'}],\n 'prices': [{'type': 'printPrice', 'price': 0}],\n 'thumbnail': {'path': 'http://i.annihil.us/u/prod/marvel/i/mg/b/40/image_not_available',\n 'extension': 'jpg'},\n 'images': [],\n 'creators': {'available': 9,\n 'collectionURI': 'http://gateway.marvel.com/v1/public/comics/16246/creators',\n 'items': [{'resourceURI': 'http://gateway.marvel.com/v1/public/creators/2133',\n 'name': 'Tom Brevoort',\n 'role': 'editor'},\n {'resourceURI': 'http://gateway.marvel.com/v1/public/creators/5248',\n 'name': 'Molly Lazer',\n 'role': 'editor'},\n {'resourceURI': 'http://gateway.marvel.com/v1/public/creators/4371',\n 'name': 'Andy Schmidt',\n 'role': 'editor'},\n {'resourceURI': 'http://gateway.marvel.com/v1/public/creators/367',\n 'name': 'Ed Brubaker',\n 'role': 'writer'},\n {'resourceURI': 'http://gateway.marvel.com/v1/public/creators/7129',\n 'name': 'Virtual Calligraphy',\n 'role': 'letterer'},\n {'resourceURI': 'http://gateway.marvel.com/v1/public/creators/8635',\n 'name': 'Vc Randy Gentile',\n 'role': 'letterer'},\n {'resourceURI': 'http://gateway.marvel.com/v1/public/creators/8504',\n 'name': \"Frank D'ARMATA\",\n 'role': 'colorist'},\n {'resourceURI': 'http://gateway.marvel.com/v1/public/creators/374',\n 'name': 'Steve Epting',\n 'role': 'penciler'},\n {'resourceURI': 'http://gateway.marvel.com/v1/public/creators/127',\n 'name': 'John Paul Leon',\n 'role': 'penciler'}],\n 'returned': 9},\n 'characters': {'available': 4,\n 'collectionURI': 'http://gateway.marvel.com/v1/public/comics/16246/characters',\n 'items': [{'resourceURI': 'http://gateway.marvel.com/v1/public/characters/1009220',\n 'name': 'Captain America'},\n {'resourceURI': 'http://gateway.marvel.com/v1/public/characters/1009475',\n 'name': 'Nomad'},\n {'resourceURI': 'http://gateway.marvel.com/v1/public/characters/1009565',\n 'name': 'Scourge'},\n {'resourceURI': 'http://gateway.marvel.com/v1/public/characters/1010791',\n 'name': 'Sub-Mariner'}],\n 'returned': 4},\n 'stories': {'available': 3,\n 'collectionURI': 'http://gateway.marvel.com/v1/public/comics/16246/stories',\n 'items': [{'resourceURI': 'http://gateway.marvel.com/v1/public/stories/34018',\n 'name': 'Cover #34018',\n 'type': 'cover'},\n {'resourceURI': 'http://gateway.marvel.com/v1/public/stories/34019',\n 'name': 'The Lonesome Death of Jack Monroe',\n 'type': 'interiorStory'},\n {'resourceURI': 'http://gateway.marvel.com/v1/public/stories/34020',\n 'name': 'Freedom of Speech',\n 'type': 'letters'}],\n 'returned': 3},\n 'events': {'available': 0,\n 'collectionURI': 'http://gateway.marvel.com/v1/public/comics/16246/events',\n 'items': [],\n 'returned': 0}}]}}\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/bucknerns/marvelapi", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "marvelapi", "package_url": "https://pypi.org/project/marvelapi/", "platform": "", "project_url": "https://pypi.org/project/marvelapi/", "project_urls": { "Homepage": "https://github.com/bucknerns/marvelapi" }, "release_url": "https://pypi.org/project/marvelapi/0.0.1/", "requires_dist": null, "requires_python": "", "summary": "Marvel api client and possible cli", "version": "0.0.1" }, "last_serial": 4407314, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "705daf1ebfd0e1eb51d50a0e40606bdf", "sha256": "b0a85fcaefc545b71e71e63af6f9b9729531d7a336ed653e493b967fcfdf62a3" }, "downloads": -1, "filename": "marvelapi-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "705daf1ebfd0e1eb51d50a0e40606bdf", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 5912, "upload_time": "2018-10-23T17:10:09", "url": "https://files.pythonhosted.org/packages/85/1e/7549a18bb003a35ffc860db652603719e5a3f783b160cb391718f102bb64/marvelapi-0.0.1-py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "705daf1ebfd0e1eb51d50a0e40606bdf", "sha256": "b0a85fcaefc545b71e71e63af6f9b9729531d7a336ed653e493b967fcfdf62a3" }, "downloads": -1, "filename": "marvelapi-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "705daf1ebfd0e1eb51d50a0e40606bdf", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 5912, "upload_time": "2018-10-23T17:10:09", "url": "https://files.pythonhosted.org/packages/85/1e/7549a18bb003a35ffc860db652603719e5a3f783b160cb391718f102bb64/marvelapi-0.0.1-py3-none-any.whl" } ] }