https://github.com/datasets-org/datasets-lib
https://github.com/datasets-org/datasets-lib
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/datasets-org/datasets-lib
- Owner: datasets-org
- License: mit
- Created: 2017-12-21T19:51:30.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-22T22:09:44.000Z (over 8 years ago)
- Last Synced: 2026-02-23T22:11:50.968Z (4 months ago)
- Language: Python
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Datasets lib



## 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