Skip to content

hivesolutions/repos-api

Repository files navigation

Simple Repos Python API client.

Configuration

Name Type Description
REPOS_BASE_URL str The base URL to be used in the API requests (defaults to https://repos.bemisc.com/).
REPOS_USERNAME str If set allows usage of an HTTP Auth username to authenticate requests (defaults to None).
REPOS_PASSWORD str If set allows usage of an HTTP Auth password to authenticate requests (defaults to None).

License

Repos API is currently licensed under the Apache License, Version 2.0.

Build Automation

Build Status Coverage Status PyPi Status License