Metadata-Version: 2.0
Name: rejira
Version: 0.0.5.dev1
Summary: A look aside for JIRA using redis as the cache
Home-page: https://github.com/xnuiem/rejira
Author: Xnuiem
Author-email: ryan.meinzer@xmtek.net
License: Apache
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Python: >=3
Requires-Dist: redis
Requires-Dist: requests

The JIRA RESTful API can be slow, especially on large self hosted projects. This package uses redis to create a dynamic cache for the read requests from JIRA, both by Issue or by JQL


