dataproduct-cli 0.0.1__tar.gz → 0.1.0__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 (41) hide show
  1. {dataproduct_cli-0.0.1/dataproduct_cli.egg-info → dataproduct_cli-0.1.0}/PKG-INFO +1 -1
  2. {dataproduct_cli-0.0.1 → dataproduct_cli-0.1.0/dataproduct_cli.egg-info}/PKG-INFO +1 -1
  3. {dataproduct_cli-0.0.1 → dataproduct_cli-0.1.0}/pyproject.toml +1 -1
  4. {dataproduct_cli-0.0.1 → dataproduct_cli-0.1.0}/CHANGELOG.md +4 -4
  5. {dataproduct_cli-0.0.1 → dataproduct_cli-0.1.0}/LICENSE +0 -0
  6. {dataproduct_cli-0.0.1 → dataproduct_cli-0.1.0}/MANIFEST.in +0 -0
  7. {dataproduct_cli-0.0.1 → dataproduct_cli-0.1.0}/README.md +0 -0
  8. {dataproduct_cli-0.0.1 → dataproduct_cli-0.1.0}/dataproduct/__init__.py +0 -0
  9. {dataproduct_cli-0.0.1 → dataproduct_cli-0.1.0}/dataproduct/cli.py +0 -0
  10. {dataproduct_cli-0.0.1 → dataproduct_cli-0.1.0}/dataproduct/command_init.py +0 -0
  11. {dataproduct_cli-0.0.1 → dataproduct_cli-0.1.0}/dataproduct/command_lint.py +0 -0
  12. {dataproduct_cli-0.0.1 → dataproduct_cli-0.1.0}/dataproduct/command_publish.py +0 -0
  13. {dataproduct_cli-0.0.1 → dataproduct_cli-0.1.0}/dataproduct/config/__init__.py +0 -0
  14. {dataproduct_cli-0.0.1 → dataproduct_cli-0.1.0}/dataproduct/data_product.py +0 -0
  15. {dataproduct_cli-0.0.1 → dataproduct_cli-0.1.0}/dataproduct/init/__init__.py +0 -0
  16. {dataproduct_cli-0.0.1 → dataproduct_cli-0.1.0}/dataproduct/init/init_template.py +0 -0
  17. {dataproduct_cli-0.0.1 → dataproduct_cli-0.1.0}/dataproduct/integration/__init__.py +0 -0
  18. {dataproduct_cli-0.0.1 → dataproduct_cli-0.1.0}/dataproduct/integration/entropy_data.py +0 -0
  19. {dataproduct_cli-0.0.1 → dataproduct_cli-0.1.0}/dataproduct/lint/__init__.py +0 -0
  20. {dataproduct_cli-0.0.1 → dataproduct_cli-0.1.0}/dataproduct/lint/files.py +0 -0
  21. {dataproduct_cli-0.0.1 → dataproduct_cli-0.1.0}/dataproduct/lint/resolve.py +0 -0
  22. {dataproduct_cli-0.0.1 → dataproduct_cli-0.1.0}/dataproduct/lint/schema.py +0 -0
  23. {dataproduct_cli-0.0.1 → dataproduct_cli-0.1.0}/dataproduct/lint/validate.py +0 -0
  24. {dataproduct_cli-0.0.1 → dataproduct_cli-0.1.0}/dataproduct/model/__init__.py +0 -0
  25. {dataproduct_cli-0.0.1 → dataproduct_cli-0.1.0}/dataproduct/model/exceptions.py +0 -0
  26. {dataproduct_cli-0.0.1 → dataproduct_cli-0.1.0}/dataproduct/model/run.py +0 -0
  27. {dataproduct_cli-0.0.1 → dataproduct_cli-0.1.0}/dataproduct/output/__init__.py +0 -0
  28. {dataproduct_cli-0.0.1 → dataproduct_cli-0.1.0}/dataproduct/output/output_format.py +0 -0
  29. {dataproduct_cli-0.0.1 → dataproduct_cli-0.1.0}/dataproduct/output/result_writer.py +0 -0
  30. {dataproduct_cli-0.0.1 → dataproduct_cli-0.1.0}/dataproduct/py.typed +0 -0
  31. {dataproduct_cli-0.0.1 → dataproduct_cli-0.1.0}/dataproduct/schemas/odps-1.0.0.init.yaml +0 -0
  32. {dataproduct_cli-0.0.1 → dataproduct_cli-0.1.0}/dataproduct/schemas/odps-1.0.0.schema.json +0 -0
  33. {dataproduct_cli-0.0.1 → dataproduct_cli-0.1.0}/dataproduct_cli.egg-info/SOURCES.txt +0 -0
  34. {dataproduct_cli-0.0.1 → dataproduct_cli-0.1.0}/dataproduct_cli.egg-info/dependency_links.txt +0 -0
  35. {dataproduct_cli-0.0.1 → dataproduct_cli-0.1.0}/dataproduct_cli.egg-info/entry_points.txt +0 -0
  36. {dataproduct_cli-0.0.1 → dataproduct_cli-0.1.0}/dataproduct_cli.egg-info/requires.txt +0 -0
  37. {dataproduct_cli-0.0.1 → dataproduct_cli-0.1.0}/dataproduct_cli.egg-info/top_level.txt +0 -0
  38. {dataproduct_cli-0.0.1 → dataproduct_cli-0.1.0}/setup.cfg +0 -0
  39. {dataproduct_cli-0.0.1 → dataproduct_cli-0.1.0}/tests/test_init.py +0 -0
  40. {dataproduct_cli-0.0.1 → dataproduct_cli-0.1.0}/tests/test_lint.py +0 -0
  41. {dataproduct_cli-0.0.1 → dataproduct_cli-0.1.0}/tests/test_publish.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dataproduct-cli
