Metadata-Version: 2.1
Name: gpt-pr
Version: 0.0.2
Summary: Automate your GitHub workflow with GPT-PR: an OpenAI powered library for streamlined PR generation.
Home-page: http://github.com/alissonperez/gpt-pr
Author: Alisson R. Perez
Author-email: alissonperez@outlook.com
License: MIT
Requires-Python: >=3.7
Requires-Dist: cffi ==1.15.1
Requires-Dist: cryptography ==41.0.3
Requires-Dist: gitpython ==3.1.32
Requires-Dist: inquirerpy ==0.3.4
Requires-Dist: openai ==0.27.8
Requires-Dist: prompt-toolkit ==3.0.39
Requires-Dist: pycparser ==2.21
Requires-Dist: pygithub ==1.59.1
Requires-Dist: wcwidth ==0.2.6
Requires-Dist: aiosignal ==1.3.1 ; python_full_version >= "3.7.0"
Requires-Dist: async-timeout ==4.0.3 ; python_full_version >= "3.7.0"
Requires-Dist: attrs ==23.1.0 ; python_full_version >= "3.7.0"
Requires-Dist: charset-normalizer ==3.2.0 ; python_full_version >= "3.7.0"
Requires-Dist: gitdb ==4.0.10 ; python_full_version >= "3.7.0"
Requires-Dist: multidict ==6.0.4 ; python_full_version >= "3.7.0"
Requires-Dist: pyjwt[crypto] ==2.8.0 ; python_full_version >= "3.7.0"
Requires-Dist: requests ==2.31.0 ; python_full_version >= "3.7.0"
Requires-Dist: tqdm ==4.66.1 ; python_full_version >= "3.7.0"
Requires-Dist: urllib3 ==2.0.4 ; python_full_version >= "3.7.0"
Requires-Dist: yarl ==1.9.2 ; python_full_version >= "3.7.0"
Requires-Dist: pfzy ==0.3.4 ; python_version < "4.0" and python_full_version >= "3.7.0"
Requires-Dist: deprecated ==1.2.14 ; python_version >= "2.7" and python_version not in "3.0, 3.1, 3.2, 3.3"
Requires-Dist: wrapt ==1.15.0 ; python_version >= "2.7" and python_version not in "3.0, 3.1, 3.2, 3.3, 3.4"
Requires-Dist: idna ==3.4 ; python_version >= "3.5"
Requires-Dist: aiohttp ==3.8.5 ; python_version >= "3.6"
Requires-Dist: certifi ==2023.7.22 ; python_version >= "3.6"
Requires-Dist: pynacl ==1.5.0 ; python_version >= "3.6"
Requires-Dist: smmap ==5.0.0 ; python_version >= "3.6"
Requires-Dist: frozenlist ==1.4.0 ; python_version >= "3.8"

