A python package to retreive data on Nepal local government levels.
Project description
Nepal Local Governments
This is a simple package to get a list of local levels in Nepal (Rural Municipality, Municipality and Metropolitian City) based on a given Province number/name or District name.
Installation
You can install the package from PyPI using pip:
pip install neplocalgov
Usage
The package contains only two simple functions shown below
from neplocalgov import by_province, by_district
print(by_province(province="1")
print(by_district(district="Kathmandu")
If the supplied province / district is not valid, it returns Null. If data is found, it is returned as a list of dictionaries
Contributions
Contributions to this project are welcome! Please fork the repository and submit a pull request with your changes.
License
This project is licensed under the MIT LICENSE.
Contact
For any queries or feedback, please contact Shalin Devkota.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file neplocalgov-1.2.2.tar.gz
.
File metadata
- Download URL: neplocalgov-1.2.2.tar.gz
- Upload date:
- Size: 10.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | de59a48ab64ead6cf90a16cb9a21a1413fecc8b171b71567e178a0290a1d7540 |
|
MD5 | 6978642071426434802c06e207244ce6 |
|
BLAKE2b-256 | d5c973bc34ff34cf6158a3f581a10385d0ed23f2c39b2be47721a6083248a02b |
File details
Details for the file neplocalgov-1.2.2-py3-none-any.whl
.
File metadata
- Download URL: neplocalgov-1.2.2-py3-none-any.whl
- Upload date:
- Size: 10.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d8fd972b0c98d23831e0e4f71402d30f313db11e21e4d0cbc9fa461d153bdf24 |
|
MD5 | 9d0880c3b719c82fe9598ce1fc01d1b6 |
|
BLAKE2b-256 | 0c3df3a311911593293d48c041d54677ecffcb4a3448a4e5538becdee589695d |