An open API service indexing awesome lists of open source software.

https://github.com/dlcs/dlcs-client

Simple DLCS client for Python
https://github.com/dlcs/dlcs-client

Last synced: 5 months ago
JSON representation

Simple DLCS client for Python

Awesome Lists containing this project

README

          

DLCS
====

A simple client library for the Digital Library Cloud Services system
See http://dlcs.info for more details on the DLCS

required settings entries:

- **DLCS_ENTRY** - _DLCS API entry point_ e.g. "https://api.dlcs.io/"
- **DLCS_API_KEY** - _API key for DLCS system_ supplied by a DLCS adminstrator
- **DLCS_SECRET** - _Secret associated with API KEY_ supplied by a DLCS adminstrator
- **DLCS_CUSTOMER_ID** - _Customer ID for key_ (integer)
- **DLCS_SPACE** - __Default space within customer for operations_ (integer)

History:

v0.1 initial release
v0.2 pypi release
v0.3 fixed pypi metadata