Skip to main content

Basic Brazilian vocabularies for Python

Project description

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]

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

brasil.vocab-0.8.tar.gz (165.9 kB view details)

Uploaded Source

File details

Details for the file brasil.vocab-0.8.tar.gz.

File metadata

  • Download URL: brasil.vocab-0.8.tar.gz
  • Upload date:
  • Size: 165.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for brasil.vocab-0.8.tar.gz
Algorithm Hash digest
SHA256 47c421ffe28e80d0ef4400b4abbb8f7f88b127407193f7e2edd9907e9924f97c
MD5 d2ecef2517fa80aec0cd1ac3a1647e8b
BLAKE2b-256 10e2c281e23e3706db55fef2a2f58291f7971dafb0a712f998c076f72a7f7a5a

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page