Metadata-Version: 1.2
Name: python_benforder
Version: 0.2.0
Summary: A small python CLI tool to check the bendfordness of a bunch of numbers
Home-page: https://github.com/wakaru44/python_benforder
Author: Wakaru Himura
Author-email: wakaru44@gmail.com
License: GNU General Public License v3
Description: ================
        Python Benforder
        ================
        
        .. image:: https://img.shields.io/pypi/v/python_benforder.svg
                :target: https://pypi.python.org/pypi/python_benforder
        
        .. image:: https://img.shields.io/travis/wakaru44/python_benforder.svg
                :target: https://travis-ci.com/wakaru44/python_benforder
        
        .. image:: https://readthedocs.org/projects/python-benforder/badge/?version=latest
                :target: https://python-benforder.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        
        .. image:: https://pyup.io/repos/github/wakaru44/python_benforder/shield.svg
             :target: https://pyup.io/repos/github/wakaru44/python_benforder/
             :alt: Updates
        
        
        
        A small python CLI tool to check the bendfordness of a bunch of numbers
        
        Learn more about Benford's Law [Here on youtube](https://www.youtube.com/watch?v=XXjlR2OK1kM)
        
        This script will take a list of numbers (of a few orders of magnitude of size) 
        
        
        * Free software: GNU General Public License v3
        * Documentation: https://python-benforder.readthedocs.io.
        
        
        Features
        --------
        
        * For now, you have to give it a file with `-f` 
        
        * In a near future, I want to add stdin as well
        
        Credits
        -------
        
        This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        
        
        =======
        History
        =======
        
        0.1.0 (2020-08-06)
        ------------------
        
        * First release on PyPI.
        
        0.2.0 (2020-08-06)
        ------------------
        
        * First working prototype
        
Keywords: python_benforder
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.5