3
- Version: 0.0.1
3
+ Version: 0.1.0
4
4
  Summary: The dataproduct CLI is an open source command-line tool for working with data products. It uses data product YAML files following the Open Data Product Standard (ODPS) to lint the definition against the standard and publish it to Entropy Data. The tool is written in Python. It can be used as a standalone CLI tool, in a CI/CD pipeline, or directly as a Python library.
5
5
  Author-email: Michael Kutz <michael.kutz@entropy-data.com>
6
6
  License-Expression: MIT
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dataproduct-cli
3
- Version: 0.0.1
3
+ Version: 0.1.0
4
4
  Summary: The dataproduct CLI is an open source command-line tool for working with data products. It uses data product YAML files following the Open Data Product Standard (ODPS) to lint the definition against the standard and publish it to Entropy Data. The tool is written in Python. It can be used as a standalone CLI tool, in a CI/CD pipeline, or directly as a Python library.
5
5
  Author-email: Michael Kutz <michael.kutz@entropy-data.com>
6
6
  License-Expression: MIT
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "dataproduct-cli"
3
- version = "0.0.1"
3
+ version = "0.1.0"
4
4
  description = "The dataproduct CLI is an open source command-line tool for working with data products. It uses data product YAML files following the Open Data Product Standard (ODPS) to lint the definition against the standard and publish it to Entropy Data. The tool is written in Python. It can be used as a standalone CLI tool, in a CI/CD pipeline, or directly as a Python library."
5
5
  license = "MIT"
6
6
  readme = "README.md"
@@ -5,12 +5,12 @@ what changed (user-facing).
5
5
 
6
6
  ## [Unreleased]
7
7
 
8
- ## [0.0.1]
9
-
10
- - Test release to validate the PyPI publishing pipeline
11
-
12
8
  ## [0.1.0]
13
9
 
14
10
  - `init` command: create a valid `dataproduct.odps.yaml` from a bundled ODPS v1.0.0 template
15
11
  - `lint` command: validate a data product against the ODPS v1.0.0 JSON Schema (json/junit output)
16
12
  - `publish` command: publish a data product to Entropy Data (`PUT /api/dataproducts/{id}`)
13
+
14
+ ## [0.0.1]
15
+
16
+ - Test release to validate the PyPI publishing pipeline
File without changes