nepal-company-registrar

A package for nepal company registrar


License
MIT
Install
pip install nepal-company-registrar==0.0.3

Documentation

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 nepali-phone-number.

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

MIT