{"id":21347401,"url":"https://github.com/openuado/pymarvelsimple","last_synced_at":"2025-03-16T04:16:38.984Z","repository":{"id":36729268,"uuid":"41035846","full_name":"openuado/pymarvelsimple","owner":"openuado","description":"A wrapper for Marvel API, easy to use.","archived":false,"fork":false,"pushed_at":"2016-07-12T19:29:52.000Z","size":298,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-22T16:32:24.472Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/openuado.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-08-19T13:31:35.000Z","updated_at":"2024-02-13T02:38:49.000Z","dependencies_parsed_at":"2022-07-20T09:53:05.850Z","dependency_job_id":null,"html_url":"https://github.com/openuado/pymarvelsimple","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openuado%2Fpymarvelsimple","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openuado%2Fpymarvelsimple/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openuado%2Fpymarvelsimple/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openuado%2Fpymarvelsimple/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/openuado","download_url":"https://codeload.github.com/openuado/pymarvelsimple/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243822294,"owners_count":20353500,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-22T02:14:07.977Z","updated_at":"2025-03-16T04:16:38.953Z","avatar_url":"https://github.com/openuado.png","language":"Python","readme":"Introduction\n============\n\n.. image:: https://img.shields.io/pypi/v/pymarvelsimple.svg\n   :alt: Latest release on the Python Cheeseshop (PyPI)\n   :target: https://pypi.python.org/pypi/pymarvelsimple\n\n.. image:: https://travis-ci.org/hobbestigrou/pymarvelsimple.svg?branch=master\n   :alt: Build status of perf on Travis CI\n   :target: https://travis-ci.org/hobbestigrou/pymarvelsimple\n\n\nPyMarvelSimple is a wrapper for Marvel API. Abstract the authorization and API\ncall.\n\nExample:\n\n.. code-block:: python\n\n    from pymarvelsimple.marvel import Marvel\n\n    marvel = Marvel(self.public, self.private)\n    characters = marvel.characters_list()\n\n    for character in characters.data.results:\n        print(character.name)\n\n    print(characters.last_page)\n\n    character = marvel.characters_detail_by_name(u'Thor')\n    print(character.data.results.name)\n\nPlay with marvel.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenuado%2Fpymarvelsimple","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopenuado%2Fpymarvelsimple","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenuado%2Fpymarvelsimple/lists"}