Metadata-Version: 2.1
Name: bangladesh
Version: 0.0.9
Summary: A python package For Bangladesh information (District, Division, Thana, post code and etc)
Home-page: https://github.com/Druvo
Author: zhdruvo (Zahid Hasan)
Author-email: <zhdruvo@gmail.com>
License: MIT License
Keywords: bangladesh,district,division,thana,upazilas
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Software Development
Classifier: Topic :: Terminals
Classifier: Topic :: Utilities
Classifier: Topic :: Communications
Classifier: Topic :: Education
Classifier: Topic :: Sociology :: Genealogy
Classifier: Topic :: System :: Archiving :: Packaging

==================================================
bangladesh -- information
==================================================

Bangladesh information like ``District``, ``Division``, ``Thana``, ``post code`` etc.
This package allows you to direct use those data into the python code.



:Author: zhdruvo (Zahid Hasan)
:License: MIT License
:Home Page: https://github.com/Druvo

Installing
----------

The easiest way to install the library is to execute (possibly in a
`virtualenv`_) the command::

    pip install bangladesh

.. _virtualenv: https://packaging.python.org/tutorials/installing-packages/#creating-and-using-virtual-environments


Features
----------

.. code:: python

    from bangladesh import *


    print(get_divisions())
    print(get_districts())
    print(get_upazilas())
    print(get_postcodes())


