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

https://github.com/datasets-org/datasets-lib


https://github.com/datasets-org/datasets-lib

Last synced: 14 days ago
JSON representation

Awesome Lists containing this project

README

          

# Datasets lib
![MIT license](https://img.shields.io/badge/license-MIT-blue.svg)
![pip version](https://img.shields.io/pypi/v/datasets-lib.svg)
![pip wheel](https://img.shields.io/pypi/wheel/datasets-lib.svg)

## Install
```
pip install datasets_lib
```

## Example
```python
from datsets_lib import Datasets

d = Datasets()
d.list()
# {...}
d.project_details("abc-123")
# {...}
```

## Development

Feel free to contribute via pull request or file an issue.

## Copyright and License

© 2017 [tivvit.cz](https://tivvit.cz)

Released under MIT license