A package for nepal company registrar
Project description
Nepal Company Registrar
Nepal Company Registrar is a Python library for dealing with companies registered in Nepal Company Registrar.
Installation
Use the package manager pip to install nepal-company-registrar.
pip install nepal-company-registrar
Usage
Nepal Company Registrar
from nepali_company_registrar import NepalCompanyRegistrar
nepali_company_registrar = NepalCompanyRegistrar(company_name_input='AGRICULTURAL DEVELOPMENT BANK') # for company input
nepali_company_registrar.is_valid() # returns "True" if it is registered company name
# returns "False" if it is not registered in company registrar
nepali_company_registrar.get_company_detail() # returns company detail eg. {'name': 'AGRICULTURAL DEVELOPMENT BANK', 'name_in_nepali': 'कृषि विकास बैंक', 'registration_number': '928', 'registration_date': '2062-3-30', 'company_type': 'Public', 'share_holder': None, 'address': 'का.म.न.पा.-११,काठमाण्डौ,बाग्मती'}
nepali_company_registrar.list_similar_companies() # returns list of similar companies registered in company registrar
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
License
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
File details
Details for the file nepal-company-registrar-0.0.3.tar.gz
.
File metadata
- Download URL: nepal-company-registrar-0.0.3.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5da15c189cb0206c44bbe00c433925d4f2c7e84bd2fe1c793f34515eea294b98 |
|
MD5 | eeff32233a5d7fe7b30908e2bd68698c |
|
BLAKE2b-256 | 84054b4640f4574c3172f75b046472fa2d1cf5709ccdb49492a2945a6f18edc6 |