Metadata-Version: 1.1
Name: python-sudeste
Version: 0.1.8
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
        ==============
        
        Este módulo é uma chamada à terceira edição da conferência (Python Sudeste 2018) que será em São Paulo.
        
        A Python Sudeste é um encontro de comunidades da região sudeste brasileira.
        
        
        Para saber mais é só instalar:
        
        .. code-block:: console
        
           pip install python_sudeste
        
        
        E usar:
        
        .. code-block:: python
        
           >>> from python_sudeste import terceira_edicao
        
           >>> terceira_edicao.quando()
           30 de marco a 01 de abril de 2018 --> #naoehmentira
        
           >>> terceira_edicao.onde()
           BandTec Digital School
           Rua Haddock Lobo, 595
           Sao Paulo -- Capital
        
           https://goo.gl/maps/Q7L4swY16V92
        
           >>> terceira_edicao.informacoes()
           http://pythonsudeste.org
        
        
        Vamos lá!
        Acesse o site: http://pythonsudeste.org e compre seu ingresso!
        
        
        English version
        ---------------
        
        
        This module is a call to the third edition of the conference (Python Sudeste 2018) that will be in São Paulo.
        
        Python Sudeste is a meeting of communities in the southeast region of Brazil.
        
        
        To know more just install:
        
        .. code-block:: console
        
           pip install python_sudeste
        
        
        And use it:
        
        .. code-block:: python
        
          >>> from python_sudeste import third_edition
        
          >>> third_edition.when()
          March 30 to April 1, 2018 -> #isnotajoke
        
          >>> third_edition.where()
          BandTec Digital School
          St. Haddock Lobo, 595
          Sao Paulo - SP - Brazil
        
          https://goo.gl/maps/Q7L4swY16V92
        
          >>> third_edition.informations()
          Visit the website: http://pythonsudeste.org
        
        
        Let's go!
        Visit the website: http://pythonsudeste.org and buy your ticket!
        
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
