sunstone-py 0.4.1__tar.gz → 0.4.2__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 (24) hide show
  1. {sunstone_py-0.4.1 → sunstone_py-0.4.2}/PKG-INFO +4 -4
  2. {sunstone_py-0.4.1 → sunstone_py-0.4.2}/pyproject.toml +4 -4
  3. {sunstone_py-0.4.1 → sunstone_py-0.4.2}/src/sunstone_py.egg-info/PKG-INFO +4 -4
  4. {sunstone_py-0.4.1 → sunstone_py-0.4.2}/LICENSE +0 -0
  5. {sunstone_py-0.4.1 → sunstone_py-0.4.2}/README.md +0 -0
  6. {sunstone_py-0.4.1 → sunstone_py-0.4.2}/setup.cfg +0 -0
  7. {sunstone_py-0.4.1 → sunstone_py-0.4.2}/src/sunstone/__init__.py +0 -0
  8. {sunstone_py-0.4.1 → sunstone_py-0.4.2}/src/sunstone/_release.py +0 -0
  9. {sunstone_py-0.4.1 → sunstone_py-0.4.2}/src/sunstone/dataframe.py +0 -0
  10. {sunstone_py-0.4.1 → sunstone_py-0.4.2}/src/sunstone/datasets.py +0 -0
  11. {sunstone_py-0.4.1 → sunstone_py-0.4.2}/src/sunstone/exceptions.py +0 -0
  12. {sunstone_py-0.4.1 → sunstone_py-0.4.2}/src/sunstone/lineage.py +0 -0
  13. {sunstone_py-0.4.1 → sunstone_py-0.4.2}/src/sunstone/pandas.py +0 -0
  14. {sunstone_py-0.4.1 → sunstone_py-0.4.2}/src/sunstone/py.typed +0 -0
  15. {sunstone_py-0.4.1 → sunstone_py-0.4.2}/src/sunstone/validation.py +0 -0
  16. {sunstone_py-0.4.1 → sunstone_py-0.4.2}/src/sunstone_py.egg-info/SOURCES.txt +0 -0
  17. {sunstone_py-0.4.1 → sunstone_py-0.4.2}/src/sunstone_py.egg-info/dependency_links.txt +0 -0
  18. {sunstone_py-0.4.1 → sunstone_py-0.4.2}/src/sunstone_py.egg-info/entry_points.txt +0 -0
  19. {sunstone_py-0.4.1 → sunstone_py-0.4.2}/src/sunstone_py.egg-info/requires.txt +0 -0
  20. {sunstone_py-0.4.1 → sunstone_py-0.4.2}/src/sunstone_py.egg-info/top_level.txt +0 -0
  21. {sunstone_py-0.4.1 → sunstone_py-0.4.2}/tests/test_dataframe.py +0 -0
  22. {sunstone_py-0.4.1 → sunstone_py-0.4.2}/tests/test_datasets.py +0 -0
  23. {sunstone_py-0.4.1 → sunstone_py-0.4.2}/tests/test_lineage_persistence.py +0 -0
  24. {sunstone_py-0.4.1 → sunstone_py-0.4.2}/tests/test_pandas_compatibility.py +0 -0
@@ -1,12 +1,12 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: sunstone-py
3
- Version: 0.4.1
3
+ Version: 0.4.2
4
4
  Summary: Python library for managing datasets with lineage tracking in Sunstone projects
5
5
  Author-email: Sunstone Institute <stig@sunstone.institute>
6
6
  License: MIT
7
- Project-URL: Homepage, https://github.com/sunstone-institute/sunstone-py
8
- Project-URL: Documentation, https://sunstone-institute.github.io/sunstone-py/
9
- Project-URL: Repository, https://github.com/sunstone-institute/sunstone-py
7
+ Project-URL: Homepage, https://github.com/sunstoneinstitute/sunstone-py
8
+ Project-URL: Documentation, https://sunstoneinstitute.github.io/sunstone-py/
9
+ Project-URL: Repository, https://github.com/sunstoneinstitute/sunstone-py
10
10
  Classifier: Development Status :: 3 - Alpha
11
11
  Classifier: Intended Audience :: Science/Research
12
12
  Classifier: License :: OSI Approved :: MIT License
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "sunstone-py"
7
- version = "0.4.1"
7
+ version = "0.4.2"
8
8
  description = "Python library for managing datasets with lineage tracking in Sunstone projects"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.10"
@@ -33,9 +33,9 @@ dependencies = [
33
33
  ]
34
34
 
35
35
  [project.urls]
36
- Homepage = "https://github.com/sunstone-institute/sunstone-py"
37
- Documentation = "https://sunstone-institute.github.io/sunstone-py/"
38
- Repository = "https://github.com/sunstone-institute/sunstone-py"
36
+ Homepage = "https://github.com/sunstoneinstitute/sunstone-py"
37
+ Documentation = "https://sunstoneinstitute.github.io/sunstone-py/"
38
+ Repository = "https://github.com/sunstoneinstitute/sunstone-py"
39
39
 
40
40
  [project.scripts]
41
41
  release = "sunstone._release:main"
@@ -1,12 +1,12 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: sunstone-py
3
- Version: 0.4.1
3
+ Version: 0.4.2
4
4
  Summary: Python library for managing datasets with lineage tracking in Sunstone projects
5
5
  Author-email: Sunstone Institute <stig@sunstone.institute>
6
6
  License: MIT
7
- Project-URL: Homepage, https://github.com/sunstone-institute/sunstone-py
8
- Project-URL: Documentation, https://sunstone-institute.github.io/sunstone-py/
9
- Project-URL: Repository, https://github.com/sunstone-institute/sunstone-py
7
+ Project-URL: Homepage, https://github.com/sunstoneinstitute/sunstone-py
8
+ Project-URL: Documentation, https://sunstoneinstitute.github.io/sunstone-py/
9
+ Project-URL: Repository, https://github.com/sunstoneinstitute/sunstone-py
10
10
  Classifier: Development Status :: 3 - Alpha
11
11
  Classifier: Intended Audience :: Science/Research
12
12
  Classifier: License :: OSI Approved :: MIT License
File without changes
File without changes
File without changes