Metadata-Version: 2.1
Name: pyent
Version: 0.0.1
Summary: Unix utility `ent` reimplement with cython. Calculating data entropy
Home-page: https://github.com/inndy/pyent
Author: Inndy Lin
Author-email: inndy.tw@gmail.com
License: UNKNOWN
Description: # pyent
        
        Reimplement [ent](https://www.fourmilab.ch/random/) in cython
        
        ## TODO
        
        - [ ] Chi-square Test
        - [ ] Arithmetic Mean
        - [ ] Monte Carlo Value for Pi
        - [ ] Serial Correlation Coefficient
        - [ ] Commandline utility
        - [ ] Learn how to use pypi properly
        - [ ] Learn how to pack cython module properly
        
        ## LICENSE
        
        [MIT License](LICENSE)
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.6
Description-Content-Type: text/markdown
