emmet-builders 0.84.3rc3__py3-none-any.whl → 0.84.3rc6__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.

Potentially problematic release.


This version of emmet-builders might be problematic. Click here for more details.

@@ -1,12 +1,11 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: emmet-builders
3
- Version: 0.84.3rc3
3
+ Version: 0.84.3rc6
4
4
  Summary: Builders for the Emmet Library
5
5
  Home-page: https://github.com/materialsproject/emmet
6
6
  Author: The Materials Project
7
7
  Author-email: feedback@materialsproject.org
8
8
  License: modified BSD
9
- Platform: UNKNOWN
10
9
  Requires-Python: >=3.9
11
10
  Description-Content-Type: text/markdown
12
11
  Requires-Dist: emmet-core[all]
@@ -14,6 +13,18 @@ Requires-Dist: maggma>=0.57.6
14
13
  Requires-Dist: matminer>=0.9.1
15
14
  Requires-Dist: solvation-analysis>=0.4.0
16
15
  Requires-Dist: MDAnalysis>=2.7.0
16
+ Provides-Extra: test
17
+ Requires-Dist: pre-commit; extra == "test"
18
+ Requires-Dist: pytest; extra == "test"
19
+ Requires-Dist: pytest-cov; extra == "test"
20
+ Requires-Dist: pycodestyle; extra == "test"
21
+ Requires-Dist: pydocstyle; extra == "test"
22
+ Requires-Dist: flake8; extra == "test"
23
+ Requires-Dist: mypy; extra == "test"
24
+ Requires-Dist: mypy-extensions; extra == "test"
25
+ Requires-Dist: types-setuptools; extra == "test"
26
+ Requires-Dist: types-requests; extra == "test"
27
+ Requires-Dist: wincertstore; extra == "test"
17
28
  Provides-Extra: docs
18
29
  Requires-Dist: mkdocs; extra == "docs"
19
30
  Requires-Dist: mkdocs-material<8.3; extra == "docs"
@@ -29,18 +40,6 @@ Provides-Extra: ml
29
40
  Requires-Dist: emmet-core[ml]; extra == "ml"
30
41
  Provides-Extra: openmm
31
42
  Requires-Dist: transport-analysis>=0.1.0; extra == "openmm"
32
- Provides-Extra: test
33
- Requires-Dist: pre-commit; extra == "test"
34
- Requires-Dist: pytest; extra == "test"
35
- Requires-Dist: pytest-cov; extra == "test"
36
- Requires-Dist: pycodestyle; extra == "test"
37
- Requires-Dist: pydocstyle; extra == "test"
38
- Requires-Dist: flake8; extra == "test"
39
- Requires-Dist: mypy; extra == "test"
40
- Requires-Dist: mypy-extensions; extra == "test"
41
- Requires-Dist: types-setuptools; extra == "test"
42
- Requires-Dist: types-requests; extra == "test"
43
- Requires-Dist: wincertstore; extra == "test"
44
43
 
45
44
  # ![Emmet](docs/images/logo_w_text.svg)
46
45
 
@@ -48,5 +47,3 @@ Requires-Dist: wincertstore; extra == "test"
48
47
  [![Code Coverage](https://codecov.io/gh/materialsproject/emmet/branch/main/graph/badge.svg)](https://codecov.io/gh/materialsproject/emmet)
49
48
 
50
49
  The Materials API Toolkit for the Materials Project. Emmet defines the core models, data pipelines, the API server, and the convenience CLI.
51
-
52
-
@@ -48,7 +48,7 @@ emmet/builders/vasp/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSu
48
48
  emmet/builders/vasp/materials.py,sha256=DWMwZFQ5ZYf9tBkgrJ_MfvSwt5GO4Yqm9GBKPpLxvWU,12890
49
49
  emmet/builders/vasp/mp_potcar_stats.json.gz,sha256=x3bn4gSMj1U_3bR2qKIaBtbJlYT-EJgoUIMFTA9bvaU,338957
50
50
  emmet/builders/vasp/task_validator.py,sha256=bmRTDiOWof4rpHVg3ksoxocN9xxieYu7IE-ylMjYOVs,2922
51
- emmet_builders-0.84.3rc3.dist-info/METADATA,sha256=wZYHUNmrorHzpbC3RKur4fdbpXEYYj5YaWNQhqYYfQg,2162
52
- emmet_builders-0.84.3rc3.dist-info/WHEEL,sha256=eOLhNAGa2EW3wWl_TU484h7q1UNgy0JXjjoqKoxAAQc,92
53
- emmet_builders-0.84.3rc3.dist-info/top_level.txt,sha256=6GcpbmWPeFhNCTfDFilb8GQ4T1UQu4z9c5jpobjwE-Q,6
54
- emmet_builders-0.84.3rc3.dist-info/RECORD,,
51
+ emmet_builders-0.84.3rc6.dist-info/METADATA,sha256=bPs9CdqMwD3pYKozm7CLCrVLxcuXtOpVF13xG6gyVqA,2142
52
+ emmet_builders-0.84.3rc6.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
53
+ emmet_builders-0.84.3rc6.dist-info/top_level.txt,sha256=6GcpbmWPeFhNCTfDFilb8GQ4T1UQu4z9c5jpobjwE-Q,6
54
+ emmet_builders-0.84.3rc6.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.44.0)
2
+ Generator: setuptools (75.6.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5