phlo-api 0.2.0__tar.gz → 0.2.3__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.
Files changed (44) hide show
  1. {phlo_api-0.2.0 → phlo_api-0.2.3}/PKG-INFO +3 -3
  2. {phlo_api-0.2.0 → phlo_api-0.2.3}/pyproject.toml +31 -22
  3. {phlo_api-0.2.0 → phlo_api-0.2.3}/src/phlo_api.egg-info/PKG-INFO +3 -3
  4. {phlo_api-0.2.0 → phlo_api-0.2.3}/README.md +0 -0
  5. {phlo_api-0.2.0 → phlo_api-0.2.3}/setup.cfg +0 -0
  6. {phlo_api-0.2.0 → phlo_api-0.2.3}/src/phlo_api/Dockerfile +0 -0
  7. {phlo_api-0.2.0 → phlo_api-0.2.3}/src/phlo_api/__init__.py +0 -0
  8. {phlo_api-0.2.0 → phlo_api-0.2.3}/src/phlo_api/api/__init__.py +0 -0
  9. {phlo_api-0.2.0 → phlo_api-0.2.3}/src/phlo_api/api/authentication.py +0 -0
  10. {phlo_api-0.2.0 → phlo_api-0.2.3}/src/phlo_api/api/authorization.py +0 -0
  11. {phlo_api-0.2.0 → phlo_api-0.2.3}/src/phlo_api/api/maintenance.py +0 -0
  12. {phlo_api-0.2.0 → phlo_api-0.2.3}/src/phlo_api/api/observability.py +0 -0
  13. {phlo_api-0.2.0 → phlo_api-0.2.3}/src/phlo_api/main.py +0 -0
  14. {phlo_api-0.2.0 → phlo_api-0.2.3}/src/phlo_api/observatory_api/__init__.py +0 -0
  15. {phlo_api-0.2.0 → phlo_api-0.2.3}/src/phlo_api/observatory_api/contributing.py +0 -0
  16. {phlo_api-0.2.0 → phlo_api-0.2.3}/src/phlo_api/observatory_api/dagster.py +0 -0
  17. {phlo_api-0.2.0 → phlo_api-0.2.3}/src/phlo_api/observatory_api/extension_settings.py +0 -0
  18. {phlo_api-0.2.0 → phlo_api-0.2.3}/src/phlo_api/observatory_api/extensions.py +0 -0
  19. {phlo_api-0.2.0 → phlo_api-0.2.3}/src/phlo_api/observatory_api/iceberg.py +0 -0
  20. {phlo_api-0.2.0 → phlo_api-0.2.3}/src/phlo_api/observatory_api/lineage.py +0 -0
  21. {phlo_api-0.2.0 → phlo_api-0.2.3}/src/phlo_api/observatory_api/loki.py +0 -0
  22. {phlo_api-0.2.0 → phlo_api-0.2.3}/src/phlo_api/observatory_api/nessie.py +0 -0
  23. {phlo_api-0.2.0 → phlo_api-0.2.3}/src/phlo_api/observatory_api/quality.py +0 -0
  24. {phlo_api-0.2.0 → phlo_api-0.2.3}/src/phlo_api/observatory_api/search.py +0 -0
  25. {phlo_api-0.2.0 → phlo_api-0.2.3}/src/phlo_api/observatory_api/settings.py +0 -0
  26. {phlo_api-0.2.0 → phlo_api-0.2.3}/src/phlo_api/observatory_api/trino.py +0 -0
  27. {phlo_api-0.2.0 → phlo_api-0.2.3}/src/phlo_api/observatory_api/trino_sql.py +0 -0
  28. {phlo_api-0.2.0 → phlo_api-0.2.3}/src/phlo_api/plugin.py +0 -0
  29. {phlo_api-0.2.0 → phlo_api-0.2.3}/src/phlo_api/service.yaml +0 -0
  30. {phlo_api-0.2.0 → phlo_api-0.2.3}/src/phlo_api.egg-info/SOURCES.txt +0 -0
  31. {phlo_api-0.2.0 → phlo_api-0.2.3}/src/phlo_api.egg-info/dependency_links.txt +0 -0
  32. {phlo_api-0.2.0 → phlo_api-0.2.3}/src/phlo_api.egg-info/entry_points.txt +0 -0
  33. {phlo_api-0.2.0 → phlo_api-0.2.3}/src/phlo_api.egg-info/requires.txt +0 -0
  34. {phlo_api-0.2.0 → phlo_api-0.2.3}/src/phlo_api.egg-info/top_level.txt +0 -0
  35. {phlo_api-0.2.0 → phlo_api-0.2.3}/tests/test_api_backend_endpoints.py +0 -0
  36. {phlo_api-0.2.0 → phlo_api-0.2.3}/tests/test_api_import_boundaries.py +0 -0
  37. {phlo_api-0.2.0 → phlo_api-0.2.3}/tests/test_authorization_api.py +0 -0
  38. {phlo_api-0.2.0 → phlo_api-0.2.3}/tests/test_integration_api.py +0 -0
  39. {phlo_api-0.2.0 → phlo_api-0.2.3}/tests/test_lineage_api.py +0 -0
  40. {phlo_api-0.2.0 → phlo_api-0.2.3}/tests/test_maintenance_api.py +0 -0
  41. {phlo_api-0.2.0 → phlo_api-0.2.3}/tests/test_observability_api.py +0 -0
  42. {phlo_api-0.2.0 → phlo_api-0.2.3}/tests/test_rest_api.py +0 -0
  43. {phlo_api-0.2.0 → phlo_api-0.2.3}/tests/test_trino_defaults.py +0 -0
  44. {phlo_api-0.2.0 → phlo_api-0.2.3}/tests/test_trino_sql.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: phlo-api
