Metadata-Version: 2.1
Name: jolly-brancher
Version: 0.0.6
Summary: CLI tool that creates git branches from JIRA tickets
Home-page: https://github.com/ahonnecke/jolly-brancher
Author: Ashton Von Honnecke
Author-email: ashton@pixelstub.com
License: MIT
Project-URL: Authentication, https://jira.readthedocs.io/en/latest/examples.html#username-api-token
Project-URL: Token, https://id.atlassian.com/manage-profile/security/api-tokens
Platform: Linux
Platform: Mac
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Description-Content-Type: text/x-rst; charset=UTF-8
Provides-Extra: testing
License-File: LICENSE.txt
License-File: AUTHORS.rst

==============
jolly_brancher
==============


A sweet branch creation tool


Description
===========

A longer description of your project goes here...


Installation
============
```
pip install --user jolly-brancher
```

Config
==========
This package requires a configuration ``.ini`` file, which is populated upon invocation. You will be prompted for your Atlassian login email, the base Atlassian URL for your organization, your API token (which can be generated at https://id.atlassian.com/manage-profile/security/api-tokens), and the path to the root directory for your repositories. Please see ``example.ini`` for reference.

.. _pyscaffold-notes:

Note
====

This project has been set up using PyScaffold 4.0.2. For details and usage
information on PyScaffold see https://pyscaffold.org/.

Building
========
 * tox -e build  # to build your package distribution
 * tox -e publish  # to test your project uploads correctly in test.pypi.org
 * tox -e publish -- --repository pypi  # to release your package to PyPI
 * tox -av  # to list all the tasks available


