https://github.com/ovinc/exlo_data
Companion package to the exlo package.
https://github.com/ovinc/exlo_data
Last synced: 3 months ago
JSON representation
Companion package to the exlo package.
- Host: GitHub
- URL: https://github.com/ovinc/exlo_data
- Owner: ovinc
- License: bsd-3-clause
- Created: 2021-11-03T18:03:00.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-12-15T18:06:17.000Z (over 3 years ago)
- Last Synced: 2025-01-17T12:25:57.880Z (5 months ago)
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
About
=====Config and data storage for the `exlo` module (see https://github.com/ovinc/exlo)
Install
=======```bash
git clone https://github.com/ovinc/exlo_data
cd exlo_data
pip install -e .
```Testing
=======
With `pytest`:
```bash
pytest
```Author
======Olivier Vincent
([email protected])License
=======BSD 3-Clause (see *LICENSE* file)