datamaestro-text 2023.10.27__tar.gz → 2023.11.22__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 (116) hide show
  1. {datamaestro-text-2023.10.27 → datamaestro-text-2023.11.22}/.github/workflows/pytest.yml +1 -1
  2. {datamaestro-text-2023.10.27 → datamaestro-text-2023.11.22}/.github/workflows/python-publish.yml +2 -2
  3. {datamaestro-text-2023.10.27/src/datamaestro_text.egg-info → datamaestro-text-2023.11.22}/PKG-INFO +1 -6
  4. {datamaestro-text-2023.10.27 → datamaestro-text-2023.11.22}/pyproject.toml +4 -0
  5. datamaestro-text-2023.11.22/setup.cfg +4 -0
  6. {datamaestro-text-2023.10.27 → datamaestro-text-2023.11.22}/src/datamaestro_text/datasets/irds/data.py +6 -3
  7. {datamaestro-text-2023.10.27 → datamaestro-text-2023.11.22}/src/datamaestro_text/version.py +2 -2
  8. {datamaestro-text-2023.10.27 → datamaestro-text-2023.11.22/src/datamaestro_text.egg-info}/PKG-INFO +1 -6
  9. {datamaestro-text-2023.10.27 → datamaestro-text-2023.11.22}/src/datamaestro_text.egg-info/SOURCES.txt +0 -3
  10. {datamaestro-text-2023.10.27 → datamaestro-text-2023.11.22}/src/datamaestro_text.egg-info/requires.txt +0 -3
  11. datamaestro-text-2023.10.27/setup.cfg +0 -49
  12. datamaestro-text-2023.10.27/setup.py +0 -9
  13. datamaestro-text-2023.10.27/src/datamaestro_text.egg-info/zip-safe +0 -1
  14. {datamaestro-text-2023.10.27 → datamaestro-text-2023.11.22}/.circleci/config.yml +0 -0
  15. {datamaestro-text-2023.10.27 → datamaestro-text-2023.11.22}/.flake8 +0 -0
  16. {datamaestro-text-2023.10.27 → datamaestro-text-2023.11.22}/.gitignore +0 -0
  17. {datamaestro-text-2023.10.27 → datamaestro-text-2023.11.22}/.pre-commit-config.yaml +0 -0
  18. {datamaestro-text-2023.10.27 → datamaestro-text-2023.11.22}/.readthedocs.yml +0 -0
  19. {datamaestro-text-2023.10.27 → datamaestro-text-2023.11.22}/LICENSE +0 -0
  20. {datamaestro-text-2023.10.27 → datamaestro-text-2023.11.22}/MANIFEST.in +0 -0
  21. {datamaestro-text-2023.10.27 → datamaestro-text-2023.11.22}/Makefile +0 -0
  22. {datamaestro-text-2023.10.27 → datamaestro-text-2023.11.22}/README.md +0 -0
  23. {datamaestro-text-2023.10.27 → datamaestro-text-2023.11.22}/docs/Makefile +0 -0
  24. {datamaestro-text-2023.10.27 → datamaestro-text-2023.11.22}/docs/make.bat +0 -0
  25. {datamaestro-text-2023.10.27 → datamaestro-text-2023.11.22}/docs/requirements.txt +0 -0
  26. {datamaestro-text-2023.10.27 → datamaestro-text-2023.11.22}/docs/source/api/conversation.rst +0 -0
  27. {datamaestro-text-2023.10.27 → datamaestro-text-2023.11.22}/docs/source/api/index.rst +0 -0
  28. {datamaestro-text-2023.10.27 → datamaestro-text-2023.11.22}/docs/source/api/ir.rst +0 -0
  29. {datamaestro-text-2023.10.27 → datamaestro-text-2023.11.22}/docs/source/api/text.rst +0 -0
  30. {datamaestro-text-2023.10.27 → datamaestro-text-2023.11.22}/docs/source/conf.py +0 -0
  31. {datamaestro-text-2023.10.27 → datamaestro-text-2023.11.22}/docs/source/datasets/conversation.rst +0 -0
  32. {datamaestro-text-2023.10.27 → datamaestro-text-2023.11.22}/docs/source/datasets/embeddings.rst +0 -0
  33. {datamaestro-text-2023.10.27 → datamaestro-text-2023.11.22}/docs/source/datasets/index.rst +0 -0
  34. {datamaestro-text-2023.10.27 → datamaestro-text-2023.11.22}/docs/source/datasets/ir.rst +0 -0
  35. {datamaestro-text-2023.10.27 → datamaestro-text-2023.11.22}/docs/source/datasets/recommendation.rst +0 -0
  36. {datamaestro-text-2023.10.27 → datamaestro-text-2023.11.22}/docs/source/datasets/text.rst +0 -0
  37. {datamaestro-text-2023.10.27 → datamaestro-text-2023.11.22}/docs/source/index.rst +0 -0
  38. {datamaestro-text-2023.10.27 → datamaestro-text-2023.11.22}/mkdocs.yml +0 -0
  39. {datamaestro-text-2023.10.27 → datamaestro-text-2023.11.22}/requirements-dev.txt +0 -0
  40. {datamaestro-text-2023.10.27 → datamaestro-text-2023.11.22}/requirements.txt +0 -0
  41. {datamaestro-text-2023.10.27 → datamaestro-text-2023.11.22}/src/datamaestro_text/__init__.py +0 -0
  42. {datamaestro-text-2023.10.27 → datamaestro-text-2023.11.22}/src/datamaestro_text/config/__init__.py +0 -0
  43. {datamaestro-text-2023.10.27 → datamaestro-text-2023.11.22}/src/datamaestro_text/config/ai/quac.yaml +0 -0
  44. {datamaestro-text-2023.10.27 → datamaestro-text-2023.11.22}/src/datamaestro_text/config/com/fastml/goodbooks-10k.yaml +0 -0
  45. {datamaestro-text-2023.10.27 → datamaestro-text-2023.11.22}/src/datamaestro_text/config/com/github/aagohary/canard.py +0 -0
  46. {datamaestro-text-2023.10.27 → datamaestro-text-2023.11.22}/src/datamaestro_text/config/com/github/prdwb/orconvqa.py +0 -0
  47. {datamaestro-text-2023.10.27 → datamaestro-text-2023.11.22}/src/datamaestro_text/config/com/github/soskek/bookcorpus.yaml +0 -0
  48. {datamaestro-text-2023.10.27 → datamaestro-text-2023.11.22}/src/datamaestro_text/config/com/microsoft/msmarco/passage.py +0 -0
  49. {datamaestro-text-2023.10.27 → datamaestro-text-2023.11.22}/src/datamaestro_text/config/com/microsoft/wikiqa.yaml +0 -0
  50. {datamaestro-text-2023.10.27 → datamaestro-text-2023.11.22}/src/datamaestro_text/config/com/oscar-corpus.py +0 -0
  51. {datamaestro-text-2023.10.27 → datamaestro-text-2023.11.22}/src/datamaestro_text/config/com/sentiment140.py +0 -0
  52. {datamaestro-text-2023.10.27 → datamaestro-text-2023.11.22}/src/datamaestro_text/config/com/smashwords/bookcorpus.py +0 -0
  53. {datamaestro-text-2023.10.27 → datamaestro-text-2023.11.22}/src/datamaestro_text/config/edu/cornell/nlvr.yaml +0 -0
  54. {datamaestro-text-2023.10.27 → datamaestro-text-2023.11.22}/src/datamaestro_text/config/edu/stanford/__init__.py +0 -0
  55. {datamaestro-text-2023.10.27 → datamaestro-text-2023.11.22}/src/datamaestro_text/config/edu/stanford/aclimdb.py +0 -0
  56. {datamaestro-text-2023.10.27 → datamaestro-text-2023.11.22}/src/datamaestro_text/config/edu/stanford/glove.py +0 -0
  57. {datamaestro-text-2023.10.27 → datamaestro-text-2023.11.22}/src/datamaestro_text/config/edu/stanford/im2p.yaml +0 -0
  58. {datamaestro-text-2023.10.27 → datamaestro-text-2023.11.22}/src/datamaestro_text/config/edu/upenn/__init__.py +0 -0
  59. {datamaestro-text-2023.10.27 → datamaestro-text-2023.11.22}/src/datamaestro_text/config/edu/upenn/ldc/__init__.py +0 -0
  60. {datamaestro-text-2023.10.27 → datamaestro-text-2023.11.22}/src/datamaestro_text/config/edu/upenn/ldc/aquaint.py +0 -0
  61. {datamaestro-text-2023.10.27 → datamaestro-text-2023.11.22}/src/datamaestro_text/config/gov/__init__.py +0 -0
  62. {datamaestro-text-2023.10.27 → datamaestro-text-2023.11.22}/src/datamaestro_text/config/gov/nist/__init__.py +0 -0
  63. {datamaestro-text-2023.10.27 → datamaestro-text-2023.11.22}/src/datamaestro_text/config/gov/nist/ir/covid.py +0 -0
  64. {datamaestro-text-2023.10.27 → datamaestro-text-2023.11.22}/src/datamaestro_text/config/gov/nist/trec/__init__.py +0 -0
  65. {datamaestro-text-2023.10.27 → datamaestro-text-2023.11.22}/src/datamaestro_text/config/gov/nist/trec/adhoc.py +0 -0
  66. {datamaestro-text-2023.10.27 → datamaestro-text-2023.11.22}/src/datamaestro_text/config/gov/nist/trec/clueweb.yaml +0 -0
  67. {datamaestro-text-2023.10.27 → datamaestro-text-2023.11.22}/src/datamaestro_text/config/gov/nist/trec/deeplearning.yaml +0 -0
  68. {datamaestro-text-2023.10.27 → datamaestro-text-2023.11.22}/src/datamaestro_text/config/gov/nist/trec/index.yaml +0 -0
  69. {datamaestro-text-2023.10.27 → datamaestro-text-2023.11.22}/src/datamaestro_text/config/gov/nist/trec/tipster.py +0 -0
  70. {datamaestro-text-2023.10.27 → datamaestro-text-2023.11.22}/src/datamaestro_text/config/gov/nist/trec/web.yaml +0 -0
  71. {datamaestro-text-2023.10.27 → datamaestro-text-2023.11.22}/src/datamaestro_text/config/io/github/rajpurkar/squad.yaml +0 -0
  72. {datamaestro-text-2023.10.27 → datamaestro-text-2023.11.22}/src/datamaestro_text/config/io/github/thunlp/fewrel.py +0 -0
  73. {datamaestro-text-2023.10.27 → datamaestro-text-2023.11.22}/src/datamaestro_text/config/io/metamind/research/__init__.py +0 -0
  74. {datamaestro-text-2023.10.27 → datamaestro-text-2023.11.22}/src/datamaestro_text/config/io/metamind/research/wikitext.py +0 -0
  75. {datamaestro-text-2023.10.27 → datamaestro-text-2023.11.22}/src/datamaestro_text/config/net/mattmahoney/enwiki.yaml +0 -0
  76. {datamaestro-text-2023.10.27 → datamaestro-text-2023.11.22}/src/datamaestro_text/config/org/acm/recsys/cb2014.yaml +0 -0
  77. {datamaestro-text-2023.10.27 → datamaestro-text-2023.11.22}/src/datamaestro_text/config/org/cocodataset/index.yaml +0 -0
  78. {datamaestro-text-2023.10.27 → datamaestro-text-2023.11.22}/src/datamaestro_text/config/org/grouplens/movielens.py +0 -0
  79. {datamaestro-text-2023.10.27 → datamaestro-text-2023.11.22}/src/datamaestro_text/config/org/universaldependencies/french.py +0 -0
  80. {datamaestro-text-2023.10.27 → datamaestro-text-2023.11.22}/src/datamaestro_text/config/uk/ac/ucl/cs/qangaroo.yaml +0 -0
  81. {datamaestro-text-2023.10.27 → datamaestro-text-2023.11.22}/src/datamaestro_text/data/conversation/__init__.py +0 -0
  82. {datamaestro-text-2023.10.27 → datamaestro-text-2023.11.22}/src/datamaestro_text/data/conversation/base.py +0 -0
  83. {datamaestro-text-2023.10.27 → datamaestro-text-2023.11.22}/src/datamaestro_text/data/conversation/canard.py +0 -0
  84. {datamaestro-text-2023.10.27 → datamaestro-text-2023.11.22}/src/datamaestro_text/data/conversation/orconvqa.py +0 -0
  85. {datamaestro-text-2023.10.27 → datamaestro-text-2023.11.22}/src/datamaestro_text/data/embeddings.py +0 -0
  86. {datamaestro-text-2023.10.27 → datamaestro-text-2023.11.22}/src/datamaestro_text/data/ir/__init__.py +0 -0
  87. {datamaestro-text-2023.10.27 → datamaestro-text-2023.11.22}/src/datamaestro_text/data/ir/base.py +0 -0
  88. {datamaestro-text-2023.10.27 → datamaestro-text-2023.11.22}/src/datamaestro_text/data/ir/cord19.py +0 -0
  89. {datamaestro-text-2023.10.27 → datamaestro-text-2023.11.22}/src/datamaestro_text/data/ir/csv.py +0 -0
  90. {datamaestro-text-2023.10.27 → datamaestro-text-2023.11.22}/src/datamaestro_text/data/ir/data.py +0 -0
  91. {datamaestro-text-2023.10.27 → datamaestro-text-2023.11.22}/src/datamaestro_text/data/ir/formats.py +0 -0
  92. {datamaestro-text-2023.10.27 → datamaestro-text-2023.11.22}/src/datamaestro_text/data/ir/huggingface.py +0 -0
  93. {datamaestro-text-2023.10.27 → datamaestro-text-2023.11.22}/src/datamaestro_text/data/ir/trec.py +0 -0
  94. {datamaestro-text-2023.10.27 → datamaestro-text-2023.11.22}/src/datamaestro_text/data/ir/utils.py +0 -0
  95. {datamaestro-text-2023.10.27 → datamaestro-text-2023.11.22}/src/datamaestro_text/data/recommendation.py +0 -0
  96. {datamaestro-text-2023.10.27 → datamaestro-text-2023.11.22}/src/datamaestro_text/data/tagging.py +0 -0
  97. {datamaestro-text-2023.10.27 → datamaestro-text-2023.11.22}/src/datamaestro_text/data/text.py +0 -0
  98. {datamaestro-text-2023.10.27 → datamaestro-text-2023.11.22}/src/datamaestro_text/datasets/irds/__init__.py +0 -0
  99. {datamaestro-text-2023.10.27 → datamaestro-text-2023.11.22}/src/datamaestro_text/datasets/irds/datasets.py +0 -0
  100. {datamaestro-text-2023.10.27 → datamaestro-text-2023.11.22}/src/datamaestro_text/datasets/irds/utils.py +0 -0
  101. {datamaestro-text-2023.10.27 → datamaestro-text-2023.11.22}/src/datamaestro_text/download/tmdb.py +0 -0
  102. {datamaestro-text-2023.10.27 → datamaestro-text-2023.11.22}/src/datamaestro_text/interfaces/plaintext.py +0 -0
  103. {datamaestro-text-2023.10.27 → datamaestro-text-2023.11.22}/src/datamaestro_text/interfaces/trec.py +0 -0
  104. {datamaestro-text-2023.10.27 → datamaestro-text-2023.11.22}/src/datamaestro_text/test/__init__.py +0 -0
  105. {datamaestro-text-2023.10.27 → datamaestro-text-2023.11.22}/src/datamaestro_text/test/test_datasets.py +0 -0
  106. {datamaestro-text-2023.10.27 → datamaestro-text-2023.11.22}/src/datamaestro_text/transforms/__init__.py +0 -0
  107. {datamaestro-text-2023.10.27 → datamaestro-text-2023.11.22}/src/datamaestro_text/transforms/ir/__init__.py +0 -0
  108. {datamaestro-text-2023.10.27 → datamaestro-text-2023.11.22}/src/datamaestro_text/utils/__init__.py +0 -0
  109. {datamaestro-text-2023.10.27 → datamaestro-text-2023.11.22}/src/datamaestro_text/utils/files.py +0 -0
  110. {datamaestro-text-2023.10.27 → datamaestro-text-2023.11.22}/src/datamaestro_text/utils/iter.py +0 -0
  111. {datamaestro-text-2023.10.27 → datamaestro-text-2023.11.22}/src/datamaestro_text/utils/randomstream.py +0 -0
  112. {datamaestro-text-2023.10.27 → datamaestro-text-2023.11.22}/src/datamaestro_text/utils/shuffle.py +0 -0
  113. {datamaestro-text-2023.10.27 → datamaestro-text-2023.11.22}/src/datamaestro_text.egg-info/dependency_links.txt +0 -0
  114. {datamaestro-text-2023.10.27 → datamaestro-text-2023.11.22}/src/datamaestro_text.egg-info/entry_points.txt +0 -0
  115. {datamaestro-text-2023.10.27 → datamaestro-text-2023.11.22}/src/datamaestro_text.egg-info/top_level.txt +0 -0
  116. {datamaestro-text-2023.10.27 → datamaestro-text-2023.11.22}/tox.ini +0 -0