3
- Version: 0.2.0
3
+ Version: 0.2.3
4
4
  Summary: Phlo API - Backend service exposing Phlo internals to Observatory
5
5
  Author-email: Phlo Team <team@phlo.dev>
6
6
  License: MIT
@@ -14,10 +14,10 @@ Requires-Dist: psycopg2-binary>=2.9.11
14
14
  Requires-Dist: pydantic>=2.0
15
15
  Requires-Dist: pyyaml>=6.0.1
16
16
  Requires-Dist: uvicorn>=0.38.0
17
- Provides-Extra: lineage
18
- Requires-Dist: phlo-lineage>=0.1.0; extra == "lineage"
19
17
  Provides-Extra: dev
20
18
  Requires-Dist: pytest>=7.0; extra == "dev"
21
19
  Requires-Dist: ruff>=0.1.0; extra == "dev"
20
+ Provides-Extra: lineage
21
+ Requires-Dist: phlo-lineage>=0.1.0; extra == "lineage"
22
22
 
23
23
  Phlo API backend for Observatory.
@@ -1,17 +1,11 @@
1
1
  [build-system]
2
- requires = ["setuptools>=45", "wheel"]
3
2
  build-backend = "setuptools.build_meta"
3
+ requires = [
4
+ "setuptools>=45",
5
+ "wheel",
6
+ ]
4
7
 
5
8
  [project]
6
- name = "phlo-api"
7
- version = "0.2.0"
8
- description = "Phlo API - Backend service exposing Phlo internals to Observatory"
9
- readme = {text = "Phlo API backend for Observatory.", content-type = "text/plain"}
10
- requires-python = ">=3.11"
11
- authors = [
12
- {name = "Phlo Team", email = "team@phlo.dev"},
13
- ]
14
- license = {text = "MIT"}
15
9
  dependencies = [
16
10
  "phlo>=0.1.0",
17
11
  "fastapi>=0.127.0",
@@ -22,26 +16,39 @@ dependencies = [
22
16
  "pyyaml>=6.0.1",
23
17
  "uvicorn>=0.38.0",
24
18
  ]
19
+ description = "Phlo API - Backend service exposing Phlo internals to Observatory"
20
+ name = "phlo-api"
21
+ requires-python = ">=3.11"
22
+ version = "0.2.3"
23
+
24
+ [[project.authors]]
25
+ email = "team@phlo.dev"
26
+ name = "Phlo Team"
27
+
28
+ [project.entry-points."phlo.plugins.services"]
29
+ phlo-api = "phlo_api.plugin:PhloApiServicePlugin"
30
+
31
+ [project.license]
32
+ text = "MIT"
25
33
 
26
34
  [project.optional-dependencies]
27
- lineage = [
28
- "phlo-lineage>=0.1.0",
29
- ]
30
35
  dev = [
31
36
  "pytest>=7.0",
32
37
  "ruff>=0.1.0",
33
38
  ]
39
+ lineage = ["phlo-lineage>=0.1.0"]
34
40
 
35
- [project.entry-points."phlo.plugins.services"]
36
- phlo-api = "phlo_api.plugin:PhloApiServicePlugin"
41
+ [project.readme]
42
+ content-type = "text/plain"
43
+ text = "Phlo API backend for Observatory."
44
+
45
+ [tool.ruff]
46
+ line-length = 100
47
+ target-version = "py311"
37
48
 
38
49
  [tool.setuptools]
39
- package-dir = {"" = "src"}
40
50
  include-package-data = true
41
51
 
42
- [tool.setuptools.packages.find]
43
- where = ["src"]
44
-
45
52
  [tool.setuptools.package-data]
46
53
  phlo_api = [
47
54
  "service.yaml",
@@ -49,6 +56,8 @@ phlo_api = [
49
56
  "observatory_api/**/*.py",
50
57
  ]
51
58
 
52
- [tool.ruff]
53
- line-length = 100
54
- target-version = "py311"
59
+ [tool.setuptools.package-dir]
60
+ "" = "src"
61
+
62
+ [tool.setuptools.packages.find]
63
+ where = ["src"]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: phlo-api
3
- Version: 0.2.0
3
+ Version: 0.2.3
4
4
  Summary: Phlo API - Backend service exposing Phlo internals to Observatory
5
5
  Author-email: Phlo Team <team@phlo.dev>
6
6
  License: MIT
@@ -14,10 +14,10 @@ Requires-Dist: psycopg2-binary>=2.9.11
14
14
  Requires-Dist: pydantic>=2.0
15
15
  Requires-Dist: pyyaml>=6.0.1
16
16
  Requires-Dist: uvicorn>=0.38.0
17
- Provides-Extra: lineage
18
- Requires-Dist: phlo-lineage>=0.1.0; extra == "lineage"
19
17
  Provides-Extra: dev
20
18
  Requires-Dist: pytest>=7.0; extra == "dev"
21
19
  Requires-Dist: ruff>=0.1.0; extra == "dev"
20
+ Provides-Extra: lineage
21
+ Requires-Dist: phlo-lineage>=0.1.0; extra == "lineage"
22
22
 
23
23
  Phlo API backend for Observatory.
File without changes
File without changes
File without changes