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

@@ -0,0 +1,52 @@
1
+ Metadata-Version: 2.1
2
+ Name: emmet-builders
3
+ Version: 0.84.2rc4
4
+ Summary: Builders for the Emmet Library
5
+ Home-page: https://github.com/materialsproject/emmet
6
+ Author: The Materials Project
7
+ Author-email: feedback@materialsproject.org
8
+ License: modified BSD
9
+ Platform: UNKNOWN
10
+ Requires-Python: >=3.9
11
+ Description-Content-Type: text/markdown
12
+ Requires-Dist: emmet-core[all]
13
+ Requires-Dist: maggma>=0.57.6
14
+ Requires-Dist: matminer>=0.9.1
15
+ Requires-Dist: solvation-analysis>=0.4.0
16
+ Requires-Dist: MDAnalysis>=2.7.0
17
+ Provides-Extra: docs
18
+ Requires-Dist: mkdocs; extra == "docs"
19
+ Requires-Dist: mkdocs-material<8.3; extra == "docs"
20
+ Requires-Dist: mkdocs-material-extensions; extra == "docs"
21
+ Requires-Dist: mkdocs-minify-plugin; extra == "docs"
22
+ Requires-Dist: mkdocstrings; extra == "docs"
23
+ Requires-Dist: mkdocs-awesome-pages-plugin; extra == "docs"
24
+ Requires-Dist: mkdocs-markdownextradata-plugin; extra == "docs"
25
+ Requires-Dist: mkdocstrings[python]; extra == "docs"
26
+ Requires-Dist: livereload; extra == "docs"
27
+ Requires-Dist: jinja2; extra == "docs"
28
+ Provides-Extra: ml
29
+ Requires-Dist: emmet-core[ml]; extra == "ml"
30
+ Provides-Extra: openmm
31
+ 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
+
45
+ # ![Emmet](docs/images/logo_w_text.svg)
46
+
47
+ [![Pytest Status](https://github.com/materialsproject/emmet/workflows/testing/badge.svg)](https://github.com/materialsproject/emmet/actions?query=workflow%3Atesting)
48
+ [![Code Coverage](https://codecov.io/gh/materialsproject/emmet/branch/main/graph/badge.svg)](https://codecov.io/gh/materialsproject/emmet)
49
+
50
+ The Materials API Toolkit for the Materials Project. Emmet defines the core models, data pipelines, the API server, and the convenience CLI.
51
+
52
+
@@ -46,7 +46,7 @@ emmet/builders/vasp/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSu
46
46
  emmet/builders/vasp/materials.py,sha256=5bjP-W5-gmSjDzmcHdF7bviwgk4ywUceCL4FcF9Ya9c,12700
47
47
  emmet/builders/vasp/mp_potcar_stats.json.gz,sha256=RD6gbZEmmmKQYRKpFtEKHzncGO1WsLYMPjn3wvONrIc,291869
48
48
  emmet/builders/vasp/task_validator.py,sha256=bmRTDiOWof4rpHVg3ksoxocN9xxieYu7IE-ylMjYOVs,2922
49
- emmet_builders-0.84.2rc3.dist-info/METADATA,sha256=AfPg21CHd7PplMlnI_wCJmJx1zSkSClatDnT0utPO18,2191
50
- emmet_builders-0.84.2rc3.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
51
- emmet_builders-0.84.2rc3.dist-info/top_level.txt,sha256=6GcpbmWPeFhNCTfDFilb8GQ4T1UQu4z9c5jpobjwE-Q,6
52
- emmet_builders-0.84.2rc3.dist-info/RECORD,,
49
+ emmet_builders-0.84.2rc4.dist-info/METADATA,sha256=Fbow_QR81YvNENzAQMPA2S5LCvvowyEYXiGykQ5ejBg,2162
50
+ emmet_builders-0.84.2rc4.dist-info/WHEEL,sha256=eOLhNAGa2EW3wWl_TU484h7q1UNgy0JXjjoqKoxAAQc,92
51
+ emmet_builders-0.84.2rc4.dist-info/top_level.txt,sha256=6GcpbmWPeFhNCTfDFilb8GQ4T1UQu4z9c5jpobjwE-Q,6
52
+ emmet_builders-0.84.2rc4.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.43.0)
2
+ Generator: bdist_wheel (0.44.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -1,52 +0,0 @@
1
- Metadata-Version: 2.1
2
- Name: emmet-builders
3
- Version: 0.84.2rc3
4
- Summary: Builders for the Emmet Library
5
- Home-page: https://github.com/materialsproject/emmet
6
- Author: The Materials Project
7
- Author-email: feedback@materialsproject.org
8
- License: modified BSD
9
- Platform: UNKNOWN
10
- Requires-Python: >=3.9
11
- Description-Content-Type: text/markdown
12
- Requires-Dist: emmet-core[all]
13
- Requires-Dist: maggma >=0.57.6
14
- Requires-Dist: matminer >=0.9.1
15
- Requires-Dist: solvation-analysis >=0.4.0
16
- Requires-Dist: MDAnalysis >=2.7.0
17
- Provides-Extra: docs
18
- Requires-Dist: mkdocs ; extra == 'docs'
19
- Requires-Dist: mkdocs-material <8.3 ; extra == 'docs'
20
- Requires-Dist: mkdocs-material-extensions ; extra == 'docs'
21
- Requires-Dist: mkdocs-minify-plugin ; extra == 'docs'
22
- Requires-Dist: mkdocstrings ; extra == 'docs'
23
- Requires-Dist: mkdocs-awesome-pages-plugin ; extra == 'docs'
24
- Requires-Dist: mkdocs-markdownextradata-plugin ; extra == 'docs'
25
- Requires-Dist: mkdocstrings[python] ; extra == 'docs'
26
- Requires-Dist: livereload ; extra == 'docs'
27
- Requires-Dist: jinja2 ; extra == 'docs'
28
- Provides-Extra: ml
29
- Requires-Dist: emmet-core[ml] ; extra == 'ml'
30
- Provides-Extra: openmm
31
- 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
-
45
- # ![Emmet](docs/images/logo_w_text.svg)
46
-
47
- [![Pytest Status](https://github.com/materialsproject/emmet/workflows/testing/badge.svg)](https://github.com/materialsproject/emmet/actions?query=workflow%3Atesting)
48
- [![Code Coverage](https://codecov.io/gh/materialsproject/emmet/branch/main/graph/badge.svg)](https://codecov.io/gh/materialsproject/emmet)
49
-
50
- The Materials API Toolkit for the Materials Project. Emmet defines the core models, data pipelines, the API server, and the convenience CLI.
51
-
52
-