Questions tagged [stashy]
5 questions
2
votes
2 answers
Very weird issue with import
I'm hitting a very weird issue.
Edit: Adding full details:
virtualenv -p python3 testenv
cd testenv
source bin/activate
django-admin startproject blah
cd blah
mkdir modules
vi modules/stash.py
pip install django
pip install stashy
python manage.py…

ffyns
- 479
- 5
- 9
1
vote
1 answer
Bitbucket server REST API via Python
I would like to use the REST API service of Bitbucket server in Python. Till now I tried the python module called stashy, but I could not even connect. The snippet
import stashy
stash = stashy.connect("http://localhost:7990/stash", "",…

bayerb
- 649
- 2
- 9
- 28
0
votes
0 answers
Best way to use Python and Bit Bucket
I am having problems with Python and Bit Bucket. To display/pull/push do anything really.
I am looking @ Two different libs, atlassian-python-api, and stashy, both seem to have problems my code is very simple:
from atlassian import Bitbucket
import…

Alehandro
- 39
- 8
0
votes
1 answer
Stashy Python Bit Bucket Time out Issue
I have the following code trying to use stashy, to pull and push to Bit Bucket, Well right now I have code that specifically will just display projects/repositories that are given to my account. Very simple.
import stashy
bitbucket =…

Alehandro
- 39
- 8
0
votes
1 answer
Python scripting for Bitbucket server API access
Anyone know how to access branch related operations pull,push,clone and also take backup of branch,repository as zip or tar file etc of Atlassian Bitbucket server 4.14 installed on local machine using python script I tried bitbucket-api module of…

Shahaji
- 175
- 1
- 4
- 14