https://github.com/hivesolutions/repos-api
The Python API client to Repos
https://github.com/hivesolutions/repos-api
api client python repos
Last synced: 24 days ago
JSON representation
The Python API client to Repos
- Host: GitHub
- URL: https://github.com/hivesolutions/repos-api
- Owner: hivesolutions
- Created: 2017-12-28T17:26:01.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-12-07T11:14:00.000Z (7 months ago)
- Last Synced: 2026-05-18T20:49:59.376Z (about 1 month ago)
- Topics: api, client, python, repos
- Language: Python
- Size: 49.8 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# [Repos API](http://repos-api.hive.pt)
Simple [Repos](http://repos.hive.pt) 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](http://www.apache.org/licenses/).
## Build Automation
[](https://github.com/hivesolutions/repos-api/actions)
[](https://coveralls.io/r/hivesolutions/repos-api?branch=master)
[](https://pypi.python.org/pypi/repos-api)
[](https://www.apache.org/licenses/)