New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

bitbucket-api

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bitbucket-api

Bitbucket API

  • 0.5.0
  • PyPI
  • Socket score

Maintainers
1

#BitBucket-API

Build Status

BitBucket-api is an ISC Licensed library, written in Python.

Bitbucket has a REST API publicly available, this package provide methods to interact with it. It allows you to access most repositories, services (hooks) and ssh keys related functionalities.

##Features

  • Access public user informations
  • Access public or private repositories, tags or branches
  • Create, update or delete one of your repository
  • Access, create, update or delete a service (hook)
  • Access, create or delete an SSH key
  • Download a repository as an archive
  • Access, create, update or delete an issue
  • Access, create, update or delete an issue comment

##Installation

To install bitbucket-api, simply:

$ pip install bitbucket-api

##Requirements

Bitbucket-api require requests, sh and requests-oauthlibto work, but dependencies should be handled by pip.

##Documentation Documentation is available on Read The Docs.

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc