Metadata-Version: 2.4
Name: tribulnation-catalogue
Version: 0.1.3
Summary: Central catalogue of (crypto-)assets, platforms and networks.
Author-email: Marcel Claramunt <marcel@tribulnation.com>
Project-URL: repo, https://github.com/tribulnation/catalogue.git
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: pydantic

# Tribulnation Catalogue

> Central catalogue of (crypto-)assets, platforms and networks.

## Adding Data

- Assets: `data/assets`
- Platforms: `data/platforms`
- Networks: `data/networks`
- Network translations: `data/network_translations`
- Asset translations: `data/asset_translations`
- Icons: `icons`

The validate the data running:

```bash
python validate.py
```

## Loading Data

```bash
pip install -e lib
```

```python
from tribulnation.catalogue import load

catalogue = load.all('data')
```
