grai-build 0.3.0__py3-none-any.whl → 0.3.2__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.
grai/__init__.py CHANGED
@@ -8,4 +8,4 @@ try:
8
8
  __version__ = version("grai-build")
9
9
  except Exception:
10
10
  # Fallback for development or if package metadata is not available
11
- __version__ = "0.3.0"
11
+ __version__ = "0.3.2"
@@ -1,8 +1,8 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: grai-build
3
- Version: 0.3.0
4
- Summary: Schema-as-code for graph databases - Documentation like dbt, migrations for Neo4j
5
- Author-email: Andrew Santora <andrew@grai.build>
3
+ Version: 0.3.2
4
+ Summary: Declarative knowledge graph modeling tool inspired by dbt
5
+ Author-email: "grai.build" <hello@grai.build>
6
6
  License: MIT
7
7
  Classifier: Development Status :: 3 - Alpha
8
8
  Classifier: Intended Audience :: Developers
@@ -1,4 +1,4 @@
1
- grai/__init__.py,sha256=PdRtDbCapu1YJVP4PVkqayf9njPpmlzClNTvn_kzd-4,269
1
+ grai/__init__.py,sha256=fVJNx8yTIwQhkqHKrddI8ZK9O8GhRM1phgiTBWDbz2k,269
2
2
  grai/cli/__init__.py,sha256=xvJfHMb88ngEe-cgDzZcL17GwZGVdtDCRW8rjAUZcro,83
3
3
  grai/cli/main.py,sha256=ZGgqZAaBN_yZ9y4wA5sjOQ-r0WV7dF9qMc1q1XvKp7g,84484
4
4
  grai/core/__init__.py,sha256=kwQf0fOKP8YtVJKcyTptFyQ4W1HSrsOpk6LkEX0QJH0,85
@@ -20,9 +20,9 @@ grai/core/validator/validator.py,sha256=GVHHln1yuI2dt9Y_FOFMFQJ6RDF37RBkUgZ9Llp7
20
20
  grai/core/visualizer/__init__.py,sha256=AgHUyZv9-FBp07Ca_2jApKjeLu1GqVPiJuUKoKziF98,19032
21
21
  grai/core/visualizer/visualizer.py,sha256=s6u1LAHN3b1rdPByCckLIa30BBOZ8sQxgTVgVtvhctU,355
22
22
  grai/templates/__init__.py,sha256=QNgXUb2Ljk_UgrqriV6P9n_7ipV7F0M1XWep-x0dwHs,54
23
- grai_build-0.3.0.dist-info/licenses/LICENSE,sha256=R-jE2xcIRDkhGcPPoCeVfPeagT-sloSNVgGM7MI3-sI,1071
24
- grai_build-0.3.0.dist-info/METADATA,sha256=kdsqSle8RKtiwmKg69iLVzKVr7YZZ8_ckMzkZaGxrhU,9895
25
- grai_build-0.3.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
26
- grai_build-0.3.0.dist-info/entry_points.txt,sha256=gVbl7wJGXgvRbXw0EO-TWzgmVtatY6D3MkY8GAekv8g,48
27
- grai_build-0.3.0.dist-info/top_level.txt,sha256=KQ5rRcwKNfpr40-6bfMYazZYbAqodeFzxgoB_fL8iWA,5
28
- grai_build-0.3.0.dist-info/RECORD,,
23
+ grai_build-0.3.2.dist-info/licenses/LICENSE,sha256=NetOXsF1eDqKdj3cEd2-T-AFyYZxYJXyHg5D_uHceOc,1067
24
+ grai_build-0.3.2.dist-info/METADATA,sha256=Hn206AmmIS3mLYBqECAAeFwcxO93Pcvvj1y9QEAKX2I,9868
25
+ grai_build-0.3.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
26
+ grai_build-0.3.2.dist-info/entry_points.txt,sha256=gVbl7wJGXgvRbXw0EO-TWzgmVtatY6D3MkY8GAekv8g,48
27
+ grai_build-0.3.2.dist-info/top_level.txt,sha256=KQ5rRcwKNfpr40-6bfMYazZYbAqodeFzxgoB_fL8iWA,5
28
+ grai_build-0.3.2.dist-info/RECORD,,
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2025 Andrew Santora
3
+ Copyright (c) 2025 grai.build
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal