Metadata-Version: 2.4
Name: dakitlab
Version: 0.0.1
Summary: A simple data analysis and visualization toolkit created for use on google colaboratory.
Project-URL: Documentation, https://github.com/Andrew Benyeogor Osenwe/dakitlab#readme
Project-URL: Issues, https://github.com/Andrew Benyeogor Osenwe/dakitlab/issues
Project-URL: Source, https://github.com/Andrew Benyeogor Osenwe/dakitlab
Author-email: Andrew Benyeogor Osenwe <Benyeogorosenwe@gmail.com>
License-Expression: MIT
License-File: LICENSE.txt
Keywords: analytics,charts,colab,data-analysis,data-science,dataframe,eda,jupyter,pandas,plotly,polars,tables,visualization
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.8
Requires-Dist: numpy>=1.24
Requires-Dist: pandas>=2.0
Requires-Dist: plotly>=5.0
Requires-Dist: polars>=1.0
Description-Content-Type: text/markdown

# dakitlab

[![PyPI - Version](https://img.shields.io/pypi/v/dakitlab.svg)](https://pypi.org/project/dakitlab)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/dakitlab.svg)](https://pypi.org/project/dakitlab)

-----

## Table of Contents

- [Installation](#installation)
- [License](#license)

## Installation

```console
pip install dakitlab
```

## License

`dakitlab` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.
