regcode 0.1.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,18 @@
1
+ regcode/__init__.py,sha256=2Cv_d6ciJzl49HiCT7_xpCw0efN5gtoYM7_MPnYZRE8,168
2
+ regcode/cli.py,sha256=xHt4m8e9p4bKfMDMAzJLf_q4JfkeGhi8kTXmCnbPg18,5354
3
+ regcode/config.py,sha256=c640TNa4-6AU0AK1iCPc9ESNacrTT5MG1w_zYwdzLDY,5583
4
+ regcode/conversation_manager.py,sha256=7b1hB7881ydPkCvePJIZ-HgtUi95FglJ7MyFAYw2H1o,5636
5
+ regcode/main.py,sha256=lE_IcHFnWF_8m8RvMB4YGbJ85G-Wk6hLeera0jaxiMs,37493
6
+ regcode/monty_sandbox.py,sha256=UxTFmczQr5F4nlDe1gJ5Ul6GX_5KJkVYekVia-JKKvw,12930
7
+ regcode/permissions.py,sha256=9R1dz6ypxBq_tNj-l4ixq_KJ-kAbXHarOey5EmnZzgU,784
8
+ regcode/sandbox.py,sha256=v7oyl4PZVs4uMGGJRQC7YdQNLf7pbtRpVMXuNfnslJI,11414
9
+ regcode/tui.py,sha256=EsH5OGoTu6R2yS1Hf9W5UOYW10Bg_oXClEzb2fhsN6o,11464
10
+ regcode/tools/__init__.py,sha256=VG2pxPkVSRUaLZ-tgNTcvcJSXUOuVLeCT0yx7k1g2pQ,325
11
+ regcode/tools/base.py,sha256=D4oalxZb-cKvCMFeghyKSoLy_M7LUVPMeFTUPmrcuyY,3538
12
+ regcode/tools/builtins.py,sha256=0f6ArIeUysL-8fwdtbNkKHlmebeC5OxYTtKRn-yuG64,30684
13
+ regcode/tools/registry.py,sha256=jrGtKLlRPgfFQFGlCAaxEfoR0ZXForQUmZexM5-HnEo,2638
14
+ regcode/tools/review_notes.py,sha256=zdbKTKv2hlnfd7Q-F0xlg8n2IHt7h0KssS0OyyY2gcM,3743
15
+ regcode-0.1.0.dist-info/METADATA,sha256=v8s5W2dnPIzYLbcuJUHyPg0e3GBI-qDad_EbU1kMofM,5039
16
+ regcode-0.1.0.dist-info/WHEEL,sha256=mffPy8wBnZQn2VnJUU5jE99KsxaSfiyMHV9Yt0aLVxs,87
17
+ regcode-0.1.0.dist-info/entry_points.txt,sha256=DzSdoP-DefYTNnnuwctq7neSx19XjfB78Jzk-c1UcsQ,44
18
+ regcode-0.1.0.dist-info/RECORD,,
@@ -0,0 +1,4 @@
1
+ Wheel-Version: 1.0
2
+ Generator: hatchling 1.30.1
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
@@ -0,0 +1,2 @@
1
+ [console_scripts]
2
+ regcode = regcode.cli:cli