gcd-talker


Namegcd-talker JSON
Version 0.1.0 PyPI version JSON
download
home_pagehttps://github.com/comictagger/gcd_talker
SummaryA Grand Comics Database API talker for ComicTagger a cross-platform GUI/CLI app for writing metadata to comic archives
upload_time2024-02-19 20:26:27
maintainer
docs_urlNone
authorComicTagger team
requires_python>=3.9
licenseApache-2.0
keywords comictagger gcd grand comics database comics comic metadata tagging tagger
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Grand Comics Databaseā„¢ plugin for Comic Tagger

A plugin for [Comic Tagger](https://github.com/comictagger/comictagger/releases) to allow the use of the metadata from [Grand Comics Databaseā„¢](https://www.comics.org).

## Obtaining the SQLite DB

1. Create an account on the [GCD](https://www.comics.org).
2. Download the latest SQLite3 dump of their DB (minus images and image URLs) at https://www.comics.org/download/

### Cover images

**GCD does not make their image URLs available via their DB dumps**

An option is available to attempt to download the covers in the GUI and separately for auto-tagging.
Due to occasional CloudFlare activation, images may not download.

## Install

`pip install .`

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/comictagger/gcd_talker",
    "name": "gcd-talker",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "",
    "keywords": "comictagger,GCD,Grand Comics Database,comics,comic,metadata,tagging,tagger",
    "author": "ComicTagger team",
    "author_email": "comictagger@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/cb/09/a0131cf5dde888be1bb7cc1d507b2bc06572fef3c42a2b312fda664e8b3c/gcd_talker-0.1.0.tar.gz",
    "platform": null,
    "description": "# Grand Comics Database\u2122 plugin for Comic Tagger\n\nA plugin for [Comic Tagger](https://github.com/comictagger/comictagger/releases) to allow the use of the metadata from [Grand Comics Database\u2122](https://www.comics.org).\n\n## Obtaining the SQLite DB\n\n1. Create an account on the [GCD](https://www.comics.org).\n2. Download the latest SQLite3 dump of their DB (minus images and image URLs) at https://www.comics.org/download/\n\n### Cover images\n\n**GCD does not make their image URLs available via their DB dumps**\n\nAn option is available to attempt to download the covers in the GUI and separately for auto-tagging.\nDue to occasional CloudFlare activation, images may not download.\n\n## Install\n\n`pip install .`\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "A Grand Comics Database API talker for ComicTagger a cross-platform GUI/CLI app for writing metadata to comic archives",
    "version": "0.1.0",
    "project_urls": {
        "Homepage": "https://github.com/comictagger/gcd_talker"
    },
    "split_keywords": [
        "comictagger",
        "gcd",
        "grand comics database",
        "comics",
        "comic",
        "metadata",
        "tagging",
        "tagger"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b8075811dcc53943a55a77fb0e6c61f695920289b9bff5bd8176ad0650990938",
                "md5": "b286dc3618a6e2fbb74b191f51c30656",
                "sha256": "dccef13cc661f86e1dee4dbcc190a3ed5cb1e76727f7b5d9f083013d7853ec87"
            },
            "downloads": -1,
            "filename": "gcd_talker-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b286dc3618a6e2fbb74b191f51c30656",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 15034,
            "upload_time": "2024-02-19T20:26:25",
            "upload_time_iso_8601": "2024-02-19T20:26:25.990669Z",
            "url": "https://files.pythonhosted.org/packages/b8/07/5811dcc53943a55a77fb0e6c61f695920289b9bff5bd8176ad0650990938/gcd_talker-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cb09a0131cf5dde888be1bb7cc1d507b2bc06572fef3c42a2b312fda664e8b3c",
                "md5": "4773c7b9850ba49a39d4758f8c04859f",
                "sha256": "02e2fcf620ab20727b009468875396c236aeafa1d75dbee410cb1f1d44141a11"
            },
            "downloads": -1,
            "filename": "gcd_talker-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "4773c7b9850ba49a39d4758f8c04859f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 18689,
            "upload_time": "2024-02-19T20:26:27",
            "upload_time_iso_8601": "2024-02-19T20:26:27.123927Z",
            "url": "https://files.pythonhosted.org/packages/cb/09/a0131cf5dde888be1bb7cc1d507b2bc06572fef3c42a2b312fda664e8b3c/gcd_talker-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-19 20:26:27",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "comictagger",
    "github_project": "gcd_talker",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "gcd-talker"
}
        
Elapsed time: 0.18611s