Metadata-Version: |
2.1 |
Name: |
gpt-pr |
Version: |
0.7.0 |
Summary: |
Automate your GitHub workflow with GPT-PR: an OpenAI powered library for streamlined PR generation. |
Author: |
Alisson R. Perez |
Author-Email: |
alissonperez[at]outlook.com |
Home-Page: |
http://github.com/alissonperez/gpt-pr |
License: |
MIT |
Requires-Python: |
>=3.7 |
Requires-Dist: |
cffi (==1.15.1) |
Requires-Dist: |
cryptography (==43.0.3) |
Requires-Dist: |
fire (==0.6.0) |
Requires-Dist: |
pycparser (==2.21) |
Requires-Dist: |
wcwidth (==0.2.13) |
Requires-Dist: |
charset-normalizer (==3.4.0); python_full_version >= "3.7.0" |
Requires-Dist: |
prompt-toolkit (==3.0.43); python_full_version >= "3.7.0" |
Requires-Dist: |
openai (==1.14.0); python_full_version >= "3.7.1" |
Requires-Dist: |
exceptiongroup (==1.2.2); python_version < "3.11" |
Requires-Dist: |
cached-property (==1.5.2); python_version < "3.8" |
Requires-Dist: |
importlib-metadata (==6.7.0); python_version == "3.7" |
Requires-Dist: |
six (==1.16.0); python_version >= "2.7" and python_version not in "3.0, 3.1, 3.2" |
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: |
certifi (==2024.8.30); python_version >= "3.6" |
Requires-Dist: |
distro (==1.9.0); python_version >= "3.6" |
Requires-Dist: |
idna (==3.10); python_version >= "3.6" |
Requires-Dist: |
pynacl (==1.5.0); python_version >= "3.6" |
Requires-Dist: |
wrapt (==1.16.0); python_version >= "3.6" |
Requires-Dist: |
annotated-types (==0.5.0); python_version >= "3.7" |
Requires-Dist: |
anyio (==3.7.1); python_version >= "3.7" |
Requires-Dist: |
gitdb (==4.0.11); python_version >= "3.7" |
Requires-Dist: |
gitpython (==3.1.42); python_version >= "3.7" |
Requires-Dist: |
h11 (==0.14.0); python_version >= "3.7" |
Requires-Dist: |
httpcore (==0.17.3); python_version >= "3.7" |
Requires-Dist: |
httpx (==0.24.1); python_version >= "3.7" |
Requires-Dist: |
pydantic (==2.5.3); python_version >= "3.7" |
Requires-Dist: |
pydantic-core (==2.14.6); python_version >= "3.7" |
Requires-Dist: |
pygithub (==2.2.0); python_version >= "3.7" |
Requires-Dist: |
pyjwt[crypto] (==2.8.0); python_version >= "3.7" |
Requires-Dist: |
requests (==2.31.0); python_version >= "3.7" |
Requires-Dist: |
smmap (==5.0.1); python_version >= "3.7" |
Requires-Dist: |
sniffio (==1.3.1); python_version >= "3.7" |
Requires-Dist: |
termcolor (==2.3.0); python_version >= "3.7" |
Requires-Dist: |
tqdm (==4.67.0); python_version >= "3.7" |
Requires-Dist: |
typing-extensions (==4.7.1); python_version >= "3.7" |
Requires-Dist: |
urllib3 (==2.0.7); python_version >= "3.7" |
Requires-Dist: |
zipp (==3.15.0); python_version >= "3.7" |
Requires-Dist: |
inquirerpy (==0.3.4); python_version >= "3.7" and python_version < "4.0" |
Requires-Dist: |
pfzy (==0.3.4); python_version >= "3.7" and python_version < "4.0" |