tacotoolbox


Nametacotoolbox JSON
Version 0.5.1 PyPI version JSON
download
home_pagehttps://github.com/csaybar/tacotoolbox
SummaryA toolbox to create TACO compliant datasets
upload_time2025-03-21 11:36:46
maintainerNone
docs_urlNone
authorCesar Aybar
requires_python<4.0,>=3.9
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # tacotoolbox

[![Release](https://img.shields.io/github/v/release/csaybar/tacotoolbox)](https://img.shields.io/github/v/release/csaybar/tacotoolbox)
[![Build status](https://img.shields.io/github/actions/workflow/status/csaybar/tacotoolbox/main.yml?branch=main)](https://github.com/csaybar/tacotoolbox/actions/workflows/main.yml?query=branch%3Amain)
[![codecov](https://codecov.io/gh/csaybar/tacotoolbox/branch/main/graph/badge.svg)](https://codecov.io/gh/csaybar/tacotoolbox)
[![Commit activity](https://img.shields.io/github/commit-activity/m/csaybar/tacotoolbox)](https://img.shields.io/github/commit-activity/m/csaybar/tacotoolbox)
[![License](https://img.shields.io/github/license/csaybar/tacotoolbox)](https://img.shields.io/github/license/csaybar/tacotoolbox)

A toolbox to create TACO compliant datasets

- **Github repository**: <https://github.com/csaybar/tacotoolbox/>
- **Documentation** <https://csaybar.github.io/tacotoolbox/>

## Getting started with your project

First, create a repository on GitHub with the same name as this project, and then run the following commands:

```bash
git init -b main
git add .
git commit -m "init commit"
git remote add origin git@github.com:csaybar/tacotoolbox.git
git push -u origin main
```

Finally, install the environment and the pre-commit hooks with

```bash
make install
```

You are now ready to start development on your project!
The CI/CD pipeline will be triggered when you open a pull request, merge to main, or when you create a new release.

To finalize the set-up for publishing to PyPI or Artifactory, see [here](https://fpgmaas.github.io/cookiecutter-poetry/features/publishing/#set-up-for-pypi).
For activating the automatic documentation with MkDocs, see [here](https://fpgmaas.github.io/cookiecutter-poetry/features/mkdocs/#enabling-the-documentation-on-github).
To enable the code coverage reports, see [here](https://fpgmaas.github.io/cookiecutter-poetry/features/codecov/).

## Releasing a new version

- Create an API Token on [PyPI](https://pypi.org/).
- Add the API Token to your projects secrets with the name `PYPI_TOKEN` by visiting [this page](https://github.com/csaybar/tacotoolbox/settings/secrets/actions/new).
- Create a [new release](https://github.com/csaybar/tacotoolbox/releases/new) on Github.
- Create a new tag in the form `*.*.*`.
- For more details, see [here](https://fpgmaas.github.io/cookiecutter-poetry/features/cicd/#how-to-trigger-a-release).

---

Repository initiated with [fpgmaas/cookiecutter-poetry](https://github.com/fpgmaas/cookiecutter-poetry).


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/csaybar/tacotoolbox",
    "name": "tacotoolbox",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.9",
    "maintainer_email": null,
    "keywords": null,
    "author": "Cesar Aybar",
    "author_email": "fcesar.aybar@uv.es",
    "download_url": "https://files.pythonhosted.org/packages/21/c7/cd64e6d2f8c7ef78db5f1f2c8e6a703b2e6098e14c56ad519a3e2f282bd2/tacotoolbox-0.5.1.tar.gz",
    "platform": null,
    "description": "# tacotoolbox\n\n[![Release](https://img.shields.io/github/v/release/csaybar/tacotoolbox)](https://img.shields.io/github/v/release/csaybar/tacotoolbox)\n[![Build status](https://img.shields.io/github/actions/workflow/status/csaybar/tacotoolbox/main.yml?branch=main)](https://github.com/csaybar/tacotoolbox/actions/workflows/main.yml?query=branch%3Amain)\n[![codecov](https://codecov.io/gh/csaybar/tacotoolbox/branch/main/graph/badge.svg)](https://codecov.io/gh/csaybar/tacotoolbox)\n[![Commit activity](https://img.shields.io/github/commit-activity/m/csaybar/tacotoolbox)](https://img.shields.io/github/commit-activity/m/csaybar/tacotoolbox)\n[![License](https://img.shields.io/github/license/csaybar/tacotoolbox)](https://img.shields.io/github/license/csaybar/tacotoolbox)\n\nA toolbox to create TACO compliant datasets\n\n- **Github repository**: <https://github.com/csaybar/tacotoolbox/>\n- **Documentation** <https://csaybar.github.io/tacotoolbox/>\n\n## Getting started with your project\n\nFirst, create a repository on GitHub with the same name as this project, and then run the following commands:\n\n```bash\ngit init -b main\ngit add .\ngit commit -m \"init commit\"\ngit remote add origin git@github.com:csaybar/tacotoolbox.git\ngit push -u origin main\n```\n\nFinally, install the environment and the pre-commit hooks with\n\n```bash\nmake install\n```\n\nYou are now ready to start development on your project!\nThe CI/CD pipeline will be triggered when you open a pull request, merge to main, or when you create a new release.\n\nTo finalize the set-up for publishing to PyPI or Artifactory, see [here](https://fpgmaas.github.io/cookiecutter-poetry/features/publishing/#set-up-for-pypi).\nFor activating the automatic documentation with MkDocs, see [here](https://fpgmaas.github.io/cookiecutter-poetry/features/mkdocs/#enabling-the-documentation-on-github).\nTo enable the code coverage reports, see [here](https://fpgmaas.github.io/cookiecutter-poetry/features/codecov/).\n\n## Releasing a new version\n\n- Create an API Token on [PyPI](https://pypi.org/).\n- Add the API Token to your projects secrets with the name `PYPI_TOKEN` by visiting [this page](https://github.com/csaybar/tacotoolbox/settings/secrets/actions/new).\n- Create a [new release](https://github.com/csaybar/tacotoolbox/releases/new) on Github.\n- Create a new tag in the form `*.*.*`.\n- For more details, see [here](https://fpgmaas.github.io/cookiecutter-poetry/features/cicd/#how-to-trigger-a-release).\n\n---\n\nRepository initiated with [fpgmaas/cookiecutter-poetry](https://github.com/fpgmaas/cookiecutter-poetry).\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A toolbox to create TACO compliant datasets",
    "version": "0.5.1",
    "project_urls": {
        "Documentation": "https://csaybar.github.io/tacotoolbox/",
        "Homepage": "https://github.com/csaybar/tacotoolbox",
        "Repository": "https://github.com/csaybar/tacotoolbox"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6a56d53bcce966a5bb5f2f0757bf2cd3dbba521627a701cee333c46866bc01b7",
                "md5": "fbe971f002ada90c650e7c1ed99d7e09",
                "sha256": "c13d00b6a32e08220e536a560764e6e8d1240a2690a1625f4d91c76adb244ce3"
            },
            "downloads": -1,
            "filename": "tacotoolbox-0.5.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "fbe971f002ada90c650e7c1ed99d7e09",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.9",
            "size": 18333,
            "upload_time": "2025-03-21T11:36:44",
            "upload_time_iso_8601": "2025-03-21T11:36:44.919332Z",
            "url": "https://files.pythonhosted.org/packages/6a/56/d53bcce966a5bb5f2f0757bf2cd3dbba521627a701cee333c46866bc01b7/tacotoolbox-0.5.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "21c7cd64e6d2f8c7ef78db5f1f2c8e6a703b2e6098e14c56ad519a3e2f282bd2",
                "md5": "0e5c1a7595759c15a8075c4710bcdc55",
                "sha256": "5b9f257bb86803cc182dff26d835d788375d91cc608388d19e4803e2317235d6"
            },
            "downloads": -1,
            "filename": "tacotoolbox-0.5.1.tar.gz",
            "has_sig": false,
            "md5_digest": "0e5c1a7595759c15a8075c4710bcdc55",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.9",
            "size": 14675,
            "upload_time": "2025-03-21T11:36:46",
            "upload_time_iso_8601": "2025-03-21T11:36:46.357546Z",
            "url": "https://files.pythonhosted.org/packages/21/c7/cd64e6d2f8c7ef78db5f1f2c8e6a703b2e6098e14c56ad519a3e2f282bd2/tacotoolbox-0.5.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-03-21 11:36:46",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "csaybar",
    "github_project": "tacotoolbox",
    "github_not_found": true,
    "lcname": "tacotoolbox"
}
        
Elapsed time: 1.61542s