sdg-hub 0.7.0__py3-none-any.whl → 0.7.1__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.
sdg_hub/_version.py CHANGED
@@ -28,7 +28,7 @@ version_tuple: VERSION_TUPLE
28
28
  commit_id: COMMIT_ID
29
29
  __commit_id__: COMMIT_ID
30
30
 
31
- __version__ = version = '0.7.0'
32
- __version_tuple__ = version_tuple = (0, 7, 0)
31
+ __version__ = version = '0.7.1'
32
+ __version_tuple__ = version_tuple = (0, 7, 1)
33
33
 
34
34
  __commit_id__ = commit_id = None
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: sdg_hub
3
- Version: 0.7.0
3
+ Version: 0.7.1
4
4
  Summary: Synthetic Data Generation
5
5
  Author-email: Red Hat AI Innovation <abhandwa@redhat.com>
6
6
  License: Apache-2.0
@@ -33,6 +33,20 @@ Requires-Dist: pydantic<3.0.0,>=2.0.0
33
33
  Requires-Dist: python-dotenv<2.0.0,>=1.0.0
34
34
  Requires-Dist: tenacity!=8.4.0,>=8.3.0
35
35
  Requires-Dist: tqdm<5.0.0,>=4.66.2
36
+ Provides-Extra: dev
37
+ Requires-Dist: pre-commit<4.0,>=3.0.4; extra == "dev"
38
+ Requires-Dist: pylint<4.0,>=2.16.2; extra == "dev"
39
+ Requires-Dist: pylint-pydantic; extra == "dev"
40
+ Requires-Dist: pytest; extra == "dev"
41
+ Requires-Dist: pytest-asyncio; extra == "dev"
42
+ Requires-Dist: pytest-cov; extra == "dev"
43
+ Requires-Dist: pytest-html; extra == "dev"
44
+ Requires-Dist: tox<5,>=4.4.2; extra == "dev"
45
+ Requires-Dist: ruff; extra == "dev"
46
+ Requires-Dist: pytest-env; extra == "dev"
47
+ Requires-Dist: nbconvert>=7.0.0; extra == "dev"
48
+ Provides-Extra: integration
49
+ Requires-Dist: nest-asyncio; extra == "integration"
36
50
  Provides-Extra: examples
37
51
  Requires-Dist: tabulate>=0.9.0; extra == "examples"
38
52
  Requires-Dist: transformers>=4.37.0; extra == "examples"
@@ -46,20 +60,7 @@ Requires-Dist: nltk; extra == "examples"
46
60
  Requires-Dist: sentence-transformers; extra == "examples"
47
61
  Requires-Dist: instructor; extra == "examples"
48
62
  Requires-Dist: fastapi; extra == "examples"
49
- Requires-Dist: nest-asyncio; extra == "examples"
50
63
  Requires-Dist: ipykernel; extra == "examples"
51
- Provides-Extra: dev
52
- Requires-Dist: pre-commit<4.0,>=3.0.4; extra == "dev"
53
- Requires-Dist: pylint<4.0,>=2.16.2; extra == "dev"
54
- Requires-Dist: pylint-pydantic; extra == "dev"
55
- Requires-Dist: pytest; extra == "dev"
56
- Requires-Dist: pytest-asyncio; extra == "dev"
57
- Requires-Dist: pytest-cov; extra == "dev"
58
- Requires-Dist: pytest-html; extra == "dev"
59
- Requires-Dist: tox<5,>=4.4.2; extra == "dev"
60
- Requires-Dist: ruff; extra == "dev"
61
- Requires-Dist: pytest-env; extra == "dev"
62
- Requires-Dist: nbconvert>=7.0.0; extra == "dev"
63
64
  Dynamic: license-file
64
65
 
65
66
  # `sdg_hub`: Synthetic Data Generation Toolkit
@@ -1,5 +1,5 @@
1
1
  sdg_hub/__init__.py,sha256=TlkZT40-70urdcWLqv3kupaJj8s-SVgd2QyvlSFwb4A,510
2
- sdg_hub/_version.py,sha256=uLbRjFSUZAgfl7V7O8zKV5Db36k7tz87ZIVq3l2SWs0,704
2
+ sdg_hub/_version.py,sha256=az9tfX88VBVbBBILFx2zOlpMh1RBTXIwP6baQTMKtHc,704
3
3
  sdg_hub/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
4
  sdg_hub/core/__init__.py,sha256=e3BoejbqjYhasf9t__L4qE52lkD9EBjx4o--2kqKdro,460
5
5
  sdg_hub/core/blocks/__init__.py,sha256=8Rn1SglH8V3jGmTD_cG-h7qk9ktAab2eaBdyk7RN_hY,865
@@ -84,8 +84,8 @@ sdg_hub/flows/text_analysis/structured_insights/extract_entities.yaml,sha256=Q_S
84
84
  sdg_hub/flows/text_analysis/structured_insights/extract_keywords.yaml,sha256=_nPPMdHnxag_lYbhYUjGJGo-CvRwWvwdGX7cQhdZ1S0,847
85
85
  sdg_hub/flows/text_analysis/structured_insights/flow.yaml,sha256=BBV18SdvuVTAESjwkJ7V1jbb-cSTBvNl3SCycd0oEQ4,4934
86
86
  sdg_hub/flows/text_analysis/structured_insights/summarize.yaml,sha256=WXwQak1pF8e1OwnOoI1EHu8QB6iUNW89rfkTdi1Oq54,687
87
- sdg_hub-0.7.0.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
88
- sdg_hub-0.7.0.dist-info/METADATA,sha256=ABg2y-NjvyUPbMdqyDgrzQhpxdnv4oCwuOarTT86ahI,9584
89
- sdg_hub-0.7.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
90
- sdg_hub-0.7.0.dist-info/top_level.txt,sha256=TqI7d-HE1n6zkXFkU0nF3A1Ct0P0pBaqI675uFokhx4,8
91
- sdg_hub-0.7.0.dist-info/RECORD,,
87
+ sdg_hub-0.7.1.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
88
+ sdg_hub-0.7.1.dist-info/METADATA,sha256=5LcXPpU6f53VW44b0nKyOcd94AsGyLv38GMM28CrIMs,9615
89
+ sdg_hub-0.7.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
90
+ sdg_hub-0.7.1.dist-info/top_level.txt,sha256=TqI7d-HE1n6zkXFkU0nF3A1Ct0P0pBaqI675uFokhx4,8
91
+ sdg_hub-0.7.1.dist-info/RECORD,,