Metadata-Version: 1.1
Name: gcd
Version: 0.1.0
Summary: greatest common divisor
Home-page: https://github.com/HunarTechie/gcd
Author: Hunar Bakhtyar Mohammed
Author-email: hunarbakhtyar239@gmail.com
License: MIT license
Description: ===
        Gcd
        ===
        
        
        .. image:: https://img.shields.io/pypi/v/gcd.svg
                :target: https://pypi.python.org/pypi/gcd
        
        .. image:: https://img.shields.io/travis/HunarTechie/gcd.svg
                :target: https://travis-ci.org/HunarTechie/gcd
        
        .. image:: https://readthedocs.org/projects/gcd/badge/?version=latest
                :target: https://gcd.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        
        
        
        greatest common divisor
        
        
        * Free software: MIT license
        * Documentation: https://gcd.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
        =======
        
        0.1.0 (2018-03-12)
        ------------------
        
        * First release on PyPI.
        
Keywords: gcd
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
