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

uilianries/bintray-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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