cypher-shell

View on PyPIReverse Dependencies (0)

0.5 cypher_shell-0.5-py3-none-any.whl

Wheel Details

Project: cypher-shell
Version: 0.5
Filename: cypher_shell-0.5-py3-none-any.whl
Download: [link]
Size: 11255
MD5: 5388f58b9053b9cc494f01a958494982
SHA256: 65f49f1334f73384f4051c036978ea3d0abc1b631d4e24475417b5aa697aae5d
Uploaded: 2025-01-04 16:34:26 +0000

dist-info

METADATA

Metadata-Version: 2.3
Name: cypher-shell
Version: 0.5
Summary: Cypher Shell -- a shell for querying Neo4j with Cypher
Author-Email: LemurPwned <lemurpwned[at]gmail.com>
Project-Url: Source, https://github.com/LemurPwned/cypher-shell
Keywords: cypher,neo4j,querying,shell,llm
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >3.10
Requires-Dist: pyyaml
Requires-Dist: python-dotenv
Requires-Dist: openai-swarm (>=0.1.1)
Requires-Dist: typer (>=0.12.5)
Requires-Dist: openai (>=1.51.2)
Requires-Dist: neo4j (>=5.25.0)
Requires-Dist: prompt_toolkit (>=3.0.48)
Description-Content-Type: text/markdown
[Description omitted; length: 1006 characters]

WHEEL

Wheel-Version: 1.0
Generator: flit 3.10.1
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
cypher_shell/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
cypher_shell/__main__.py sha256=stlPkeDxSjwyKfyAMGQUPSBV3G1U6vWakQ7Vf0JF8n0 5042
cypher_shell/agent.py sha256=dEDQshBaYPC4ZnAAMLpHbciyUx2D7zDTkHI9JeuSBW0 7979
cypher_shell/memory.py sha256=1vtjsQAl0j-V-fwnzqbXlY5XZj_KqNU3bsqzhhbkrMg 2778
cypher_shell/optimizer.py sha256=QifzxIJu2Yagmn-SQ_gwOFYip-B5oGXOZDm34VZX6gw 917
cypher_shell/query_runner.py sha256=09mnEnGSmu9UTiKYHDYgd_kVH9xNhU_HvaJ9eHdzAEk 1346
cypher_shell/utils.py sha256=L9e1jj3TU-GCX5-Ckx2_f-c3HrG_XBLTJf027_mHkjI 412
cypher_shell/prompts/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
cypher_shell/prompts/cypher.py sha256=Xb5ICosSjTjkFW9crt5OaWGBhNKMCWRbD5ijOuqDTIE 5160
cypher_shell/prompts/general.py sha256=9iuM0mopm9ZedEcnM_8nAG3h3SXf-ENBW9YJgmICUV4 290
cypher_shell/prompts/optim.py sha256=luqDJMDd3zsZ2zWwI6tT1nFfAlqVZ65a1JyqcY3e3PA 240
cypher_shell-0.5.dist-info/entry_points.txt sha256=4l-Ycs0DVC3M0PPEuLM-tXzOq8RGq6v_tYyEk0mbn3o 64
cypher_shell-0.5.dist-info/WHEEL sha256=CpUCUxeHQbRN5UGRQHYRJorO5Af-Qy_fHMctcQ8DSGI 82
cypher_shell-0.5.dist-info/METADATA sha256=4JCTXOMO20lEi2Yf2dKwsx4hDAJKtuweriTSsDeEvHs 1968
cypher_shell-0.5.dist-info/RECORD

entry_points.txt

cypher_shell = cypher_shell.__main__:main_loop