Metadata-Version: 2.0
Name: py101
Version: 0.0.2
Summary: Learn Python Basics from the command line.
Home-page: https://github.com/sophilabs/py101
Author: Sophilabs
Author-email: hi@sophilabs.co
License: MIT license
Keywords: py101
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.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Requires-Python: !=2, !=3.0.*, !=3.1.*, !=3.2.*, <4
Requires-Dist: story (>=1.2.3)

===============================
py101
===============================


.. image:: https://img.shields.io/pypi/v/py101.svg
        :target: https://pypi.python.org/pypi/py101

.. image:: https://img.shields.io/travis/sophilabs/py101.svg
        :target: https://travis-ci.org/sophilabs/py101

.. image:: https://pyup.io/repos/github/sophilabs/py101/shield.svg
     :target: https://pyup.io/repos/github/sophilabs/py101/
     :alt: Updates


A pyschool story for learning Python Basics.

Credits
-------

  *“The only way to learn a new programming language is by writing programs in it.”*

  \― `Dennis Ritchie <https://wikipedia.org/wiki/Dennis_Ritchie>`_

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

Also we inspired in the following sites, which are great sources for learning Python basics:

* `workshopper/javascripting <https://github.com/workshopper/javascripting>`_
* `learnpython.org <https://www.learnpython.org>`_
* `tutorialspoint.com <https://www.tutorialspoint.com/python>`_

License
-------

py101 is Copyright (c) 2017 sophilabs, inc. It is free software, and may be
redistributed under the terms specified in the `license <./LICENSE>`__ file.

About
-----

.. image:: https://s3.amazonaws.com/sophilabs-assets/logo/logo_300x66.gif
    :target: https://sophilabs.co

py101 is maintained and funded by sophilabs, inc. The names and logos for
sophilabs are trademarks of sophilabs, inc.


=======
History
=======

0.1.0 (2017-04-05)
------------------

* First release on PyPI.


