ziya 0.1.0__py3-none-any.whl → 0.1.1__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.
Potentially problematic release.
This version of ziya might be problematic. Click here for more details.
- pyproject.toml +1 -1
- {ziya-0.1.0.dist-info → ziya-0.1.1.dist-info}/LICENSE +1 -1
- {ziya-0.1.0.dist-info → ziya-0.1.1.dist-info}/METADATA +5 -1
- {ziya-0.1.0.dist-info → ziya-0.1.1.dist-info}/RECORD +6 -6
- {ziya-0.1.0.dist-info → ziya-0.1.1.dist-info}/WHEEL +0 -0
- {ziya-0.1.0.dist-info → ziya-0.1.1.dist-info}/entry_points.txt +0 -0
pyproject.toml
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: ziya
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.1
|
|
4
4
|
Summary:
|
|
5
5
|
Author: Vishnu Krishnaprasad
|
|
6
6
|
Author-email: vishnukool@gmail.com
|
|
@@ -24,6 +24,10 @@ Description-Content-Type: text/markdown
|
|
|
24
24
|
|
|
25
25
|
# Ziya
|
|
26
26
|
|
|
27
|
+
## Documentation
|
|
28
|
+
See the [GitHub Repository](https://github.com/ziya-ai/ziya)
|
|
29
|
+
|
|
30
|
+
## Overview
|
|
27
31
|
Ziya is a code assist tool for AWS Bedrock models. It can read your entire codebase and answer questions.
|
|
28
32
|
|
|
29
33
|
The current version only performs read operations. However, future versions will be able to:
|
|
@@ -9,14 +9,14 @@ app/utils/directory_util.py,sha256=XOImpzqVa2NrIAPl054VN2WC4kk1QUIE4COEL062ULw,2
|
|
|
9
9
|
app/utils/gitignore_parser.py,sha256=ksAAvXr8_GFh94cvOdkLmES5k3xxNxW2_tQuQtialIA,7496
|
|
10
10
|
app/utils/logging_utils.py,sha256=8JEcc1t7L-a0G4HLmM8zFydNNSOd5l2-gkTxviLQUns,280
|
|
11
11
|
app/utils/print_tree_util.py,sha256=O4Rb-GS8UODxfH7Z6bZGsr-opG6QLmvdaU1im5kh4IA,1419
|
|
12
|
-
pyproject.toml,sha256=
|
|
12
|
+
pyproject.toml,sha256=mQavdT_weig3WJLIvmy0QpC9aUtDwqT__8bNolF00Sc,716
|
|
13
13
|
static/app.js,sha256=qz2F0e5LxuVFI3MXWvcON9l1cN0J_ODdQOwbgT3ZqWA,3622
|
|
14
14
|
static/favicon.ico,sha256=HgB8xAZdDHFK2lODUsp2H_Dds_i14pnpydx7NEJrNrU,15086
|
|
15
15
|
static/sendPayload.js,sha256=VnypSWF7t8bv83026LGU3GMyr9tMrp05hmWATcbCG4k,1956
|
|
16
16
|
static/ziya.css,sha256=OaieSXw_7LOk0WNNi-1mPsAaS3rOxhHycKFgFDoiZB0,1395
|
|
17
17
|
templates/index.html,sha256=8auy9lGLdcDzBkzpjYB1ygrAVbXpo0rqQ8p1FgMEeck,800
|
|
18
|
-
ziya-0.1.
|
|
19
|
-
ziya-0.1.
|
|
20
|
-
ziya-0.1.
|
|
21
|
-
ziya-0.1.
|
|
22
|
-
ziya-0.1.
|
|
18
|
+
ziya-0.1.1.dist-info/LICENSE,sha256=8CfErGEG13yY1Z-CDlIhAQawX2KOv-QI_2Ge2z6x8SU,1064
|
|
19
|
+
ziya-0.1.1.dist-info/METADATA,sha256=cBLlieO7ab7odRbHumQnZOqKoSuslCWDEBBY0Szkta0,2563
|
|
20
|
+
ziya-0.1.1.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
|
21
|
+
ziya-0.1.1.dist-info/entry_points.txt,sha256=1HspxMqCYRli3SqM6CqmT6gsW_G14G4ab3sHlrYUCAA,38
|
|
22
|
+
ziya-0.1.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|