https://github.com/amake/backlog-utils
Utilities for Backlog
https://github.com/amake/backlog-utils
Last synced: over 1 year ago
JSON representation
Utilities for Backlog
- Host: GitHub
- URL: https://github.com/amake/backlog-utils
- Owner: amake
- License: mit
- Created: 2017-07-27T04:52:52.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-27T08:53:03.000Z (almost 9 years ago)
- Last Synced: 2025-01-22T15:43:20.867Z (over 1 year ago)
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.txt
Awesome Lists containing this project
README
Backlog Utils
=============
A tool for doing things with `Backlog `__.
Usage
=====
See help::
backlog -h
Requirements
============
Jython 2.7
Quick Install
=============
Put your Backlog credentials in ``~/.backlog.properties``::
apiKey=[your API key]
spaceId=[your space ID]
For simplicity, you are recommended to first create a Jython virtualenv like::
virtualenv -p $(which jython) env
. env/bin/activate
This package is not on PyPI, so install with::
pip install --process-dependency-links git+https://github.com/amake/backlog-utils
License
=======
backlog-utils is distributed under the `MIT license `__.