Metadata-Version: 1.2
Name: bincalc
Version: 1.0.0
Summary: CLI calculator for IEEE 1541-2002 / ISO/IEC 80000-13:2008 Prefixes for Binary Multiples
Home-page: https://github.com/unixnut/bincalc
Author: Alastair Irvine
Author-email: alastair@plug.org.au
License: GNU General Public License v3
Description: ========================
        Binary prefix calculator
        ========================
        
        
        .. image:: https://img.shields.io/pypi/v/bincalc.svg
                :target: https://pypi.python.org/pypi/bincalc
        
        .. image:: https://readthedocs.org/projects/bincalc/badge/?version=latest
                :target: https://bincalc.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        
        
        
        CLI calculator for IEEE 1541-2002 / ISO/IEC 80000-13:2008 Prefixes for Binary Multiples
        
        
        * Free software: GNU General Public License v3
        * Documentation: https://bincalc.readthedocs.io.
        
        
        Features
        --------
        
        * TODO
        
        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
        =======
        
        1.0.0 (2022-10-21)
        ------------------
        
        * First release on PyPI.
        
Keywords: bincalc
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
