setuptools-ocrd


Namesetuptools-ocrd JSON
Version 0.0.19 PyPI version JSON
download
home_pageNone
SummaryManage your package version through ocrd-tool.json
upload_time2024-10-10 13:24:01
maintainerNone
docs_urlNone
authorNone
requires_python>=3.7
licenseNone
keywords ocr-d setuptools
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # setuptools_ocrd

Manage your Python package version through `ocrd-tool.json`.

To use this, set the `version` field in `ocrd-tool.json` and use this in your `pyproject.toml`:

```
[build-system]
requires = ["setuptools>=61.0.0", "wheel", "setuptools-ocrd"]

[project]
# ... any other options ...
dynamic = ["version"]
```

## Developer information
*Please refer to [README-DEV.md](README-DEV.md).*

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "setuptools-ocrd",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "ocr-d, setuptools",
    "author": null,
    "author_email": "Mike Gerber <mike.gerber@sbb.spk-berlin.de>",
    "download_url": "https://files.pythonhosted.org/packages/9c/51/a475337de4d949ff3c6d92166882b675e3dc48b8646b88f6a927735554b4/setuptools_ocrd-0.0.19.tar.gz",
    "platform": null,
    "description": "# setuptools_ocrd\n\nManage your Python package version through `ocrd-tool.json`.\n\nTo use this, set the `version` field in `ocrd-tool.json` and use this in your `pyproject.toml`:\n\n```\n[build-system]\nrequires = [\"setuptools>=61.0.0\", \"wheel\", \"setuptools-ocrd\"]\n\n[project]\n# ... any other options ...\ndynamic = [\"version\"]\n```\n\n## Developer information\n*Please refer to [README-DEV.md](README-DEV.md).*\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Manage your package version through ocrd-tool.json",
    "version": "0.0.19",
    "project_urls": {
        "Homepage": "https://github.com/qurator-spk/setuptools_ocrd",
        "Repository": "https://github.com/qurator-spk/setuptools_ocrd.git"
    },
    "split_keywords": [
        "ocr-d",
        " setuptools"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a9f0e7b56826875c0dc8745b251f83f2dd78a018fa198a0badcb01a7a50cff06",
                "md5": "101368c6a57325ad6d0d649c2e84c595",
                "sha256": "a268f6024a4bf65dd16d5d94a1ac104a6ae618374c35958f9caa6d7dff09b1bf"
            },
            "downloads": -1,
            "filename": "setuptools_ocrd-0.0.19-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "101368c6a57325ad6d0d649c2e84c595",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 8202,
            "upload_time": "2024-10-10T13:23:59",
            "upload_time_iso_8601": "2024-10-10T13:23:59.079667Z",
            "url": "https://files.pythonhosted.org/packages/a9/f0/e7b56826875c0dc8745b251f83f2dd78a018fa198a0badcb01a7a50cff06/setuptools_ocrd-0.0.19-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9c51a475337de4d949ff3c6d92166882b675e3dc48b8646b88f6a927735554b4",
                "md5": "58edaf21cb298b89f4af34fccb22c7d2",
                "sha256": "b9fafe1e22afcfb69b05a1289428689aca6266ffd441a5b5ef32aa3c1187c15c"
            },
            "downloads": -1,
            "filename": "setuptools_ocrd-0.0.19.tar.gz",
            "has_sig": false,
            "md5_digest": "58edaf21cb298b89f4af34fccb22c7d2",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 7013,
            "upload_time": "2024-10-10T13:24:01",
            "upload_time_iso_8601": "2024-10-10T13:24:01.065842Z",
            "url": "https://files.pythonhosted.org/packages/9c/51/a475337de4d949ff3c6d92166882b675e3dc48b8646b88f6a927735554b4/setuptools_ocrd-0.0.19.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-10 13:24:01",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "qurator-spk",
    "github_project": "setuptools_ocrd",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "setuptools-ocrd"
}
        
Elapsed time: 4.08996s