https://github.com/bhklab/orcestra-downloader
https://github.com/bhklab/orcestra-downloader
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bhklab/orcestra-downloader
- Owner: bhklab
- License: mit
- Created: 2024-12-09T22:04:22.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-02-03T15:28:41.000Z (5 months ago)
- Last Synced: 2025-03-22T04:48:24.132Z (3 months ago)
- Language: Python
- Homepage: https://bhklab.github.io/orcestra-downloader/dev
- Size: 5.06 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# orcestra-downloader
Simplified access to download data from orcestra.ca
[](https://github.com/prefix-dev/pixi)
[](https://github.com/astral-sh/ruff)
[](https://github.com/squidfunk/mkdocs-material)[](https://pypi.org/project/orcestra-downloader/)

[](https://pypi.org/project/orcestra-downloader/)
[](https://pepy.tech/project/orcestra-downloader)




## Installation
To install the package, use `pip`:
```console
pip install orcestra-downloader
```To install using `pixi`:
```console
pixi add --pypi orcestra-downloader
```## Usage
### Examples

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