An open API service indexing awesome lists of open source software.

https://github.com/data-exp-lab/yt_libyt


https://github.com/data-exp-lab/yt_libyt

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# libyt frontend for yt

[![PyPI version](https://badge.fury.io/py/yt-libyt.svg)](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 .
```