datamaestro 1.3.0__tar.gz → 1.3.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.
- {datamaestro-1.3.0 → datamaestro-1.3.2}/.github/workflows/pytest.yml +1 -1
- {datamaestro-1.3.0 → datamaestro-1.3.2}/PKG-INFO +2 -3
- {datamaestro-1.3.0 → datamaestro-1.3.2}/requirements.txt +1 -1
- {datamaestro-1.3.0 → datamaestro-1.3.2}/setup.cfg +0 -1
- {datamaestro-1.3.0 → datamaestro-1.3.2}/src/datamaestro/datasets/yaml_repository.py +2 -2
- {datamaestro-1.3.0 → datamaestro-1.3.2}/src/datamaestro/version.py +2 -2
- {datamaestro-1.3.0 → datamaestro-1.3.2}/src/datamaestro.egg-info/PKG-INFO +2 -3
- {datamaestro-1.3.0 → datamaestro-1.3.2}/src/datamaestro.egg-info/requires.txt +1 -1
- {datamaestro-1.3.0 → datamaestro-1.3.2}/.coverage +0 -0
- {datamaestro-1.3.0 → datamaestro-1.3.2}/.github/workflows/python-publish.yml +0 -0
- {datamaestro-1.3.0 → datamaestro-1.3.2}/.gitignore +0 -0
- {datamaestro-1.3.0 → datamaestro-1.3.2}/.pre-commit-config.yaml +0 -0
- {datamaestro-1.3.0 → datamaestro-1.3.2}/.readthedocs.yml +0 -0
- {datamaestro-1.3.0 → datamaestro-1.3.2}/CHANGELOG.md +0 -0
- {datamaestro-1.3.0 → datamaestro-1.3.2}/LICENSE +0 -0
- {datamaestro-1.3.0 → datamaestro-1.3.2}/MANIFEST.in +0 -0
- {datamaestro-1.3.0 → datamaestro-1.3.2}/README.md +0 -0
- {datamaestro-1.3.0 → datamaestro-1.3.2}/TODO.md +0 -0
- {datamaestro-1.3.0 → datamaestro-1.3.2}/docs/Makefile +0 -0
- {datamaestro-1.3.0 → datamaestro-1.3.2}/docs/make.bat +0 -0
- {datamaestro-1.3.0 → datamaestro-1.3.2}/docs/requirements.txt +0 -0
- {datamaestro-1.3.0 → datamaestro-1.3.2}/docs/source/api/data.md +0 -0
- {datamaestro-1.3.0 → datamaestro-1.3.2}/docs/source/api/download.rst +0 -0
- {datamaestro-1.3.0 → datamaestro-1.3.2}/docs/source/api/index.md +0 -0
- {datamaestro-1.3.0 → datamaestro-1.3.2}/docs/source/api/records.rst +0 -0
- {datamaestro-1.3.0 → datamaestro-1.3.2}/docs/source/conf.py +0 -0
- {datamaestro-1.3.0 → datamaestro-1.3.2}/docs/source/datasets.rst +0 -0
- {datamaestro-1.3.0 → datamaestro-1.3.2}/docs/source/developping.md +0 -0
- {datamaestro-1.3.0 → datamaestro-1.3.2}/docs/source/index.md +0 -0
- {datamaestro-1.3.0 → datamaestro-1.3.2}/docs/source/style.css +0 -0
- {datamaestro-1.3.0 → datamaestro-1.3.2}/mkdocs.yml +0 -0
- {datamaestro-1.3.0 → datamaestro-1.3.2}/pyproject.toml +0 -0
- {datamaestro-1.3.0 → datamaestro-1.3.2}/pytest.ini +0 -0
- {datamaestro-1.3.0 → datamaestro-1.3.2}/requirements-dev.txt +0 -0
- {datamaestro-1.3.0 → datamaestro-1.3.2}/schema.yaml +0 -0
- {datamaestro-1.3.0 → datamaestro-1.3.2}/setup.py +0 -0
- {datamaestro-1.3.0 → datamaestro-1.3.2}/src/datamaestro/__init__.py +0 -0
- {datamaestro-1.3.0 → datamaestro-1.3.2}/src/datamaestro/__main__.py +0 -0
- {datamaestro-1.3.0 → datamaestro-1.3.2}/src/datamaestro/annotations/__init__.py +0 -0
- {datamaestro-1.3.0 → datamaestro-1.3.2}/src/datamaestro/annotations/agreement.py +0 -0
- {datamaestro-1.3.0 → datamaestro-1.3.2}/src/datamaestro/commands/__init__.py +0 -0
- {datamaestro-1.3.0 → datamaestro-1.3.2}/src/datamaestro/commands/mainstyle.css +0 -0
- {datamaestro-1.3.0 → datamaestro-1.3.2}/src/datamaestro/commands/site.py +0 -0
- {datamaestro-1.3.0 → datamaestro-1.3.2}/src/datamaestro/context.py +0 -0
- {datamaestro-1.3.0 → datamaestro-1.3.2}/src/datamaestro/data/__init__.py +0 -0
- {datamaestro-1.3.0 → datamaestro-1.3.2}/src/datamaestro/data/csv.py +0 -0
- {datamaestro-1.3.0 → datamaestro-1.3.2}/src/datamaestro/data/huggingface.py +0 -0
- {datamaestro-1.3.0 → datamaestro-1.3.2}/src/datamaestro/data/ml.py +0 -0
- {datamaestro-1.3.0 → datamaestro-1.3.2}/src/datamaestro/data/tensor.py +0 -0
- {datamaestro-1.3.0 → datamaestro-1.3.2}/src/datamaestro/datasets/__init__.py +0 -0
- {datamaestro-1.3.0 → datamaestro-1.3.2}/src/datamaestro/definitions.py +0 -0
- {datamaestro-1.3.0 → datamaestro-1.3.2}/src/datamaestro/download/__init__.py +0 -0
- {datamaestro-1.3.0 → datamaestro-1.3.2}/src/datamaestro/download/archive.py +0 -0
- {datamaestro-1.3.0 → datamaestro-1.3.2}/src/datamaestro/download/custom.py +0 -0
- {datamaestro-1.3.0 → datamaestro-1.3.2}/src/datamaestro/download/huggingface.py +0 -0
- {datamaestro-1.3.0 → datamaestro-1.3.2}/src/datamaestro/download/links.py +0 -0
- {datamaestro-1.3.0 → datamaestro-1.3.2}/src/datamaestro/download/manual.py +0 -0
- {datamaestro-1.3.0 → datamaestro-1.3.2}/src/datamaestro/download/multiple.py +0 -0
- {datamaestro-1.3.0 → datamaestro-1.3.2}/src/datamaestro/download/single.py +0 -0
- {datamaestro-1.3.0 → datamaestro-1.3.2}/src/datamaestro/download/sync.py +0 -0
- {datamaestro-1.3.0 → datamaestro-1.3.2}/src/datamaestro/download/todo.py +0 -0
- {datamaestro-1.3.0 → datamaestro-1.3.2}/src/datamaestro/download/wayback.py +0 -0
- {datamaestro-1.3.0 → datamaestro-1.3.2}/src/datamaestro/record.py +0 -0
- {datamaestro-1.3.0 → datamaestro-1.3.2}/src/datamaestro/registry.py +0 -0
- {datamaestro-1.3.0 → datamaestro-1.3.2}/src/datamaestro/search.py +0 -0
- {datamaestro-1.3.0 → datamaestro-1.3.2}/src/datamaestro/settings.py +0 -0
- {datamaestro-1.3.0 → datamaestro-1.3.2}/src/datamaestro/sphinx.py +0 -0
- {datamaestro-1.3.0 → datamaestro-1.3.2}/src/datamaestro/stream/__init__.py +0 -0
- {datamaestro-1.3.0 → datamaestro-1.3.2}/src/datamaestro/stream/compress.py +0 -0
- {datamaestro-1.3.0 → datamaestro-1.3.2}/src/datamaestro/stream/lines.py +0 -0
- {datamaestro-1.3.0 → datamaestro-1.3.2}/src/datamaestro/templates/dataset.py +0 -0
- {datamaestro-1.3.0 → datamaestro-1.3.2}/src/datamaestro/test/__init__.py +0 -0
- {datamaestro-1.3.0 → datamaestro-1.3.2}/src/datamaestro/test/checks.py +0 -0
- {datamaestro-1.3.0 → datamaestro-1.3.2}/src/datamaestro/test/conftest.py +0 -0
- {datamaestro-1.3.0 → datamaestro-1.3.2}/src/datamaestro/test/test_annotations.py +0 -0
- {datamaestro-1.3.0 → datamaestro-1.3.2}/src/datamaestro/test/test_download_handlers.py +0 -0
- {datamaestro-1.3.0 → datamaestro-1.3.2}/src/datamaestro/test/test_record.py +0 -0
- {datamaestro-1.3.0 → datamaestro-1.3.2}/src/datamaestro/utils.py +0 -0
- {datamaestro-1.3.0 → datamaestro-1.3.2}/src/datamaestro.egg-info/SOURCES.txt +0 -0
- {datamaestro-1.3.0 → datamaestro-1.3.2}/src/datamaestro.egg-info/dependency_links.txt +0 -0
- {datamaestro-1.3.0 → datamaestro-1.3.2}/src/datamaestro.egg-info/entry_points.txt +0 -0
- {datamaestro-1.3.0 → datamaestro-1.3.2}/src/datamaestro.egg-info/not-zip-safe +0 -0
- {datamaestro-1.3.0 → datamaestro-1.3.2}/src/datamaestro.egg-info/top_level.txt +0 -0
- {datamaestro-1.3.0 → datamaestro-1.3.2}/tox.ini +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: datamaestro
|
|
3
|
-
Version: 1.3.
|
|
3
|
+
Version: 1.3.2
|
|
4
4
|
Summary: "Dataset management command line and API"
|
|
5
5
|
Home-page: https://github.com/experimaestro/datamaestro
|
|
6
6
|
Author: Benjamin Piwowarski
|
|
@@ -13,7 +13,6 @@ Classifier: Intended Audience :: Science/Research
|
|
|
13
13
|
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
|
|
14
14
|
Classifier: Operating System :: OS Independent
|
|
15
15
|
Classifier: Programming Language :: Python
|
|
16
|
-
Classifier: Programming Language :: Python :: 3.8
|
|
17
16
|
Classifier: Programming Language :: Python :: 3.9
|
|
18
17
|
Classifier: Programming Language :: Python :: 3.10
|
|
19
18
|
Classifier: Programming Language :: Python :: 3.11
|
|
@@ -28,7 +27,7 @@ Requires-Dist: marshmallow
|
|
|
28
27
|
Requires-Dist: cached_property
|
|
29
28
|
Requires-Dist: requests
|
|
30
29
|
Requires-Dist: bitmath
|
|
31
|
-
Requires-Dist: experimaestro>=1.
|
|
30
|
+
Requires-Dist: experimaestro>=1.6
|
|
32
31
|
Requires-Dist: mkdocs
|
|
33
32
|
Requires-Dist: pymdown-extensions
|
|
34
33
|
Requires-Dist: mkdocs-material
|
|
@@ -16,7 +16,6 @@ classifiers =
|
|
|
16
16
|
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
|
|
17
17
|
Operating System :: OS Independent
|
|
18
18
|
Programming Language :: Python
|
|
19
|
-
Programming Language :: Python :: 3.8
|
|
20
19
|
Programming Language :: Python :: 3.9
|
|
21
20
|
Programming Language :: Python :: 3.10
|
|
22
21
|
Programming Language :: Python :: 3.11
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import re
|
|
2
2
|
from typing import Iterator, Optional
|
|
3
3
|
from functools import cached_property
|
|
4
4
|
from attrs import field
|
|
@@ -11,7 +11,7 @@ from datamaestro.definitions import AbstractDataset, DatasetWrapper
|
|
|
11
11
|
from datamaestro.data import Base
|
|
12
12
|
|
|
13
13
|
|
|
14
|
-
re_spec =
|
|
14
|
+
re_spec = re.compile(r"""^(\w\.)+:(\w+)""")
|
|
15
15
|
|
|
16
16
|
|
|
17
17
|
@define
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: datamaestro
|
|
3
|
-
Version: 1.3.
|
|
3
|
+
Version: 1.3.2
|
|
4
4
|
Summary: "Dataset management command line and API"
|
|
5
5
|
Home-page: https://github.com/experimaestro/datamaestro
|
|
6
6
|
Author: Benjamin Piwowarski
|
|
@@ -13,7 +13,6 @@ Classifier: Intended Audience :: Science/Research
|
|
|
13
13
|
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
|
|
14
14
|
Classifier: Operating System :: OS Independent
|
|
15
15
|
Classifier: Programming Language :: Python
|
|
16
|
-
Classifier: Programming Language :: Python :: 3.8
|
|
17
16
|
Classifier: Programming Language :: Python :: 3.9
|
|
18
17
|
Classifier: Programming Language :: Python :: 3.10
|
|
19
18
|
Classifier: Programming Language :: Python :: 3.11
|
|
@@ -28,7 +27,7 @@ Requires-Dist: marshmallow
|
|
|
28
27
|
Requires-Dist: cached_property
|
|
29
28
|
Requires-Dist: requests
|
|
30
29
|
Requires-Dist: bitmath
|
|
31
|
-
Requires-Dist: experimaestro>=1.
|
|
30
|
+
Requires-Dist: experimaestro>=1.6
|
|
32
31
|
Requires-Dist: mkdocs
|
|
33
32
|
Requires-Dist: pymdown-extensions
|
|
34
33
|
Requires-Dist: mkdocs-material
|
|
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
|
|
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
|
|
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
|
|
File without changes
|