⚠️ JFrog Bintray has been sunset, please, read the official communication
The Python wrapper for Bintray API
pip install bintray-python
To search repositories from a subject:
from bintray.bintray import Bintray
bintray = Bintray()
response = bintray.search_repository("conan-center")
print(response)
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