Socket
Socket
Sign inDemoInstall

directory-ch-client

Package Overview
Dependencies
13
Maintainers
2
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    directory-ch-client

Python API client for Export Directory Companies House.


Maintainers
2

Readme

directory-companies-house-search-client

code-climate-image circle-ci-image codecov-image pypi-image semver-image

Export Directory internal Companies House search client.


Requirements

Installation

pip install directory-ch-client

Usage

from directory_ch_client.client import client

response = client.company.search_companies(query='Foo Bar')

Development

$ git clone https://github.com/uktrade/directory-companies-house-search-client
$ cd directory-companies-house-search-client
$ make

Publish to PyPI

The package should be published to PyPI on merge to master. If you need to do it locally then get the credentials from rattic and add the environment variables to your host machine:

Setting
DIT_PYPI_USERNAME
DIT_PYPI_PASSWORD

Then run the following command:

make publish

FAQs


Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc