https://github.com/vintasoftware/tapioca-bitbucket
Bitbucket API wrapper using tapioca
https://github.com/vintasoftware/tapioca-bitbucket
Last synced: about 1 year ago
JSON representation
Bitbucket API wrapper using tapioca
- Host: GitHub
- URL: https://github.com/vintasoftware/tapioca-bitbucket
- Owner: vintasoftware
- License: bsd-3-clause
- Created: 2015-06-11T18:07:03.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-12-09T15:53:49.000Z (over 10 years ago)
- Last Synced: 2025-03-09T07:19:37.207Z (over 1 year ago)
- Language: Python
- Homepage: https://bitbucket.org/
- Size: 22.5 KB
- Stars: 4
- Watchers: 25
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tapioca Bitbucket
## Instalation
```
pip install tapioca-bitbucket
```
## Documentation
``` python
from tapioca_bitbucket import Bitbucket
api = Bitbucket(client_id='{your-client-id}', access_token='{any-valid-access-token}')
```
No more documentation needed.
- Learn how Tapioca works [here](http://tapioca-wrapper.readthedocs.org/en/stable/quickstart.html)
- Explore this package using iPython
- Have fun!