Metadata-Version: 2.1
Name: data49
Version: 0.3.0
Summary: A gold rush-themed data mining library
Author: Bryan Hu
Author-email: bryan.hu.2020@gmail.com
Requires-Python: >=3.7,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: beautifulsoup4 (>=4.10.0,<5.0.0)
Requires-Dist: requests (>=2.26.0,<3.0.0)
Requires-Dist: selenium (>=3.141.0,<4.0.0)
Requires-Dist: thefuzz[speedup] (>=0.19.0,<0.20.0)
Description-Content-Type: text/markdown

# data49

> A data mining library

WIP

<!-- It is split into the following sections:

 - **General utilities** for stuff like functional programming, utility functions, parallel jobs, caching to a file, etc. Wraps `joblib`. Found in the default namespace (`*`)
  - **Web-related utilities** wrapping web scraping with Beautiful Soup and requests or browser automation with Selenium. Found in the `web` namespace
  - **Logging** Logging made super easy. Found in the `log` namespace

Currently, only the web-related utilities are implemented

## Features

 - Simple API w/automatic logging
 - Fully type hinted
 - Typo-resistant


## FAQ

### Why the name?

This library's name was taken from the 18**49** gold rush. In the modern world, data is gold. -->

