Coder Social home page Coder Social logo

bitbucket-api's People

Contributors

daredevildave avatar davidmpaz avatar goodtune avatar kencochrane avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

bitbucket-api's Issues

How to Perceptive Bitbucket Pull Request update timing on Bitbucket-api?

I'm new for bitbucket-api and python. :(
I want to use Python to build a server(twisted) and connect Bitbucket.

Expected behavior

  • Perceptive Bitbucket Pull Request update timing
  • Automatically download and build the project compilation environment.
  • Automatic compilation and the establishment of the implementation of the environment.
  • Automatically run related test scripts.
  • Return the result to Bitbucket.

Info

  • Install Python3.5
  • pip install bitbucket-api (website)
    Successfully installed bitbucket-api-0.5.0 oauthlib-2.0.1 requests-2.13.0 requests-oauthlib-0.7.0 sh-1.12.9

Does anyone have idea?

Transfer maintenance of the library

hi SheepRider!

it looks like you're not active anymore on this repository, but there are still projects using your code, and a radical change of the bitbucket-api is in sight.

Because there are a bunch of PR taking dust in the pipe, and you haven't done any commit over the last couple of years, I'd be happy to take over maintenance of the library (and more importantly matching pypi package) so we can keep improving the tool.

Would you mind transferring it? โ˜บ

Create issue in team repository

Is possible?
I can see all issues if I use team username and password but when I want create a issue I get "Service not found"

Get private repositories for team

I have browsed the documentation and played a lot with the library but I haven't found how to deal with the following issue: I need to browser all private repositories for my team. Thanks

Signing in via email causes problems with repository.get()

If i use an email and password to sign in I cannot perform operations on my repos:

BB_LOGIN = '[email protected]'
BB_PASSWORD = 'XXXX'
bb = Bitbucket(BB_LOGIN, BB_PASSWORD)
bb.repository.get('test') ## fails

I'm forced to either sign in via username instead of email or use this following line to update the bb object:

bb.username =  bb.get_user()[1]['username']

Windows support for bitbucket-api?

I am using Python 2.7.11 with pip 8.1.2;

When I try to install the bitbucket-api I get the following:
pip install bitbucket-api
Collecting bitbucket-api
Using cached bitbucket-api-0.5.0.tar.gz
Requirement already satisfied (use --upgrade to upgrade): requests in c:\python27\lib\site-packages (from bitbucket-api)
Collecting sh (from bitbucket-api)
Using cached sh-1.11.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "", line 1, in
File "c:\users\xxx\appdata\local\temp\pip-build-nrkwol\sh\setup.py", line 4, in
import sh
File "sh.py", line 37, in
support." % version)
ImportError: sh 1.11 is currently only supported on linux and osx. please install pbs 0.110 (http://pypi.python.org/pypi/pbs) for windows support.

I have no issues installng pbs.
pip install pbs
Collecting pbs
Downloading pbs-0.110.tar.gz
Installing collected packages: pbs
Running setup.py install for pbs ... done
Successfully installed pbs-0.110

However, this does not resolve the issue above with sh 1.11 indicating I should install pbs.

Any ideas on how to resolve this issue for those of us running on windows?
Thanks.
--dave

Images corrupted after downloading and extracting an archive

I have a script that creates a new client project from a boilerplate repository. The first step in that process is to download an archive of the boilerplate repository. What I'm finding is that any downloaded images (gif, png) are corrupted after downloading and extracting the archive.

Here's a test script I was using to try to isolate the issue as best I could:

#!/usr/bin/env python

from bitbucket.bitbucket import Bitbucket
from zipfile import ZipFile

bitbucket = Bitbucket('robwilkerson', 'muhpassword')
repo = 'drupal-boilerplate'

success, result = bitbucket.repository.archive(
    repo,
    owner='theclient',
    format='zip')

with ZipFile(result, 'r') as archive:
    archive.extractall('/tmp/%s' % repo)

screen shot 2015-03-18 at 9 31 16 am

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.