Metadata-Version: |
2.1 |
Name: |
fast-aug |
Version: |
0.1.0 |
Summary: |
Fast nlp augmentation library with rust backend |
Author: |
Konstantin Chernyshev <kdchernyshev@gmail.com> |
Author-Email: |
Konstantin Chernyshev <kdchernyshev[at]gmail.com> |
Home-Page: |
https://github.com/k4black/fast-aug |
Project-Url: |
Homepage, https://github.com/k4black/fast-aug |
License: |
MIT |
Classifier: |
Programming Language :: Python :: 3 |
Classifier: |
Development Status :: 3 - Alpha |
Classifier: |
Programming Language :: Rust |
Requires-Python: |
>=3.8 |
Requires-Dist: |
pytest (<8.0.0,>=6.0.0); extra == "test" |
Requires-Dist: |
black (==23.12.1); extra == "test" |
Requires-Dist: |
mypy (>=1.0.0); extra == "test" |
Requires-Dist: |
ruff (==0.1.7); extra == "test" |
Requires-Dist: |
isort (<6.0.0,>=5.0.0); extra == "test" |
Requires-Dist: |
maturin (<2.0,>=1.0); extra == "test" |
Requires-Dist: |
pytest-benchmark[histogram] (<5.0.0,>=4.0.0); extra == "test" |
Requires-Dist: |
pytest (<8.0.0,>=6.0.0); extra == "compare" |
Requires-Dist: |
pytest-benchmark[histogram] (<5.0.0,>=4.0.0); extra == "compare" |
Requires-Dist: |
pandas (<3.0.0,>=2.0.0); extra == "compare" |
Requires-Dist: |
Pyarrow (<16.0.0,>=15.0.0); extra == "compare" |
Requires-Dist: |
seaborn (<1.0.0,>=0.10.0); extra == "compare" |
Requires-Dist: |
psutil (<6.0.0,>=5.0.0); extra == "compare" |
Requires-Dist: |
tqdm (<5.0.0,>=4.0.0); extra == "compare" |
Requires-Dist: |
nlpaug (==1.1.11); extra == "compare" |
Requires-Dist: |
fasttextaug (==0.1.1); extra == "compare" |
Provides-Extra: |
test |
Provides-Extra: |
compare |
Description-Content-Type: |
text/markdown; charset=UTF-8; variant=GFM |