metron-tagger


Namemetron-tagger JSON
Version 2.2.4 PyPI version JSON
download
home_pageNone
SummaryA program to write metadata from metron.cloud to a comic archive
upload_time2024-04-06 13:17:40
maintainerBrian Pepple
docs_urlNone
authorBrian Pepple
requires_python<4.0,>=3.10
licenseGPL-3.0-or-later
keywords comics comic metadata tagging tagger
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            =============
Metron-Tagger
=============

.. image:: https://img.shields.io/pypi/v/metron-tagger.svg
    :target: https://pypi.org/project/metron-tagger/

.. image:: https://img.shields.io/pypi/pyversions/metron-tagger.svg
    :target: https://pypi.org/project/metron-tagger/

.. image:: https://img.shields.io/github/license/bpepple/metron-tagger
    :target: https://opensource.org/licenses/GPL-3.0

.. image:: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json
    :target: https://github.com/astral-sh/ruff
    :alt: Ruff

Quick Description
-----------------

A command-line tool to tag comic archives with metadata from metron.cloud_.

.. _metron.cloud: https://metron.cloud

Installation
------------

PyPi
~~~~

Or install it yourself:

.. code:: bash

  $ pip install --user metron-tagger

FAQ
---

**How to enable RAR support?**

- It depends on the unrar command-line utility, and expects it to be in your $PATH.

Help
----

::

  usage: metron-tagger [-h] [-r] [-o] [--id ID] [-d] [--ignore-existing] [-i] [--missing] [-s] [-z] [--validate] [--delete-original] [--duplicates] [--version] path [path ...]

  Read in a file or set of files, and return the result.

  positional arguments:
    path                 Path of a file or a folder of files.

  options:
    -h, --help           show this help message and exit
    -r, --rename         Rename comic archive from the files metadata. (default: False)
    -o, --online         Search online and attempt to identify comic archive. (default: False)
    --id ID              Identify file for tagging with the Metron Issue Id. (default: None)
    -d, --delete         Delete the metadata tags from the file. (default: False)
    --ignore-existing    Ignore files that have existing metadata tag. (default: False)
    -i, --interactive    Interactively query the user when there are matches for an online search. (default: False)
    --missing            List files without metadata. (default: False)
    -s, --sort           Sort files that contain metadata tags. (default: False)
    -z, --export-to-cbz  Export a CBR (rar) archive to a CBZ (zip) archive. (default: False)
    --validate           Verify that comic archive has a valid ComicInfo.xml. (default: False)
    --delete-original    Delete the original archive after successful export to another format. (default: False)
    --duplicates         Identify and give the option to delete duplicate pages in a directory of comics. (Experimental) (default: False)
    --version            Show the version number and exit

Bugs/Requests
-------------

Please use the `GitHub issue tracker <https://github.com/Metron-Project/metron-tagger/issues>`_ to submit bugs or request features.

License
-------

