Bangladesh zip code library BD
Bangladesh postal code library. List of districts, divisions and thanas.
Python version
Supported python versions python2.7 and python3.4
Installation
To install BD, simply:
$ pip install bd
Features
- List of Divisions
- List of Districts
- List of Thana
- Postal/Zip code
Download
Get the source code on Pypi
Documentation
Its a simple package, just import bd or import all the attribute separately
import bd
or
from bd import postal_code, divisions, districts, thana
To know the version of the package
import bd
print(bd.__version__)
Soon there wiil be a full documentation available.