Skip to content
/ hulkpy Public

Hulk is a tool written in Python to automate bulk changes in Bitbucket repos.

Notifications You must be signed in to change notification settings

twopelu/hulkpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hulk

Hulk is a tool written in Python to automate bulk changes in Bitbucket repos.

It helps maintainers to compare repos and apply bulk changes based on a template.

The graphical interface is built using a webview and js and it is cross-platfform.

Installation

pipenv

Hulk uses pipenv to manage dependencies and isolate environments.

First install pipenv:

pip install pipenv

To install dependencies:

pipenv install

To enter the environment:

pipenv shell

To leave the environment:

exit()

Usage

python hulk <username> <password>


TO-DO


Dependencies

Bitbucket lib - https://pypi.org/project/bitbucket-api/

https://bitbucket-api.readthedocs.io/en/latest/index.html

WebView lib - https://pypi.org/project/pywebview/

https://pywebview.flowrl.com/guide/

References

Bitbucket API - https://developer.atlassian.com/bitbucket/api/2/reference

About

Hulk is a tool written in Python to automate bulk changes in Bitbucket repos.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published