This project is licensed under the `GPLv3 License <LICENSE>`_.


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "metron-tagger",
    "maintainer": "Brian Pepple",
    "docs_url": null,
    "requires_python": "<4.0,>=3.10",
    "maintainer_email": "bpepple@metron.cloud",
    "keywords": "comics, comic, metadata, tagging, tagger",
    "author": "Brian Pepple",
    "author_email": "bpepple@metron.cloud",
    "download_url": "https://files.pythonhosted.org/packages/7a/aa/418bc73319437359570b834053cb281596c4a4ea193a134959f8afda65a6/metron_tagger-2.2.4.tar.gz",
    "platform": null,
    "description": "=============\nMetron-Tagger\n=============\n\n.. image:: https://img.shields.io/pypi/v/metron-tagger.svg\n    :target: https://pypi.org/project/metron-tagger/\n\n.. image:: https://img.shields.io/pypi/pyversions/metron-tagger.svg\n    :target: https://pypi.org/project/metron-tagger/\n\n.. image:: https://img.shields.io/github/license/bpepple/metron-tagger\n    :target: https://opensource.org/licenses/GPL-3.0\n\n.. image:: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json\n    :target: https://github.com/astral-sh/ruff\n    :alt: Ruff\n\nQuick Description\n-----------------\n\nA command-line tool to tag comic archives with metadata from metron.cloud_.\n\n.. _metron.cloud: https://metron.cloud\n\nInstallation\n------------\n\nPyPi\n~~~~\n\nOr install it yourself:\n\n.. code:: bash\n\n  $ pip install --user metron-tagger\n\nFAQ\n---\n\n**How to enable RAR support?**\n\n- It depends on the unrar command-line utility, and expects it to be in your $PATH.\n\nHelp\n----\n\n::\n\n  usage: metron-tagger [-h] [-r] [-o] [--id ID] [-d] [--ignore-existing] [-i] [--missing] [-s] [-z] [--validate] [--delete-original] [--duplicates] [--version] path [path ...]\n\n  Read in a file or set of files, and return the result.\n\n  positional arguments:\n    path                 Path of a file or a folder of files.\n\n  options:\n    -h, --help           show this help message and exit\n    -r, --rename         Rename comic archive from the files metadata. (default: False)\n    -o, --online         Search online and attempt to identify comic archive. (default: False)\n    --id ID              Identify file for tagging with the Metron Issue Id. (default: None)\n    -d, --delete         Delete the metadata tags from the file. (default: False)\n    --ignore-existing    Ignore files that have existing metadata tag. (default: False)\n    -i, --interactive    Interactively query the user when there are matches for an online search. (default: False)\n    --missing            List files without metadata. (default: False)\n    -s, --sort           Sort files that contain metadata tags. (default: False)\n    -z, --export-to-cbz  Export a CBR (rar) archive to a CBZ (zip) archive. (default: False)\n    --validate           Verify that comic archive has a valid ComicInfo.xml. (default: False)\n    --delete-original    Delete the original archive after successful export to another format. (default: False)\n    --duplicates         Identify and give the option to delete duplicate pages in a directory of comics. (Experimental) (default: False)\n    --version            Show the version number and exit\n\nBugs/Requests\n-------------\n\nPlease use the `GitHub issue tracker <https://github.com/Metron-Project/metron-tagger/issues>`_ to submit bugs or request features.\n\nLicense\n-------\n\nThis project is licensed under the `GPLv3 License <LICENSE>`_.\n\n",
    "bugtrack_url": null,
    "license": "GPL-3.0-or-later",
    "summary": "A program to write metadata from metron.cloud to a comic archive",
    "version": "2.2.4",
    "project_urls": {
        "Bug Tracker": "https://github.com/Metron-Project/metron-tagger/issues",
        "Homepage": "https://github.com/Metron-Project/metron-tagger"
    },
    "split_keywords": [
        "comics",
        " comic",
        " metadata",
        " tagging",
        " tagger"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "40d3977d2fb688866681a54505b80a86bb2104add78d7af4683d9be66390c260",
                "md5": "b6eeb6d85c5514d0dda8b7e070fb15de",
                "sha256": "29a179b7fa7e3cb4f42469126516217236dd2c55ae7c6a3c8d44835b26c68b7b"
            },
            "downloads": -1,
            "filename": "metron_tagger-2.2.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b6eeb6d85c5514d0dda8b7e070fb15de",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.10",
            "size": 35326,
            "upload_time": "2024-04-06T13:17:38",
            "upload_time_iso_8601": "2024-04-06T13:17:38.544864Z",
            "url": "https://files.pythonhosted.org/packages/40/d3/977d2fb688866681a54505b80a86bb2104add78d7af4683d9be66390c260/metron_tagger-2.2.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7aaa418bc73319437359570b834053cb281596c4a4ea193a134959f8afda65a6",
                "md5": "694dde94367e05d7296a09a2b57b10f6",
                "sha256": "e5c889fcb2a3fdb9c48e6bac77244e7c7016e07a26470671c0b102af63454518"
            },
            "downloads": -1,
            "filename": "metron_tagger-2.2.4.tar.gz",
            "has_sig": false,
            "md5_digest": "694dde94367e05d7296a09a2b57b10f6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.10",
            "size": 39139,
            "upload_time": "2024-04-06T13:17:40",
            "upload_time_iso_8601": "2024-04-06T13:17:40.143460Z",
            "url": "https://files.pythonhosted.org/packages/7a/aa/418bc73319437359570b834053cb281596c4a4ea193a134959f8afda65a6/metron_tagger-2.2.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-06 13:17:40",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Metron-Project",
    "github_project": "metron-tagger",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "metron-tagger"
}
        
Elapsed time: 0.22523s