Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

directory-cms-client

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

directory-cms-client

Python API client for Directory CMS.

  • 12.3.3
  • PyPI
  • Socket score

Maintainers
2

directory-cms-client

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

Directory CMS client.

Client for the Directory Content Management read-only API.

Installation

$ pip install directory-cms-client

The api client expects the following settings:

SettingNotes
DIRECTORY_CMS_API_CLIENT_BASE_URL
DIRECTORY_CMS_API_CLIENT_API_KEYUnique to client. Retrieved during the on-boarding process.
DIRECTORY_CMS_API_CLIENT_SENDER_IDUnique to client. Retrieved during the on-boarding process.
DIRECTORY_CMS_API_CLIENT_DEFAULT_TIMEOUT
DIRECTORY_CMS_API_CLIENT_SERVICE_NAMEUnique to client, can be hardcoded.

The following directory client core settings also apply to directory cms client:

SettingNotes
DIRECTORY_CLIENT_CORE_CACHE_EXPIRE_SECONDSDuration to store the retrieved content in the cache.
DIRECTORY_CLIENT_CORE_CACHE_LOG_THROTTLING_SECONDSDuration to throttle log events for a given url for.

And also specify a cache with name cms_fallback:

CACHES = {
    'cms_fallback': ...
}

Once that is done the API client can be used:

from directory_api_client.client import cms_api_client

Development

$ git clone https://github.com/uktrade/directory-cms-client
$ cd directory-cms-client
$ [create virtual environment and activate]
$ make test_requirements

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
DIRECTORY_PYPI_USERNAME
DIRECTORY_PYPI_PASSWORD

Then run the following command:

$ make publish

FAQs


Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc