dagstermill 0.26.11rc1__tar.gz → 0.26.13__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 dagstermill might be problematic. Click here for more details.
- dagstermill-0.26.13/PKG-INFO +35 -0
- dagstermill-0.26.13/dagstermill/version.py +1 -0
- dagstermill-0.26.13/dagstermill.egg-info/PKG-INFO +35 -0
- {dagstermill-0.26.11rc1 → dagstermill-0.26.13}/dagstermill.egg-info/requires.txt +1 -1
- {dagstermill-0.26.11rc1 → dagstermill-0.26.13}/setup.py +1 -1
- dagstermill-0.26.11rc1/PKG-INFO +0 -15
- dagstermill-0.26.11rc1/dagstermill/version.py +0 -1
- dagstermill-0.26.11rc1/dagstermill.egg-info/PKG-INFO +0 -15
- {dagstermill-0.26.11rc1 → dagstermill-0.26.13}/LICENSE +0 -0
- {dagstermill-0.26.11rc1 → dagstermill-0.26.13}/MANIFEST.in +0 -0
- {dagstermill-0.26.11rc1 → dagstermill-0.26.13}/README.md +0 -0
- {dagstermill-0.26.11rc1 → dagstermill-0.26.13}/dagstermill/__init__.py +0 -0
- {dagstermill-0.26.11rc1 → dagstermill-0.26.13}/dagstermill/__main__.py +0 -0
- {dagstermill-0.26.11rc1 → dagstermill-0.26.13}/dagstermill/asset_factory.py +0 -0
- {dagstermill-0.26.11rc1 → dagstermill-0.26.13}/dagstermill/cli.py +0 -0
- {dagstermill-0.26.11rc1 → dagstermill-0.26.13}/dagstermill/compat.py +0 -0
- {dagstermill-0.26.11rc1 → dagstermill-0.26.13}/dagstermill/context.py +0 -0
- {dagstermill-0.26.11rc1 → dagstermill-0.26.13}/dagstermill/engine.py +0 -0
- {dagstermill-0.26.11rc1 → dagstermill-0.26.13}/dagstermill/errors.py +0 -0
- {dagstermill-0.26.11rc1 → dagstermill-0.26.13}/dagstermill/examples/__init__.py +0 -0
- {dagstermill-0.26.11rc1 → dagstermill-0.26.13}/dagstermill/examples/repository.py +0 -0
- {dagstermill-0.26.11rc1 → dagstermill-0.26.13}/dagstermill/factory.py +0 -0
- {dagstermill-0.26.11rc1 → dagstermill-0.26.13}/dagstermill/io_managers.py +0 -0
- {dagstermill-0.26.11rc1 → dagstermill-0.26.13}/dagstermill/manager.py +0 -0
- {dagstermill-0.26.11rc1 → dagstermill-0.26.13}/dagstermill/py.typed +0 -0
- {dagstermill-0.26.11rc1 → dagstermill-0.26.13}/dagstermill/serialize.py +0 -0
- {dagstermill-0.26.11rc1 → dagstermill-0.26.13}/dagstermill/test_utils.py +0 -0
- {dagstermill-0.26.11rc1 → dagstermill-0.26.13}/dagstermill/translator.py +0 -0
- {dagstermill-0.26.11rc1 → dagstermill-0.26.13}/dagstermill.egg-info/SOURCES.txt +0 -0
- {dagstermill-0.26.11rc1 → dagstermill-0.26.13}/dagstermill.egg-info/dependency_links.txt +0 -0
- {dagstermill-0.26.11rc1 → dagstermill-0.26.13}/dagstermill.egg-info/entry_points.txt +0 -0
- {dagstermill-0.26.11rc1 → dagstermill-0.26.13}/dagstermill.egg-info/top_level.txt +0 -0
- {dagstermill-0.26.11rc1 → dagstermill-0.26.13}/setup.cfg +0 -0
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: dagstermill
|
|
3
|
+
Version: 0.26.13
|
|
4
|
+
Summary: run notebooks using the Dagster tools
|
|
5
|
+
Author: Dagster Labs
|
|
6
|
+
Author-email: hello@dagsterlabs.com
|
|
7
|
+
License: Apache-2.0
|
|
8
|
+
Classifier: Programming Language :: Python :: 3.9
|
|
9
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
10
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
11
|
+
Classifier: License :: OSI Approved :: Apache Software License
|
|
12
|
+
Classifier: Operating System :: OS Independent
|
|
13
|
+
Requires-Python: >=3.9,<3.13
|
|
14
|
+
License-File: LICENSE
|
|
15
|
+
Requires-Dist: dagster==1.10.13
|
|
16
|
+
Requires-Dist: ipykernel!=5.4.0,!=5.4.1,>=4.9.0
|
|
17
|
+
Requires-Dist: ipython_genutils>=0.2.0
|
|
18
|
+
Requires-Dist: packaging>=20.9
|
|
19
|
+
Requires-Dist: papermill>=1.0.0
|
|
20
|
+
Requires-Dist: scrapbook>=0.5.0
|
|
21
|
+
Requires-Dist: nbconvert
|
|
22
|
+
Requires-Dist: jupyter-client<8
|
|
23
|
+
Provides-Extra: test
|
|
24
|
+
Requires-Dist: matplotlib; extra == "test"
|
|
25
|
+
Requires-Dist: scikit-learn>=0.19.0; extra == "test"
|
|
26
|
+
Requires-Dist: tqdm<=4.48; extra == "test"
|
|
27
|
+
Dynamic: author
|
|
28
|
+
Dynamic: author-email
|
|
29
|
+
Dynamic: classifier
|
|
30
|
+
Dynamic: license
|
|
31
|
+
Dynamic: license-file
|
|
32
|
+
Dynamic: provides-extra
|
|
33
|
+
Dynamic: requires-dist
|
|
34
|
+
Dynamic: requires-python
|
|
35
|
+
Dynamic: summary
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "0.26.13"
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: dagstermill
|
|
3
|
+
Version: 0.26.13
|
|
4
|
+
Summary: run notebooks using the Dagster tools
|
|
5
|
+
Author: Dagster Labs
|
|
6
|
+
Author-email: hello@dagsterlabs.com
|
|
7
|
+
License: Apache-2.0
|
|
8
|
+
Classifier: Programming Language :: Python :: 3.9
|
|
9
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
10
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
11
|
+
Classifier: License :: OSI Approved :: Apache Software License
|
|
12
|
+
Classifier: Operating System :: OS Independent
|
|
13
|
+
Requires-Python: >=3.9,<3.13
|
|
14
|
+
License-File: LICENSE
|
|
15
|
+
Requires-Dist: dagster==1.10.13
|
|
16
|
+
Requires-Dist: ipykernel!=5.4.0,!=5.4.1,>=4.9.0
|
|
17
|
+
Requires-Dist: ipython_genutils>=0.2.0
|
|
18
|
+
Requires-Dist: packaging>=20.9
|
|
19
|
+
Requires-Dist: papermill>=1.0.0
|
|
20
|
+
Requires-Dist: scrapbook>=0.5.0
|
|
21
|
+
Requires-Dist: nbconvert
|
|
22
|
+
Requires-Dist: jupyter-client<8
|
|
23
|
+
Provides-Extra: test
|
|
24
|
+
Requires-Dist: matplotlib; extra == "test"
|
|
25
|
+
Requires-Dist: scikit-learn>=0.19.0; extra == "test"
|
|
26
|
+
Requires-Dist: tqdm<=4.48; extra == "test"
|
|
27
|
+
Dynamic: author
|
|
28
|
+
Dynamic: author-email
|
|
29
|
+
Dynamic: classifier
|
|
30
|
+
Dynamic: license
|
|
31
|
+
Dynamic: license-file
|
|
32
|
+
Dynamic: provides-extra
|
|
33
|
+
Dynamic: requires-dist
|
|
34
|
+
Dynamic: requires-python
|
|
35
|
+
Dynamic: summary
|
|
@@ -31,7 +31,7 @@ setup(
|
|
|
31
31
|
],
|
|
32
32
|
python_requires=">=3.9,<3.13",
|
|
33
33
|
install_requires=[
|
|
34
|
-
"dagster==1.10.
|
|
34
|
+
"dagster==1.10.13",
|
|
35
35
|
# ipykernel 5.4.0 and 5.4.1 broke papermill
|
|
36
36
|
# see https://github.com/dagster-io/dagster/issues/3401,
|
|
37
37
|
# https://github.com/nteract/papermill/issues/519,
|
dagstermill-0.26.11rc1/PKG-INFO
DELETED
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
Metadata-Version: 2.1
|
|
2
|
-
Name: dagstermill
|
|
3
|
-
Version: 0.26.11rc1
|
|
4
|
-
Summary: run notebooks using the Dagster tools
|
|
5
|
-
Author: Dagster Labs
|
|
6
|
-
Author-email: hello@dagsterlabs.com
|
|
7
|
-
License: Apache-2.0
|
|
8
|
-
Classifier: Programming Language :: Python :: 3.9
|
|
9
|
-
Classifier: Programming Language :: Python :: 3.10
|
|
10
|
-
Classifier: Programming Language :: Python :: 3.11
|
|
11
|
-
Classifier: License :: OSI Approved :: Apache Software License
|
|
12
|
-
Classifier: Operating System :: OS Independent
|
|
13
|
-
Requires-Python: >=3.9,<3.13
|
|
14
|
-
Provides-Extra: test
|
|
15
|
-
License-File: LICENSE
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "0.26.11rc1"
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
Metadata-Version: 2.1
|
|
2
|
-
Name: dagstermill
|
|
3
|
-
Version: 0.26.11rc1
|
|
4
|
-
Summary: run notebooks using the Dagster tools
|
|
5
|
-
Author: Dagster Labs
|
|
6
|
-
Author-email: hello@dagsterlabs.com
|
|
7
|
-
License: Apache-2.0
|
|
8
|
-
Classifier: Programming Language :: Python :: 3.9
|
|
9
|
-
Classifier: Programming Language :: Python :: 3.10
|
|
10
|
-
Classifier: Programming Language :: Python :: 3.11
|
|
11
|
-
Classifier: License :: OSI Approved :: Apache Software License
|
|
12
|
-
Classifier: Operating System :: OS Independent
|
|
13
|
-
Requires-Python: >=3.9,<3.13
|
|
14
|
-
Provides-Extra: test
|
|
15
|
-
License-File: LICENSE
|
|
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
|