Skip to main content

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

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

nepal-company-registrar-0.0.3.tar.gz (3.7 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page