Name | Grayven JSON |
Version |
0.2.0
JSON |
| download |
home_page | None |
Summary | A Python wrapper for the Grand Comics Database API. |
upload_time | 2024-12-23 03:38:49 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.9 |
license | MIT |
keywords |
comic
comics
metadata
|
VCS |
 |
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# Grayven
[](https://pypi.python.org/pypi/Grayven/)
[](https://pypi.python.org/pypi/Grayven/)
[](https://pypi.python.org/pypi/Grayven/)
[](https://opensource.org/licenses/MIT)
[](https://github.com/pre-commit/pre-commit)
[](https://github.com/astral-sh/ruff)
[](https://github.com/Metron-Project/Grayven/graphs/contributors)
[](https://github.com/Metron-Project/Grayven/actions/workflows/testing.yaml)
[](https://github.com/Metron-Project/Grayven/actions/workflows/publishing.yaml)
[](https://grayven.readthedocs.io/en/stable)
A [Python](https://www.python.org/) wrapper for the [Grand Comics Database API](https://github.com/GrandComicsDatabase/gcd-django/wiki/API).
## Installation
```console
pip install --user Grayven
```
### Example Usage
```python
from grayven.grand_comics_database import GrandComicsDatabase
from grayven.sqlite_cache import SQLiteCache
session = GrandComicsDatabase(cache=SQLiteCache())
# Search for Series
results = session.list_series(name="Green Lantern")
for series in results:
print(f"{series.id} | {series.name} ({series.year_began})")
# Get an issue's release date
result = session.get_issue(id=242700)
print(result.on_sale_date)
```
## Documentation
- [Grayven](https://grayven.readthedocs.io/en/stable)
- [GrandComicsDatabase API](https://github.com/GrandComicsDatabase/gcd-django/wiki/API)
## Bugs/Requests
Please use the [GitHub issue tracker](https://github.com/Metron-Project/Grayven/issues) to submit bugs or request features.
## Socials
[](https://matrix.to/#/#metron-general:matrix.org)
[](https://matrix.to/#/#metron-development:matrix.org)
Raw data
{
"_id": null,
"home_page": null,
"name": "Grayven",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": "BuriedInCode <BuriedInCode@tuta.io>",
"keywords": "comic, comics, metadata",
"author": null,
"author_email": "BuriedInCode <BuriedInCode@tuta.io>",
"download_url": "https://files.pythonhosted.org/packages/34/57/136ec3886e805eab1fe853213c41d750ecfe41beba1ebd89bac662b77299/grayven-0.2.0.tar.gz",
"platform": null,
"description": "# Grayven\n\n[](https://pypi.python.org/pypi/Grayven/)\n[](https://pypi.python.org/pypi/Grayven/)\n[](https://pypi.python.org/pypi/Grayven/)\n[](https://opensource.org/licenses/MIT)\n\n[](https://github.com/pre-commit/pre-commit)\n[](https://github.com/astral-sh/ruff)\n\n[](https://github.com/Metron-Project/Grayven/graphs/contributors)\n[](https://github.com/Metron-Project/Grayven/actions/workflows/testing.yaml)\n[](https://github.com/Metron-Project/Grayven/actions/workflows/publishing.yaml)\n\n[](https://grayven.readthedocs.io/en/stable)\n\nA [Python](https://www.python.org/) wrapper for the [Grand Comics Database API](https://github.com/GrandComicsDatabase/gcd-django/wiki/API).\n\n## Installation\n\n```console\npip install --user Grayven\n```\n\n### Example Usage\n\n```python\nfrom grayven.grand_comics_database import GrandComicsDatabase\nfrom grayven.sqlite_cache import SQLiteCache\n\nsession = GrandComicsDatabase(cache=SQLiteCache())\n\n# Search for Series\nresults = session.list_series(name=\"Green Lantern\")\nfor series in results:\n print(f\"{series.id} | {series.name} ({series.year_began})\")\n\n# Get an issue's release date\nresult = session.get_issue(id=242700)\nprint(result.on_sale_date)\n```\n\n## Documentation\n\n- [Grayven](https://grayven.readthedocs.io/en/stable)\n- [GrandComicsDatabase API](https://github.com/GrandComicsDatabase/gcd-django/wiki/API)\n\n## Bugs/Requests\n\nPlease use the [GitHub issue tracker](https://github.com/Metron-Project/Grayven/issues) to submit bugs or request features.\n\n## Socials\n\n[](https://matrix.to/#/#metron-general:matrix.org)\n[](https://matrix.to/#/#metron-development:matrix.org)\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "A Python wrapper for the Grand Comics Database API.",
"version": "0.2.0",
"project_urls": {
"Homepage": "https://pypi.org/project/Grayven",
"Issues": "https://github.com/Metron-Project/Grayven/issues",
"Source": "https://github.com/Metron-Project/Grayven"
},
"split_keywords": [
"comic",
" comics",
" metadata"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "1f8ee8b086b406617975c0fbb9264c5b540c31312aae2f7d616f255a1341cff8",
"md5": "e66014dc4db12a1a914b697c371b4652",
"sha256": "7896fa632b05fca75b39e037fd9dc7c8678daa8e89204ce87a7d2536d18f171b"
},
"downloads": -1,
"filename": "grayven-0.2.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "e66014dc4db12a1a914b697c371b4652",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 10896,
"upload_time": "2024-12-23T03:38:46",
"upload_time_iso_8601": "2024-12-23T03:38:46.458325Z",
"url": "https://files.pythonhosted.org/packages/1f/8e/e8b086b406617975c0fbb9264c5b540c31312aae2f7d616f255a1341cff8/grayven-0.2.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "3457136ec3886e805eab1fe853213c41d750ecfe41beba1ebd89bac662b77299",
"md5": "06b2b7e89d1ec8ec29906efc24e77c4b",
"sha256": "1effae184127dfc989e44f0dbfd31d0981729a72fc98e627d7e830df12d08bc7"
},
"downloads": -1,
"filename": "grayven-0.2.0.tar.gz",
"has_sig": false,
"md5_digest": "06b2b7e89d1ec8ec29906efc24e77c4b",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 149158,
"upload_time": "2024-12-23T03:38:49",
"upload_time_iso_8601": "2024-12-23T03:38:49.230631Z",
"url": "https://files.pythonhosted.org/packages/34/57/136ec3886e805eab1fe853213c41d750ecfe41beba1ebd89bac662b77299/grayven-0.2.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-23 03:38:49",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "Metron-Project",
"github_project": "Grayven",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "grayven"
}