tacoreader


Nametacoreader JSON
Version 0.5.3 PyPI version JSON
download
home_pagehttps://github.com/tacofoundation/tacoreader
SummaryA reader for Cloud-Optimized Datasets
upload_time2025-01-04 09:45:17
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.
            # tacoreader

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

Read TACO datasets

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

## 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/tacoreader.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/tacoreader/settings/secrets/actions/new).
- Create a [new release](https://github.com/csaybar/tacoreader/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/tacofoundation/tacoreader",
    "name": "tacoreader",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.9",
    "maintainer_email": null,
    "keywords": null,
    "author": "Cesar Aybar",
    "author_email": "cesar.aybar@uv.es",
    "download_url": "https://files.pythonhosted.org/packages/c1/e8/002a3fb17576e91a95a6cdff029d8a3db34ab291eeff6a5716581511474c/tacoreader-0.5.3.tar.gz",
    "platform": null,
    "description": "# tacoreader\n\n[![Release](https://img.shields.io/github/v/release/csaybar/tacoreader)](https://img.shields.io/github/v/release/csaybar/tacoreader)\n[![Build status](https://img.shields.io/github/actions/workflow/status/csaybar/tacoreader/main.yml?branch=main)](https://github.com/csaybar/tacoreader/actions/workflows/main.yml?query=branch%3Amain)\n[![codecov](https://codecov.io/gh/csaybar/tacoreader/branch/main/graph/badge.svg)](https://codecov.io/gh/csaybar/tacoreader)\n[![Commit activity](https://img.shields.io/github/commit-activity/m/csaybar/tacoreader)](https://img.shields.io/github/commit-activity/m/csaybar/tacoreader)\n[![License](https://img.shields.io/github/license/csaybar/tacoreader)](https://img.shields.io/github/license/csaybar/tacoreader)\n\nRead TACO datasets\n\n- **Github repository**: <https://github.com/csaybar/tacoreader/>\n- **Documentation** <https://csaybar.github.io/tacoreader/>\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/tacoreader.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/tacoreader/settings/secrets/actions/new).\n- Create a [new release](https://github.com/csaybar/tacoreader/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 reader for Cloud-Optimized Datasets",
    "version": "0.5.3",
    "project_urls": {
        "Documentation": "https://tacofoundation.github.io/tacoreader/",
        "Homepage": "https://github.com/tacofoundation/tacoreader",
        "Repository": "https://github.com/tacofoundation/tacoreader"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c95be52f5d44d87b97e7af9e58a71a54ec25b379f158ba2a6b02465f5e1acbe3",
                "md5": "d2f4c50d47cb97e35dabdb9f4747abcd",
                "sha256": "fabe1e657acf675be105a8418da9041b9f7509a6344e2620a58e6495e08b828b"
            },
            "downloads": -1,
            "filename": "tacoreader-0.5.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d2f4c50d47cb97e35dabdb9f4747abcd",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.9",
            "size": 13796,
            "upload_time": "2025-01-04T09:45:15",
            "upload_time_iso_8601": "2025-01-04T09:45:15.526118Z",
            "url": "https://files.pythonhosted.org/packages/c9/5b/e52f5d44d87b97e7af9e58a71a54ec25b379f158ba2a6b02465f5e1acbe3/tacoreader-0.5.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c1e8002a3fb17576e91a95a6cdff029d8a3db34ab291eeff6a5716581511474c",
                "md5": "1038c5a623ffb1c392abc587e657911e",
                "sha256": "95841c1b5c937850283e161f73197c2a1f06ceab0722de2d9d08b49d37faed32"
            },
            "downloads": -1,
            "filename": "tacoreader-0.5.3.tar.gz",
            "has_sig": false,
            "md5_digest": "1038c5a623ffb1c392abc587e657911e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.9",
            "size": 11806,
            "upload_time": "2025-01-04T09:45:17",
            "upload_time_iso_8601": "2025-01-04T09:45:17.873358Z",
            "url": "https://files.pythonhosted.org/packages/c1/e8/002a3fb17576e91a95a6cdff029d8a3db34ab291eeff6a5716581511474c/tacoreader-0.5.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-04 09:45:17",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "tacofoundation",
    "github_project": "tacoreader",
    "github_not_found": true,
    "lcname": "tacoreader"
}
        
Elapsed time: 1.64234s