Metadata-Version: 2.1
Name: jirator
Version: 0.1.1
Summary: Fetch your assigned JIRA issues and checkout new branches with their ID
Home-page: https://github.com/hawry/jirator
Author: hawry
Author-email: hawry@hawry.net
License: UNKNOWN
Description: ## Configuration
        
        jirator will look in `~/.jirator/config` for a configuration file, which will specify server to use, credentials for the server and what issue statuses jirator should consider as "open" issues (i.e. the ones that will be shown for you).
        
        ### Example config
        ```json
        {
          "server": "http://localhost:2990/jira",
          "username": "fredsusername",
          "password": "fredspassword",
          "status": ["TO DO","IN PROGRESS","ON HOLD", "IN REVIEW", "OPEN"]
        }
        ```
        
        ## Contributing
        
        Contributions are welcome. Note that all contributions are subject to the license of this project.
        
        ### Setup up dev environment
        
        1. Install the atlassian-plugin-sdk to get a local instance of the Jira REST API to test against. Follow the instructions at
          1. https://developer.atlassian.com/server/framework/atlassian-sdk/downloads/
          1. https://developer.atlassian.com/server/framework/atlassian-sdk/create-a-helloworld-plugin-project/
        1. When you've created your plugin and the server is running, login and create a project
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2.7
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Classifier: Development Status :: 3 - Alpha
Description-Content-Type: text/markdown
