Skip to content
This repository has been archived by the owner on Feb 27, 2023. It is now read-only.

Latest commit

 

History

History
42 lines (24 loc) · 1.27 KB

README.md

File metadata and controls

42 lines (24 loc) · 1.27 KB

⚠️ 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