roscribe

View on PyPIReverse Dependencies (0)

0.0.4 roscribe-0.0.4-py3-none-any.whl

Wheel Details

Project: roscribe
Version: 0.0.4
Filename: roscribe-0.0.4-py3-none-any.whl
Download: [link]
Size: 20244
MD5: 45c2392dd39ebf726903e8a3f986484e
SHA256: d238fc3a1db239aa7ee2121619d07a426022b06fb6539056069def984afe9775
Uploaded: 2023-11-22 02:09:48 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: roscribe
Version: 0.0.4
Summary: Translate natural language into robot software.
Author-Email: RoboCoach Technologies <robocoachtechnologies[at]gmail.com>
Project-Url: Homepage, https://github.com/RoboCoachTechnologies/ROScribe
Project-Url: Bug Tracker, https://github.com/RoboCoachTechnologies/ROScribe/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,Robotics
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
Classifier: Framework :: Robot Framework :: Tool
Requires-Python: >=3.8
Requires-Dist: langchain[openai]
Requires-Dist: graphviz
Requires-Dist: schema
Requires-Dist: pysqlite3-binary
Requires-Dist: chromadb
Requires-Dist: tiktoken
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: 3380 characters]

WHEEL

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

RECORD

Path Digest Size
roscribe/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
roscribe/generator.py sha256=WwFTvNRaxoCqeH7pMJXRIZ9ZE0cnvAiO_iMVp7dpSrQ 7891
roscribe/main.py sha256=5PhhgQEs5VTBew9zal1ZMX2g8k0mwHbhS3i0Ana2_iU 7172
roscribe/model.py sha256=rdXo-3hc8CDtPDPrAJagYujsZSyazLqnHpm3ZPwbl2Y 504
roscribe/parser.py sha256=BdQsPRf3g5xdt2YZQr3LXmrfJLOgIWr-ZJEW_lr9h5k 5372
roscribe/prompt.py sha256=bsaZSS-Q_r5sXYPg3Rjs7tyGCuB59hPVt98u1KeniM0 17963
roscribe/ros_bs_transformer.py sha256=2qEgcZ7VTCz0VcCdx3KgUqNZf6hIZzxHu3L7fdQxUFc 4968
roscribe/ros_index_chatbot.py sha256=s_b9XtB331d1wWwXDj-sIrUwhh8fbLkwWsUI8xP7iR8 1348
roscribe/ros_index_repo.py sha256=NsWWctFHlohRQzry8kXVMqCBZ3SI1TZWdfxqMU4BvZA 5560
roscribe/ros_index_to_vectorstore.py sha256=WosLtqNmRsuh5c24JogvXXT_UHsqoxAg2Gne9EyfRZ8 1867
roscribe/ui.py sha256=s38y0ruxWhFSKhgrdPMSWJylPPbwcnzTIQEbcyrugis 3017
roscribe/visualization.py sha256=ognyClyYnjwbFMxK7m1CxrsiUlTg7po3-UKzAGZkJJM 1746
roscribe-0.0.4.dist-info/LICENSE sha256=c-2j4_m4vN-_8RepHZyvRijrdcPJrUJhEpb2nL4RFig 1090
roscribe-0.0.4.dist-info/METADATA sha256=qu7FwcSC3ST335bn_2-8ayP_5Y6Wt7RsI-B4C3WTBRw 5892
roscribe-0.0.4.dist-info/WHEEL sha256=Xo9-1PvkuimrydujYJAjF7pCkriuXBpUPEjma1nZyJ0 92
roscribe-0.0.4.dist-info/entry_points.txt sha256=ReQzClY3_65q8DtVj2nvUUNkrtws1cJ3AAq-HhTsJ4k 95
roscribe-0.0.4.dist-info/top_level.txt sha256=DAOdgVyw6pMc_lbHJCkH_iQH8cVIU0P74sFCqFM0kQQ 9
roscribe-0.0.4.dist-info/RECORD

top_level.txt

roscribe

entry_points.txt

roscribe = roscribe.main:main
roscribe-rag = roscribe.ros_index_chatbot:main