Metadata-Version: 2.1
Name: oze-dataset
Version: 0.0.7
Summary: Downloads oze dataset and creates npz file.
Home-page: https://github.com/krypton-unite/oze_dataset.git
Author: Daniel Kaminski de Souza
Author-email: daniel@kryptonunite.com
License: MIT
Download-URL: https://pypi.org/project/oze-dataset/
Keywords: Dataset,Oze Dataset,Time Series
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: time-series-dataset
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: lxml
Requires-Dist: requests
Requires-Dist: tqdm
Provides-Extra: dev
Requires-Dist: bumpversion ; extra == 'dev'
Requires-Dist: twine ; extra == 'dev'
Requires-Dist: wheel ; extra == 'dev'
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: python-dotenv ; extra == 'test'
Requires-Dist: pytest-cov ; extra == 'test'

# Oze dataset

[![PyPI version](https://badge.fury.io/py/oze-dataset.svg)](https://badge.fury.io/py/oze-dataset) [![travis](https://travis-ci.org/krypton-unite/oze_dataset.svg?branch=master)](https://travis-ci.org/github/krypton-unite/oze-dataset) [![codecov](https://codecov.io/gh/krypton-unite/oze_dataset/branch/master/graph/badge.svg)](https://codecov.io/gh/krypton-unite/oze-dataset) [![GitHub license](https://img.shields.io/github/license/krypton-unite/oze_dataset)](https://github.com/krypton-unite/oze_dataset)

## Description
Downloads datasets files from https://challengedata.ens.fr/participants/challenges/28/ and create npz file from them.

## Installation

```terminal
pip install oze-dataset
```

## Usage

```python
from oze_dataset import npz_check

if __name__ == "__main__":
    credentials = {
        'user_name': 'your_user_name',
        'user_password': 'your_user_password'
    }
    npz_check(credentials=credentials)
```

# Oze dataset history

