orcestra-downloader


Nameorcestra-downloader JSON
Version 0.10.0 PyPI version JSON
download
home_pageNone
SummarySimplified access to download data from orcestra.ca
upload_time2024-12-11 18:06:28
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseMIT
keywords orcestra-downloader pixi python
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # orcestra-downloader

=============================

Simplified access to download data from orcestra.ca

[![pixi-badge](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/prefix-dev/pixi/main/assets/badge/v0.json&style=flat-square)](https://github.com/prefix-dev/pixi)
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json&style=flat-square)](https://github.com/astral-sh/ruff)
[![Built with Material for MkDocs](https://img.shields.io/badge/mkdocs--material-gray?logo=materialformkdocs&style=flat-square)](https://github.com/squidfunk/mkdocs-material)


[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/orcestra-downloader)](https://pypi.org/project/orcestra-downloader/)
[![PyPI - Version](https://img.shields.io/pypi/v/orcestra-downloader)](https://pypi.org/project/orcestra-downloader/)
[![PyPI - Format](https://img.shields.io/pypi/format/orcestra-downloader)](https://pypi.org/project/orcestra-downloader/)
[![Downloads](https://static.pepy.tech/badge/orcestra-downloader)](https://pepy.tech/project/orcestra-downloader)

<!-- ![Python Version from PEP 621 TOML](https://img.shields.io/python/required-version?file=https://raw.githubusercontent.com/bhklab/orcestra-downloader/refs/heads/main/pyproject.toml) -->

![GitHub last commit](https://img.shields.io/github/last-commit/bhklab/orcestra-downloader?style=flat-square)
![GitHub issues](https://img.shields.io/github/issues/bhklab/orcestra-downloader?style=flat-square)
![GitHub pull requests](https://img.shields.io/github/issues-pr/bhklab/orcestra-downloader?style=flat-square)

![GitHub contributors](https://img.shields.io/github/contributors/bhklab/orcestra-downloader?style=flat-square)
![GitHub stars](https://img.shields.io/github/stars/bhklab/orcestra-downloader?style=flat-square)
![GitHub forks](https://img.shields.io/github/forks/bhklab/orcestra-downloader?style=flat-square)

![GitHub release (latest by date)](https://img.shields.io/github/v/release/bhklab/orcestra-downloader?style=flat-square)

## Installation

To install the package, use pip:

```console
pip install orcestra-downloader
```

To install using `pixi`:

```console
pixi add --pypi orcestra-downloader
```

## Usage

### Examples

![orcestra-gif](./tapes/orcestra.gif)

### Refreshing Cache

`orcestra-downloader` uses a cache to store downloaded data.
This should be located at ~/.cache/orcestra-downloader.

By default, the tool will only update cache when used 7 days after the last update.
To refresh the cache, use the `--refresh` flag.

```console
orcestra --refresh
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "orcestra-downloader",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": "Jermiah Joseph <jermiahjoseph98@gmail.com>",
    "keywords": "orcestra-downloader, pixi, python",
    "author": null,
    "author_email": "Jermiah Joseph <jermiahjoseph98@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/0b/0f/f27b66e1b54156119c2257a97b16fa1b70f96cced6d16e6990bc1636da77/orcestra_downloader-0.10.0.tar.gz",
    "platform": null,
    "description": "# orcestra-downloader\n\n=============================\n\nSimplified access to download data from orcestra.ca\n\n[![pixi-badge](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/prefix-dev/pixi/main/assets/badge/v0.json&style=flat-square)](https://github.com/prefix-dev/pixi)\n[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json&style=flat-square)](https://github.com/astral-sh/ruff)\n[![Built with Material for MkDocs](https://img.shields.io/badge/mkdocs--material-gray?logo=materialformkdocs&style=flat-square)](https://github.com/squidfunk/mkdocs-material)\n\n\n[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/orcestra-downloader)](https://pypi.org/project/orcestra-downloader/)\n[![PyPI - Version](https://img.shields.io/pypi/v/orcestra-downloader)](https://pypi.org/project/orcestra-downloader/)\n[![PyPI - Format](https://img.shields.io/pypi/format/orcestra-downloader)](https://pypi.org/project/orcestra-downloader/)\n[![Downloads](https://static.pepy.tech/badge/orcestra-downloader)](https://pepy.tech/project/orcestra-downloader)\n\n<!-- ![Python Version from PEP 621 TOML](https://img.shields.io/python/required-version?file=https://raw.githubusercontent.com/bhklab/orcestra-downloader/refs/heads/main/pyproject.toml) -->\n\n![GitHub last commit](https://img.shields.io/github/last-commit/bhklab/orcestra-downloader?style=flat-square)\n![GitHub issues](https://img.shields.io/github/issues/bhklab/orcestra-downloader?style=flat-square)\n![GitHub pull requests](https://img.shields.io/github/issues-pr/bhklab/orcestra-downloader?style=flat-square)\n\n![GitHub contributors](https://img.shields.io/github/contributors/bhklab/orcestra-downloader?style=flat-square)\n![GitHub stars](https://img.shields.io/github/stars/bhklab/orcestra-downloader?style=flat-square)\n![GitHub forks](https://img.shields.io/github/forks/bhklab/orcestra-downloader?style=flat-square)\n\n![GitHub release (latest by date)](https://img.shields.io/github/v/release/bhklab/orcestra-downloader?style=flat-square)\n\n## Installation\n\nTo install the package, use pip:\n\n```console\npip install orcestra-downloader\n```\n\nTo install using `pixi`:\n\n```console\npixi add --pypi orcestra-downloader\n```\n\n## Usage\n\n### Examples\n\n![orcestra-gif](./tapes/orcestra.gif)\n\n### Refreshing Cache\n\n`orcestra-downloader` uses a cache to store downloaded data.\nThis should be located at ~/.cache/orcestra-downloader.\n\nBy default, the tool will only update cache when used 7 days after the last update.\nTo refresh the cache, use the `--refresh` flag.\n\n```console\norcestra --refresh\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Simplified access to download data from orcestra.ca",
    "version": "0.10.0",
    "project_urls": {
        "changelog": "https://github.com/bhklab/orcestra-downloader/blob/main/docs/CHANGELOG.md",
        "documentation": "https://bhklab.github.io/orcestra-downloader/",
        "homepage": "https://github.com/bhklab/orcestra-downloader",
        "issues": "https://github.com/bhklab/orcestra-downloader/issues",
        "repository": "https://github.com/bhklab/orcestra-downloader"
    },
    "split_keywords": [
        "orcestra-downloader",
        " pixi",
        " python"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8b951f279f406cd97b62a4058188736383bf612d633874be0cca2f97b06de728",
                "md5": "c73db9a7d8b37788b676163a86b82bdc",
                "sha256": "3d6dbc8426d34496bb39ba416498cfaef151f5d8df108551c01f6c61fbc65db4"
            },
            "downloads": -1,
            "filename": "orcestra_downloader-0.10.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c73db9a7d8b37788b676163a86b82bdc",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 20629,
            "upload_time": "2024-12-11T18:06:30",
            "upload_time_iso_8601": "2024-12-11T18:06:30.587915Z",
            "url": "https://files.pythonhosted.org/packages/8b/95/1f279f406cd97b62a4058188736383bf612d633874be0cca2f97b06de728/orcestra_downloader-0.10.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0b0ff27b66e1b54156119c2257a97b16fa1b70f96cced6d16e6990bc1636da77",
                "md5": "3f7b814b874892500a7d01db32d54362",
                "sha256": "864ad712311c637b51eba274baf8ce688eaa7d0850381c1c39266eaca555c2d3"
            },
            "downloads": -1,
            "filename": "orcestra_downloader-0.10.0.tar.gz",
            "has_sig": false,
            "md5_digest": "3f7b814b874892500a7d01db32d54362",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 14866,
            "upload_time": "2024-12-11T18:06:28",
            "upload_time_iso_8601": "2024-12-11T18:06:28.798699Z",
            "url": "https://files.pythonhosted.org/packages/0b/0f/f27b66e1b54156119c2257a97b16fa1b70f96cced6d16e6990bc1636da77/orcestra_downloader-0.10.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-11 18:06:28",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "bhklab",
    "github_project": "orcestra-downloader",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "orcestra-downloader"
}
        
Elapsed time: 0.65984s