Metadata-Version: 2.1
Name: numparser2
Version: 1.0.0
Summary: Parsing numbers from noisy text
Home-page: https://github.com/binh-vu/numparser
License: MIT
Author: Binh Vu
Author-email: binh@toan2.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: fastnumbers (>=3.2.1,<4.0.0)
Requires-Dist: networkx (>=2.8.2,<3.0.0)
Project-URL: Repository, https://github.com/binh-vu/numparser
Description-Content-Type: text/markdown

# numparser

Parsing numbers from noisy text

## Installation

```bash
pip install numparser2  # not numparser
```

