graflo 1.1.0__tar.gz → 1.1.1__tar.gz

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 graflo might be problematic. Click here for more details.

Files changed (45) hide show
  1. {graflo-1.1.0 → graflo-1.1.1}/PKG-INFO +2 -2
  2. {graflo-1.1.0 → graflo-1.1.1}/pyproject.toml +2 -2
  3. {graflo-1.1.0 → graflo-1.1.1}/.gitignore +0 -0
  4. {graflo-1.1.0 → graflo-1.1.1}/LICENSE +0 -0
  5. {graflo-1.1.0 → graflo-1.1.1}/README.md +0 -0
  6. {graflo-1.1.0 → graflo-1.1.1}/graflo/README.md +0 -0
  7. {graflo-1.1.0 → graflo-1.1.1}/graflo/__init__.py +0 -0
  8. {graflo-1.1.0 → graflo-1.1.1}/graflo/architecture/__init__.py +0 -0
  9. {graflo-1.1.0 → graflo-1.1.1}/graflo/architecture/actor.py +0 -0
  10. {graflo-1.1.0 → graflo-1.1.1}/graflo/architecture/actor_util.py +0 -0
  11. {graflo-1.1.0 → graflo-1.1.1}/graflo/architecture/edge.py +0 -0
  12. {graflo-1.1.0 → graflo-1.1.1}/graflo/architecture/onto.py +0 -0
  13. {graflo-1.1.0 → graflo-1.1.1}/graflo/architecture/resource.py +0 -0
  14. {graflo-1.1.0 → graflo-1.1.1}/graflo/architecture/schema.py +0 -0
  15. {graflo-1.1.0 → graflo-1.1.1}/graflo/architecture/transform.py +0 -0
  16. {graflo-1.1.0 → graflo-1.1.1}/graflo/architecture/util.py +0 -0
  17. {graflo-1.1.0 → graflo-1.1.1}/graflo/architecture/vertex.py +0 -0
  18. {graflo-1.1.0 → graflo-1.1.1}/graflo/caster.py +0 -0
  19. {graflo-1.1.0 → graflo-1.1.1}/graflo/cli/__init__.py +0 -0
  20. {graflo-1.1.0 → graflo-1.1.1}/graflo/cli/ingest.py +0 -0
  21. {graflo-1.1.0 → graflo-1.1.1}/graflo/cli/manage_dbs.py +0 -0
  22. {graflo-1.1.0 → graflo-1.1.1}/graflo/cli/plot_schema.py +0 -0
  23. {graflo-1.1.0 → graflo-1.1.1}/graflo/cli/xml2json.py +0 -0
  24. {graflo-1.1.0 → graflo-1.1.1}/graflo/db/__init__.py +0 -0
  25. {graflo-1.1.0 → graflo-1.1.1}/graflo/db/arango/__init__.py +0 -0
  26. {graflo-1.1.0 → graflo-1.1.1}/graflo/db/arango/conn.py +0 -0
  27. {graflo-1.1.0 → graflo-1.1.1}/graflo/db/arango/query.py +0 -0
  28. {graflo-1.1.0 → graflo-1.1.1}/graflo/db/arango/util.py +0 -0
  29. {graflo-1.1.0 → graflo-1.1.1}/graflo/db/connection.py +0 -0
  30. {graflo-1.1.0 → graflo-1.1.1}/graflo/db/manager.py +0 -0
  31. {graflo-1.1.0 → graflo-1.1.1}/graflo/db/neo4j/__init__.py +0 -0
  32. {graflo-1.1.0 → graflo-1.1.1}/graflo/db/neo4j/conn.py +0 -0
  33. {graflo-1.1.0 → graflo-1.1.1}/graflo/db/util.py +0 -0
  34. {graflo-1.1.0 → graflo-1.1.1}/graflo/filter/__init__.py +0 -0
  35. {graflo-1.1.0 → graflo-1.1.1}/graflo/filter/onto.py +0 -0
  36. {graflo-1.1.0 → graflo-1.1.1}/graflo/logging.conf +0 -0
  37. {graflo-1.1.0 → graflo-1.1.1}/graflo/onto.py +0 -0
  38. {graflo-1.1.0 → graflo-1.1.1}/graflo/plot/__init__.py +0 -0
  39. {graflo-1.1.0 → graflo-1.1.1}/graflo/plot/plotter.py +0 -0
  40. {graflo-1.1.0 → graflo-1.1.1}/graflo/util/__init__.py +0 -0
  41. {graflo-1.1.0 → graflo-1.1.1}/graflo/util/chunker.py +0 -0
  42. {graflo-1.1.0 → graflo-1.1.1}/graflo/util/merge.py +0 -0
  43. {graflo-1.1.0 → graflo-1.1.1}/graflo/util/misc.py +0 -0
  44. {graflo-1.1.0 → graflo-1.1.1}/graflo/util/onto.py +0 -0
  45. {graflo-1.1.0 → graflo-1.1.1}/graflo/util/transform.py +0 -0
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: graflo
3
- Version: 1.1.0
4
- Summary: (!) Deprecated: this package has been renamed to GraFlo. A framework for transforming tabular (CSV, SQL) and hierarchical data (JSON, XML) into property graphs and ingesting them into graph databases (ArangoDB, Neo4j)
3
+ Version: 1.1.1
4
+ Summary: A framework for transforming tabular (CSV, SQL) and hierarchical data (JSON, XML) into property graphs and ingesting them into graph databases (ArangoDB, Neo4j)
5
5
  Author-email: Alexander Belikov <alexander@growgraph.dev>
6
6
  License-File: LICENSE
7
7
  Requires-Python: ~=3.11.0
@@ -33,11 +33,11 @@ dependencies = [
33
33
  "suthing>=0.4.1,<0.5",
34
34
  "xmltodict>=0.14.2,<0.15"
35
35
  ]
36
- description = "(!) Deprecated: this package has been renamed to GraFlo. A framework for transforming tabular (CSV, SQL) and hierarchical data (JSON, XML) into property graphs and ingesting them into graph databases (ArangoDB, Neo4j)"
36
+ description = "A framework for transforming tabular (CSV, SQL) and hierarchical data (JSON, XML) into property graphs and ingesting them into graph databases (ArangoDB, Neo4j)"
37
37
  name = "graflo"
38
38
  readme = "README.md"
39
39
  requires-python = "~=3.11.0"
40
- version = "1.1.0"
40
+ version = "1.1.1"
41
41
 
42
42
  [project.scripts]
43
43
  ingest = "graflo.cli.ingest:ingest"
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes