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
- Host: GitHub
- URL: https://github.com/dlcs/dlcs-client
- Owner: dlcs
- License: other
- Created: 2017-06-08T20:21:03.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-09-25T13:58:38.000Z (over 6 years ago)
- Last Synced: 2025-10-02T15:37:47.049Z (8 months ago)
- Language: Python
- Size: 19.5 KB
- Stars: 0
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.TXT
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