Metadata-Version: 1.1
Name: python-cheatsheet
Version: 0.1.0
Summary: A-Z Python Cheatsheet
Home-page: https://github.com/davewd/python_cheatsheet
Author: David Dawson
Author-email: davedawson.co@gmail.com
License: MIT license
Description: =================
        python_cheatsheet
        =================
        
        
        .. image:: https://img.shields.io/pypi/v/python_cheatsheet.svg
                :target: https://pypi.python.org/pypi/python_cheatsheet
        
        .. image:: https://img.shields.io/travis/davewd/python_cheatsheet.svg
                :target: https://travis-ci.org/davewd/python_cheatsheet
        
        .. image:: https://readthedocs.org/projects/python-cheatsheet/badge/?version=latest
                :target: https://python-cheatsheet.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        
        .. image:: https://pyup.io/repos/github/davewd/python_cheatsheet/shield.svg
             :target: https://pyup.io/repos/github/davewd/python_cheatsheet/
             :alt: Updates
        
        
        
        A-Z Python Cheatsheet
        
        
        * Free software: MIT license
        * Documentation: https://python-cheatsheet.readthedocs.io.
        
        
        Features
        --------
        
        * TODO
        
        Credits
        -------
        
        Imagination sparked here_. This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
        
        .. _here: https://medium.freecodecamp.org/an-a-z-of-useful-python-tricks-b467524ee747
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        
        
        =======
        History
        =======
        
        0.1.0 (2018-09-10)
        ------------------
        
        * First release on PyPI.
        
Keywords: python_cheatsheet
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
Classifier: Programming Language :: Python :: 3.7
