Metadata-Version: 2.4
Name: orcestra-downloader
Version: 0.11.1
Summary: Simplified access to download data from orcestra.ca
Project-URL: homepage, https://github.com/bhklab/orcestra-downloader
Project-URL: repository, https://github.com/bhklab/orcestra-downloader
Project-URL: documentation, https://bhklab.github.io/orcestra-downloader/
Project-URL: changelog, https://github.com/bhklab/orcestra-downloader/blob/main/docs/CHANGELOG.md
Project-URL: issues, https://github.com/bhklab/orcestra-downloader/issues
Author-email: Jermiah Joseph <jermiahjoseph98@gmail.com>
Maintainer-email: Jermiah Joseph <jermiahjoseph98@gmail.com>
License-Expression: MIT
License-File: LICENSE
Keywords: orcestra-downloader,pixi,python
Classifier: Development Status :: 1 - Planning
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.10
Requires-Dist: aiohttp>=3.11.4
Requires-Dist: click>=8.1.7
Requires-Dist: rich
Description-Content-Type: text/markdown

<div align="center">

# 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/)
![GitHub release (latest by date)](https://img.shields.io/github/v/release/bhklab/orcestra-downloader?label=GitHub%20Release&style=flat-square)
[![PyPI - Version](https://img.shields.io/pypi/v/orcestra-downloader)](https://pypi.org/project/orcestra-downloader/)
[![Downloads](https://static.pepy.tech/badge/orcestra-downloader)](https://pepy.tech/project/orcestra-downloader)

![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)

</div>

## 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
```
