Metadata-Version: 2.1
Name: encoders
Version: 0.0.2
Summary: Faster than scikit encoders
Home-page: https://github.com/Dobatymo/encoders
Author: Dobatymo
License: UNKNOWN
Description: # encoders
        
        - fast LabelEncoder for str and bytes to int
        
        ## Plans
        
        - fast Counter, MultiCounter for str and bytes
        
        ## Dev
        
        - `py -m pip install -r requirements-dev.txt"
        - use `py -m pre_commit run --all-files` to run pre-commit checks manually
        - `py test.py` to run tests, `py bench.py` to run benchmarks
        
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: ISC License (ISCL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.6
Description-Content-Type: text/markdown; charset=UTF-8
