Metadata-Version: 2.4
Name: jitly
Version: 0.1.0
Summary: Bridge between Jira tickets and your local development workflow
Author: Jitly
License: MIT
Keywords: jira,git,developer-tools,workflow
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Version Control
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: typer[all]>=0.12.0
Requires-Dist: rich>=13.0.0
Requires-Dist: httpx>=0.27.0
Requires-Dist: gitpython>=3.1.40
Requires-Dist: keyring>=25.0.0
Requires-Dist: pyyaml>=6.0.1
Requires-Dist: requests>=2.31.0
Requires-Dist: requests-oauthlib>=1.3.1
Requires-Dist: python-dotenv>=1.0.0
Requires-Dist: click>=8.1.0
Requires-Dist: questionary>=2.0.1
Requires-Dist: platformdirs>=4.2.0
