uilianries / bintray-python

Python wrapper for Bintray API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

⚠️ JFrog Bintray has been sunset, please, read the official communication

Bintray Python

logo

codecov Maintainability Build Status Download Pypi

About

The Python wrapper for Bintray API

Installation

pip install bintray-python

Usage

To search repositories from a subject:

from bintray.bintray import Bintray

bintray = Bintray()
response = bintray.search_repository("conan-center")
print(response)

Documentation

Please, read the official documentation from Bintray: https://bintray.com/docs/api

Alternatively, you can check the project reference on https://bintray-python.readthedocs.io

License

MIT

About

Python wrapper for Bintray API

License:MIT License


Languages

Language:Python 99.7%Language:Shell 0.3%