Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hivesolutions/repos-api
The Python API client to Repos
https://github.com/hivesolutions/repos-api
api client python repos
Last synced: about 1 month 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 (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-14T12:15:17.000Z (about 2 years ago)
- Last Synced: 2025-01-10T04:57:02.367Z (about 1 month ago)
- Topics: api, client, python, repos
- Language: Python
- Size: 43 KB
- Stars: 0
- Watchers: 3
- 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
[![Build Status](https://app.travis-ci.com/hivesolutions/repos-api.svg?branch=master)](https://travis-ci.com/github/hivesolutions/repos-api)
[![Coverage Status](https://coveralls.io/repos/hivesolutions/repos-api/badge.svg?branch=master)](https://coveralls.io/r/hivesolutions/repos-api?branch=master)
[![PyPi Status](https://img.shields.io/pypi/v/repos-api.svg)](https://pypi.python.org/pypi/repos-api)
[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://www.apache.org/licenses/)