https://github.com/data-exp-lab/yt_libyt
https://github.com/data-exp-lab/yt_libyt
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/data-exp-lab/yt_libyt
- Owner: data-exp-lab
- License: other
- Created: 2023-05-08T15:59:29.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-06T04:39:53.000Z (about 1 year ago)
- Last Synced: 2025-03-06T05:24:00.943Z (about 1 year ago)
- Language: Python
- Size: 212 KB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Authors: AUTHORS.md
Awesome Lists containing this project
README
# libyt frontend for yt
[](https://badge.fury.io/py/yt-libyt)
This is a [`yt`](https://yt-project.org/) frontend for [`libyt`](https://github.com/yt-project/libyt).
* **yt**: https://yt-project.org/
* **libyt Repo**: https://github.com/yt-project/libyt
* **libyt Doc**: https://libyt.readthedocs.io/en/latest/
### Install
- From PyPI:
```bash
pip install yt-libyt
```
- From source:
```bash
git clone https://github.com/data-exp-lab/yt_libyt.git
cd yt_libyt
pip install .
```