gpt-synthesizer

View on PyPIReverse Dependencies (0)

0.0.4 gpt_synthesizer-0.0.4-py3-none-any.whl

Wheel Details

Project: gpt-synthesizer
Version: 0.0.4
Filename: gpt_synthesizer-0.0.4-py3-none-any.whl
Download: [link]
Size: 19603
MD5: afc7c39c9a0d57bcba8203dea24afa03
SHA256: f79034c2d978720966ae55e645735291ccbe4a8200dd1e98246d8c48f7a1e278
Uploaded: 2023-10-24 19:26:45 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: gpt-synthesizer
Version: 0.0.4
Summary: Collaboratively build an entire codebase for any project with the help of an AI
Author-Email: RoboCoach Technologies <robocoachtechnologies[at]gmail.com>
Project-Url: Homepage, https://github.com/RoboCoachTechnologies/GPT-Synthesizer
Project-Url: Bug Tracker, https://github.com/RoboCoachTechnologies/GPT-Synthesizer/issues
License: MIT License Copyright (c) 2023 RoboCoach Inc Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Keywords: Large Language Models,AI-assisted Code Generation
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development :: Code Generators
Requires-Python: >=3.8
Requires-Dist: langchain[openai]
Requires-Dist: streamlit
Requires-Dist: pip-tools; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Provides-Extra: dev
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 6164 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.41.2)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
gpt_synthesizer/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
gpt_synthesizer/app.py sha256=iNSQjQIbzPKKjKb9JGsFOHgxM8jSxMSMSb80lXcsfi8 18769
gpt_synthesizer/generate_code.py sha256=2bYINQEBkwgQgnD8Cdg_znzKfZjQWPVT_EWZZGv-EGI 1415
gpt_synthesizer/generate_main.py sha256=oTcgaXVAWCSy6W2BuSYCGCLhvPR9mmxPIvh2Xtj5GEI 1439
gpt_synthesizer/main.py sha256=7-aMCRi073xrQwu0enm0hULUBn_lM-k89h7bZtaRgt8 6124
gpt_synthesizer/model.py sha256=fXMCZGBO8LJ8IpcrjRaYXtCszg1IJ_CSjy9xcG7KSWU 503
gpt_synthesizer/parser.py sha256=Ufb1jqo2SF2150p8eiig1G4yEDNoX1_cpxBcBpAxIgU 3923
gpt_synthesizer/prompt.py sha256=4N5RrWr_32lq0brOcpEGN2xkMQbRrIFmPmbRS7OUEdQ 9540
gpt_synthesizer/run_app.py sha256=V4RWr22GbVQa6EkzInSopnOlnoOn5xPbnl4qd7ik-hs 127
gpt_synthesizer/ui.py sha256=cYXNmMg5uThHXWc2idRrGqMHllfqmrdLXgjMLEgVRUo 4663
gpt_synthesizer-0.0.4.dist-info/LICENSE sha256=c-2j4_m4vN-_8RepHZyvRijrdcPJrUJhEpb2nL4RFig 1090
gpt_synthesizer-0.0.4.dist-info/METADATA sha256=m7iQiw0YCD3pPKhllB2Bas8lBR7R-XtCiA-EKPMP4gY 8568
gpt_synthesizer-0.0.4.dist-info/WHEEL sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A 92
gpt_synthesizer-0.0.4.dist-info/entry_points.txt sha256=bAG09qW_RT6jeahn-KPdPwtMzbUlbCqJ8GMiXv8NeJk 119
gpt_synthesizer-0.0.4.dist-info/top_level.txt sha256=YNmJvatZem-V6O35viG51gs06pJd8U_Fngm2izCe22Q 16
gpt_synthesizer-0.0.4.dist-info/RECORD

top_level.txt

gpt_synthesizer

entry_points.txt

gpt-synthesizer = gpt_synthesizer.main:main
gpt-synthesizer-streamlit = gpt_synthesizer.run_app:main