Metadata-Version: 2.1
Name: dotlab-lib
Version: 1.0.0
Summary: DotLAB Library
Author: DotLAB Brazil
Author-email: igorviort@gmail.com
License: MIT
Description-Content-Type: text/markdown
Requires-Dist: pandas

<h1 align="center">Welcome to DotLAB Library 👋</h1>
<p>
  <img alt="Version" src="https://img.shields.io/badge/version-0.1.0-blue.svg?cacheSeconds=2592000" />
  <a href="http://google.com/" target="_blank">
    <img alt="Documentation" src="https://img.shields.io/badge/documentation-yes-brightgreen.svg" />
  </a>
  <a href="https://opensource.org/licenses/MIT" target="_blank">
    <img alt="License: MIT" src="https://img.shields.io/badge/License-MIT-yellow.svg" />
  </a>
</p>

> DotLAB Library is a machine learning library that aims to offer methods that facilitate the data manipulation.

## Install

```sh
pip install dotlab-lib
```

## Run tests

```sh
python3 setup.py pytest
```

## Author

👤 **DotLAB Brazil**

- Instagram: [@dotlabbrazil](https://www.instagram.com/dotlabbrazil/)
- Github: [@dotlab-brazil](https://github.com/dotlab-brazil)

## Show your support

Give a ⭐️ if this project helped you!

## 📝 License

Copyright © 2022 [DotLAB Brazil](https://github.com/dotlab-brazil).<br />
This project is [MIT](https://opensource.org/licenses/MIT) licensed.

---

_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_
