Metadata-Version: 2.1
Name: absdataset
Version: 1.0.0
Summary: A small collection of code
Home-page: https://github.com/AbsoluteWinter/absdataset
Author: somewhatcold (AbsoluteWinter)
Author-email: this.is.a.fake.mail@fakemail.absdataset.com
License: MIT
Project-URL: Source Code, https://github.com/AbsoluteWinter/absdataset
Project-URL: Bug Tracker, https://github.com/AbsoluteWinter/absdataset/issues
Keywords: utilities
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 5 - Production/Stable
Classifier: Natural Language :: English
Requires-Python: <4,>=3.7
Description-Content-Type: text/markdown
Provides-Extra: dev
Provides-Extra: build
Provides-Extra: twine
Provides-Extra: virtualenv
Provides-Extra: setuptools
Provides-Extra: wheel
Provides-Extra: pipx
Provides-Extra: all
License-File: LICENSE

@@ -0,0 +1,56 @@
<div align="center">
	<h1 align="center">
		<img src="https://github.com/AbsoluteWinter/AbsoluteWinter.github.io/blob/main/absdataset/images/repository-image-crop.png?raw=true" alt="absdataset"/>
	</h1>
	<p align="center">
		<a href="https://pypi.org/project/absdataset/"><img src="https://img.shields.io/pypi/dm/absdataset?style=flat-square" alt="pypi"/></a>
		<a href="https://pypi.org/project/absdataset/"><img src="https://img.shields.io/pypi/v/absdataset?style=flat-square" /></a>
		<a><img src="https://img.shields.io/badge/license-MIT-blue?style=flat-square" /></a>
	</p>
</div>


---

## **SUMMARY:**

Just some datasets from Kaggle

## **INSTALLATION:**

```bash
$ pip install -U absdataset
```

## **USAGE:**

```python
import absdataset
absdataset.help()
```

## **LICENSE:**

```
MIT License

Copyright (c) 2022 AbsoluteWinter

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
```

