Metadata-Version: 1.2
Name: hy_sicp
Version: 0.0.1
Summary: SICP in hy
Home-page: https://github.com/mkirchner/hy_sicp
Author: Marc Kirchner
Author-email: mail@marc-kirchner.de
License: MIT license
Description: =======
        hy-sicp
        =======
        
        
        .. image:: https://img.shields.io/pypi/v/hy_sicp.svg
                :target: https://pypi.python.org/pypi/hy_sicp
        
        .. image:: https://img.shields.io/travis/mkirchner/hy_sicp.svg
                :target: https://travis-ci.com/mkirchner/hy_sicp
        
        .. image:: https://readthedocs.org/projects/hy-sicp/badge/?version=latest
                :target: https://hy-sicp.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        
        
        
        SICP in hy
        
        
        * Free software: MIT license
        * Documentation: https://hy-sicp.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.0.1 (2020-10-28)
        ------------------
        
        * First release on PyPI.
        
Keywords: hy_sicp
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 :: 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