@@ -15,7 +15,7 @@ jobs:
15
15
  runs-on: ubuntu-latest
16
16
  strategy:
17
17
  matrix:
18
- python-version: [3.8, 3.9, "3.10"]
18
+ python-version: [3.8, 3.9, "3.10", "3.11"]
19
19
 
20
20
  steps:
21
21
  - uses: actions/checkout@v2
@@ -20,11 +20,11 @@ jobs:
20
20
  - name: Install dependencies
21
21
  run: |
22
22
  python -m pip install --upgrade pip
23
- pip install setuptools wheel twine
23
+ pip install setuptools wheel twine build
24
24
  - name: Build and publish
25
25
  env:
26
26
  TWINE_USERNAME: __token__
27
27
  TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
28
28
  run: |
29
- python setup.py sdist bdist_wheel
29
+ python -m build --sdist --wheel
30
30
  twine upload dist/*
@@ -1,16 +1,13 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: datamaestro-text
3
- Version: 2023.10.27
3
+ Version: 2023.11.22
4
4
  Summary: Datamaestro module for text-related datasets
5
- Home-page: https://github.com/experimaestro/datamaestro_text
6
- Author: Benjamin Piwowarski
7
5
  Author-email: Benjamin Piwowarski <benjamin@piwowarski.fr>
8
6
  License: GPL-3
9
7
  Project-URL: homepage, https://github.com/experimaestro/datamaestro_text
10
8
  Project-URL: documentation, https://datamaestro-text.readthedocs.io/en/latest/
11
9
  Project-URL: repository, https://github.com/experimaestro/datamaestro_text
12
10
  Keywords: dataset manager,information retrieval,experiments
13
- Platform: any
14
11
  Classifier: Development Status :: 4 - Beta
15
12
  Classifier: Intended Audience :: Science/Research
16
13
  Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
@@ -23,8 +20,6 @@ Description-Content-Type: text/markdown
23
20
  License-File: LICENSE
24
21
  Requires-Dist: datamaestro>=0.8.16
25
22
  Requires-Dist: attrs
26
- Provides-Extra: test
27
- Requires-Dist: tox; extra == "test"
28
23
 
29
24
  [![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit) [![PyPI version](https://badge.fury.io/py/datamaestro-text.svg)](https://badge.fury.io/py/datamaestro-text)
30
25
 
@@ -18,6 +18,10 @@ classifiers = [
18
18
  "Topic :: Software Development :: Libraries :: Python Modules",
19
19
  ]
20
20
 
21
+ [tool.setuptools.dynamic]
22
+ dependencies = {file = ["requirements.txt"]}
23
+ readme = {file = ["README.md"], content-type = "text/markdown"}
24
+
21
25
  [project.urls]
22
26
  homepage = "https://github.com/experimaestro/datamaestro_text"
23
27
  documentation = "https://datamaestro-text.readthedocs.io/en/latest/"
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+
@@ -98,9 +98,6 @@ class Documents(ir.DocumentStore, IRDSId):
98
98
  _irds.beir.BeirCordDoc: tuple_constructor(
99
99
  formats.CordDocument, "doc_id", "text", "title", "url", "pubmed_id"
100
100
  ),
101
- _irds.miracl.MiraclDoc: tuple_constructor(
102
- formats.DocumentWithTitle, "doc_id", "title", "text"
103
- ),
104
101
  _irds.beir.BeirTitleDoc: tuple_constructor(
105
102
  formats.TitleDocument, "doc_id", "text", "title"
106
103
  ),
@@ -205,6 +202,12 @@ class Documents(ir.DocumentStore, IRDSId):
205
202
  return converter
206
203
 
207
204
 
205
+ if hasattr(_irds, "miracl"):
206
+ Documents.CONVERTERS[_irds.miracl.MiraclDoc] = tuple_constructor(
207
+ formats.DocumentWithTitle, "doc_id", "title", "text"
208
+ )
209
+
210
+
208
211
  @attrs.define()
209
212
  class IRDSQueryWrapper(ir.Topic):
210
213
  query: Any
@@ -12,5 +12,5 @@ __version__: str
12
12
  __version_tuple__: VERSION_TUPLE
13
13
  version_tuple: VERSION_TUPLE
14
14
 
15
- __version__ = version = '2023.10.27'
16
- __version_tuple__ = version_tuple = (2023, 10, 27)
15
+ __version__ = version = '2023.11.22'
16
+ __version_tuple__ = version_tuple = (2023, 11, 22)
@@ -1,16 +1,13 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: datamaestro-text
3
- Version: 2023.10.27
3
+ Version: 2023.11.22
4
4
  Summary: Datamaestro module for text-related datasets
5
- Home-page: https://github.com/experimaestro/datamaestro_text
6
- Author: Benjamin Piwowarski
7
5
  Author-email: Benjamin Piwowarski <benjamin@piwowarski.fr>
8
6
  License: GPL-3
9
7
  Project-URL: homepage, https://github.com/experimaestro/datamaestro_text
10
8
  Project-URL: documentation, https://datamaestro-text.readthedocs.io/en/latest/
11
9
  Project-URL: repository, https://github.com/experimaestro/datamaestro_text
12
10
  Keywords: dataset manager,information retrieval,experiments
13
- Platform: any
14
11
  Classifier: Development Status :: 4 - Beta
15
12
  Classifier: Intended Audience :: Science/Research
16
13
  Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
@@ -23,8 +20,6 @@ Description-Content-Type: text/markdown
23
20
  License-File: LICENSE
24
21
  Requires-Dist: datamaestro>=0.8.16
25
22
  Requires-Dist: attrs
26
- Provides-Extra: test
27
- Requires-Dist: tox; extra == "test"
28
23
 
29
24
  [![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit) [![PyPI version](https://badge.fury.io/py/datamaestro-text.svg)](https://badge.fury.io/py/datamaestro-text)
30
25
 
@@ -10,8 +10,6 @@ mkdocs.yml
10
10
  pyproject.toml
11
11
  requirements-dev.txt
12
12
  requirements.txt
13
- setup.cfg
14
- setup.py
15
13
  tox.ini
16
14
  .circleci/config.yml
17
15
  .github/workflows/pytest.yml
@@ -39,7 +37,6 @@ src/datamaestro_text.egg-info/dependency_links.txt
39
37
  src/datamaestro_text.egg-info/entry_points.txt
40
38
  src/datamaestro_text.egg-info/requires.txt
41
39
  src/datamaestro_text.egg-info/top_level.txt
42
- src/datamaestro_text.egg-info/zip-safe
43
40
  src/datamaestro_text/config/__init__.py
44
41
  src/datamaestro_text/config/ai/quac.yaml
45
42
  src/datamaestro_text/config/com/oscar-corpus.py
@@ -1,49 +0,0 @@
1
- [metadata]
2
- name = datamaestro_text
3
- author = Benjamin Piwowarski
4
- author-email = benjamin@piwowarski.fr
5
- home-page = https://github.com/experimaestro/datamaestro_text
6
- description = "Text related datasets"
7
- long-description = file: README.md, CHANGELOG.md
8
- long-description-content-type = text/markdown
9
- license = GPL-3
10
- license_file = LICENSE
11
- platform = any
12
- keywords = dataset manager
13
- classifiers =
14
- Development Status :: 4 - Beta
15
- Intended Audience :: Science/Research
16
- License :: OSI Approved :: GNU General Public License v3 (GPLv3)
17
- Operating System :: OS Independent
18
- Programming Language :: Python
19
- Programming Language :: Python :: 3
20
- Topic :: Software Development :: Libraries :: Python Modules
21
-
22
- [options]
23
- zip_safe = true
24
- include_package_data = true
25
- python_requires = >= 3.8
26
- test_suite = datamaestro.test
27
- setup_requires =
28
- setuptools >= 65.0.0
29
- setuptools_scm
30
- wheel
31
-
32
- [options.extras_require]
33
- test =
34
- tox
35
-
36
- [mypy]
37
- python_version = 3.7
38
- warn_unused_ignores = True
39
-
40
- [flake8]
41
- doctests = True
42
- exclude = .git, .eggs, __pycache__, tests/, docs/, build/, dist/
43
- max-line-length = 88
44
- extend-ignore = E203
45
-
46
- [egg_info]
47
- tag_build =
48
- tag_date = 0
49
-
@@ -1,9 +0,0 @@
1
- from pathlib import Path
2
- from setuptools import setup
3
-
4
- basepath = Path(__file__).parent
5
-
6
-
7
- setup(
8
- install_requires=(basepath / "requirements.txt").read_text(), use_scm_version=True,
9
- )