Metadata-Version: 1.1
Name: python-sudeste
Version: 0.1.6
Summary: Módulo informativo do evento: PythonSudeste 2018
Home-page: https://github.com/samukasmk/python-sudeste-module
Author: Samuel Sampaio
Author-email: samukasmk@gmail.com
License: Apache2
Description: python_sudeste
        ==============
        
        Módulo informativo do evento: Python Sudeste 2018.
        
        .. code-block:: console
        
           pip install python_sudeste
        
        .. code-block:: python
        
           >>> from python_sudeste import terceira_edicao
        
           >>> terceira_edicao.quando()
           30 de marco a 01 de abril --> #naoehmentira
        
           >>> terceira_edicao.onde()
           BandTec Digital School
           Rua Haddock Lobo, 595
           Sao Paulo -- Capital
        
           >>> terceira_edicao.informacoes()
           http://pythonsudeste.org
        
Keywords: python_sudeste python sudeste
Platform: UNKNOWN
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Financial and Insurance Industry
Classifier: Intended Audience :: Healthcare Industry
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Legal Industry
Classifier: Intended Audience :: Manufacturing
Classifier: Intended Audience :: Other Audience
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: System Administrators
Classifier: Intended Audience :: Telecommunications Industry
Classifier: Natural Language :: Portuguese (Brazilian)
Classifier: Topic :: Software Development :: Libraries :: Python Modules
