skip to navigation
skip to content

brasil.vocab 0.8

Basic Brazilian vocabularies for Python

Downloads ↓

Overview

This package aims to provide basic vocabularies related to Brazil for Python developers.

It's written in Brazilian Portuguese.

Bug tracker and code repository can be found at GitHub

Vocabularies available

Geographic information

  • Countries (ISO 3166 in Brazilian Portuguese)
  • States (Brazilian states)
  • Cities (Brazilian cities, organized by state)
  • Cities (Brazilian cities)

Telecom information

  • Area codes (Geographic Codes a.k.a DDD)
  • Non Geographic Codes (0x00 prefixes)
  • Codes (Geographic + Non Geographic Codes)

Requirements

  • Python 2.4

Installation

Installing on your Python packages:

easy_install brasil.vocab

Adding it to install_requires in another Python package (in setup.py):

install_requires=[
    'setuptools',
    # -*- Extra requirements: -*-
    'brasil.vocab'
],

Basic usage

After installing it we just need to import it and use:

>>> from brasil.vocab.geo import uf
>>> len(uf)
27
>>> print uf[0]
('AC', u'Acre')

Sponsoring

Development of this product was sponsored by :

Credits

  • Simples Consultoria (products at simplesconsultoria dot com dot br) - Implementation

Changelog

0.8 (2011-12-20)

  • Added tests [ericof]
  • Added codes vocabulary to telecom (cng + ddd)[ericof]
  • Added cng vocabulary to telecom [ericof]
  • DDD vocabulary now do not provide cng prefixes (0x00) [ericof]

0.7 (2011-05-26)

  • Fixing typo in Cities vocabulary [erico_andrei]

0.6 (2011-05-25)

  • Fixing Cities vocabularies [erico_andrei]

0.5 (2011-05-24)

  • Countries [erico_andrei]
  • Brazilian States and Cities [lepri]
  • Initial implementation [erico_andrei]
  • Area Codes [erico_andrei]
 
File Type Py Version Uploaded on Size # downloads
brasil.vocab-0.8.tar.gz (md5) Source 2011-12-21 162KB 199