Metadata-Version: 2.1
Name: atlantis
Version: 2021.7.5
Summary: Python library for simplifying slicing science
Home-page: https://github.com/idin/atlantis
Author: Idin
Author-email: py@idin.ca
License: MIT
Platform: UNKNOWN
Requires-Python: ~=3.6
Description-Content-Type: text/markdown
Requires-Dist: base32hex
Requires-Dist: geopy
Requires-Dist: pandas
Requires-Dist: joblib
Requires-Dist: numpy
Requires-Dist: sklearn
Requires-Dist: multiprocess

# ***Atlantis***
***Atlantis*** is a Python library for simplifying programming with Python for data science.

# Installation
You can just use pip to install Atlantis:

`pip install atlantis`

# Modules

- [***collections***](about_collections.md) helps with working with collections.
- [***colour***](about_colour.md) simplifies using colours.
- [***datascience***](about_datascience.md) provides tools for:
  - data wrangling, 
  - validation, 
  - tuning,
  - sampling, 
  - evaluation,
  - clustering, and 
  - parallel processing of machine learning models.
- [***functions***](about_functions.md) manages higher order functions.
- [***hash***](about_hash.md) simplifies and standardizes hashing.
- [***text***](about_text.md) makes working with texts and strings easy.
- [***time***](about_time.md) 
  - provides methods for interacting with time and date as well as 
  - progress bars

