sh-copilot

View on PyPIReverse Dependencies (0)

0.1.0 sh_copilot-0.1.0-py3-none-any.whl

Wheel Details

Project: sh-copilot
Version: 0.1.0
Filename: sh_copilot-0.1.0-py3-none-any.whl
Download: [link]
Size: 21459
MD5: 4b9d94d194e790e1ba652bdac4e5fe89
SHA256: e5f45635f91920b67ea4bcb17d2f2597c1c9b89fa35b48e09561c9dda9e01671
Uploaded: 2023-11-03 19:33:05 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: sh-copilot
Version: 0.1.0
Summary: Copilot for shell
Author: Guillaume MARTINEZ
Author-Email: lunik[at]tiwabbit.fr
Maintainer: Guillaume MARTINEZ
Maintainer-Email: lunik[at]tiwabbit.fr
Home-Page: https://github.com/Lunik/sh-copilot
Download-Url: https://pypi.org/project/sh-copilot/
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.11.0
Requires-Dist: pydantic (==2.*)
Requires-Dist: pyyaml (==6.*)
Requires-Dist: azure-identity (==1.*); extra == "azure"
Requires-Dist: pylint; extra == "dev"
Requires-Dist: black; extra == "dev"
Requires-Dist: twine; extra == "dev"
Requires-Dist: build; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-cov; extra == "dev"
Requires-Dist: pytest-html; extra == "dev"
Requires-Dist: pytest-xdist; extra == "dev"
Requires-Dist: pytest-helpers-namespace; extra == "dev"
Requires-Dist: pytest-order; extra == "dev"
Requires-Dist: wheel; extra == "dev"
Requires-Dist: openai (==0.*); extra == "openai"
Provides-Extra: azure
Provides-Extra: dev
Provides-Extra: openai
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 1276 characters]

WHEEL

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

RECORD

Path Digest Size
sh_copilot/__init__.py sha256=e05opNXIMe_wrxWeDHBBfwqhgULZEAtyxC1k0GbfX4M 731
sh_copilot/cli.py sha256=oPK-xYIhPkFDoVHcgVGgwtQltYA8T2FtineLRcXcMmg 480
sh_copilot/config.py sha256=UYeJgL6Ugfvupzpix6CMH-SBbDHbzEXGJ68s9IkkYOY 1428
sh_copilot/copilot.py sha256=QRCX-HXd8cLVSWYsrULtvstCrWF8MtzooFntZv-zb5s 2612
sh_copilot/ai/__init__.py sha256=qIUZDhYWYdqfT_mItC0uAFjlosmJrL3BQdzrE2ZLvdE 172
sh_copilot/ai/context.py sha256=kS1oa_YlWImUQR7ayx_u0UrgHe9Lul8UOlovYlXvDMg 2331
sh_copilot/ai/models/__init__.py sha256=kuHPf9SuSfAPRXRl9sHSTzpAjZWY_Xaj6AxUG99KOgM 827
sh_copilot/ai/models/base.py sha256=pTN-_POsI3wgRyzdlPuz0ifFkQclYWohxc-rlPEKwQI 846
sh_copilot/ai/models/fake.py sha256=n_SPQ_OK3YuRVHwM3kGC-8V92NUuzM3b2_dvwzPNF8A 771
sh_copilot/ai/models/openai.py sha256=7dLRRwljb_f6n4nN3AgmSFagkfjMK5QAGS0OgO9NkWo 4148
sh_copilot-0.1.0.dist-info/LICENSE sha256=ixuiBLtpoK3iv89l7ylKkg9rs2GzF9ukPH7ynZYzK5s 35148
sh_copilot-0.1.0.dist-info/METADATA sha256=D-qwoOqg_Z7zGrakdZCxotnMMHBa-RN8rExmJ2LUBgY 2943
sh_copilot-0.1.0.dist-info/WHEEL sha256=Xo9-1PvkuimrydujYJAjF7pCkriuXBpUPEjma1nZyJ0 92
sh_copilot-0.1.0.dist-info/entry_points.txt sha256=72OGQ8z0z3F9ezcHpjy_o8y5ocGfQy3IJzMr7Mjkrps 68
sh_copilot-0.1.0.dist-info/top_level.txt sha256=qvq6mk0jmDZ87lXUotCDvH-sagtyjKy1m1_N9aieSAY 11
sh_copilot-0.1.0.dist-info/RECORD

top_level.txt

sh_copilot

entry_points.txt

sc = sh_copilot:main
sh_copilot = sh_copilot:main