Metadata-Version: 2.1
Name: pythonpro
Version: 0.2
Summary: Módulo para exemplificar construção de projetos Python no curso PyTools
Home-page: https://github.com/Alfareiza/pythonpro
Author: Alfonso Guerra
Author-email: alfonso.guerra@gmail.com
License: GNU AFFERO GENERAL PUBLIC LICENSE
Description: # Pythonpro
        On this repository there are files associate to the course pythonpro where I'm learning to code in Python.
        
        [![Travis CI](https://travis-ci.com/Alfareiza/pythonpro.svg?branch=master)](https://travis-ci.com/Alfareiza/pythonpro)
        [![Updates](https://pyup.io/repos/github/Alfareiza/pythonpro/shield.svg)](https://pyup.io/repos/github/Alfareiza/pythonpro/)
        [![Python 3](https://pyup.io/repos/github/Alfareiza/pythonpro/python-3-shield.svg)](https://pyup.io/repos/github/Alfareiza/pythonpro/)
        
        
        ## Folders
        All my files work with python 3.
        ### Examples
        In this folder the files exemplify the use of some concepts in the python language ðŸš€
        
        ### Exercises
        In this folder are the files corresponding to the exercises I have done to learn how to program in python
        
        ### Instagram_projects_instapy
        
         Using the open source library [instapy](https://github.com/timgrossmann/InstaPy/blob/master/DOCUMENTATION.md) I have some small projects where I try this library. 
        
        
        
        
        
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Framework :: Pytest
Description-Content-Type: text/markdown
