pycodata 2.3.0__tar.gz → 2.3.1__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 (35) hide show
  1. pycodata-2.3.1/PKG-INFO +38 -0
  2. pycodata-2.3.0/_README.md → pycodata-2.3.1/README.md +2 -0
  3. pycodata-2.3.1/VERSION +1 -0
  4. pycodata-2.3.1/src/pycodata/libcodata.dll +0 -0
  5. pycodata-2.3.1/src/pycodata/libcodata.dylib +0 -0
  6. pycodata-2.3.1/src/pycodata/libcodata.so +0 -0
  7. pycodata-2.3.1/src/pycodata.egg-info/PKG-INFO +38 -0
  8. {pycodata-2.3.0 → pycodata-2.3.1}/src/pycodata.egg-info/SOURCES.txt +0 -7
  9. pycodata-2.3.0/Makefile +0 -114
  10. pycodata-2.3.0/PKG-INFO +0 -347
  11. pycodata-2.3.0/README.md +0 -332
  12. pycodata-2.3.0/VERSION +0 -1
  13. pycodata-2.3.0/setup-old.txt +0 -143
  14. pycodata-2.3.0/src/pycodata/codata.h +0 -1405
  15. pycodata-2.3.0/src/pycodata/libcodata.a +0 -0
  16. pycodata-2.3.0/src/pycodata/libcodata.dylib +0 -0
  17. pycodata-2.3.0/src/pycodata/libcodata.so +0 -0
  18. pycodata-2.3.0/src/pycodata.egg-info/PKG-INFO +0 -347
  19. pycodata-2.3.0/test/__init__.py +0 -5
  20. {pycodata-2.3.0 → pycodata-2.3.1}/LICENSE +0 -0
  21. {pycodata-2.3.0 → pycodata-2.3.1}/MANIFEST.in +0 -0
  22. {pycodata-2.3.0 → pycodata-2.3.1}/pyproject.toml +0 -0
  23. {pycodata-2.3.0 → pycodata-2.3.1}/setup.cfg +0 -0
  24. {pycodata-2.3.0 → pycodata-2.3.1}/setup.py +0 -0
  25. {pycodata-2.3.0 → pycodata-2.3.1}/src/pycodata/__init__.py +0 -0
  26. {pycodata-2.3.0 → pycodata-2.3.1}/src/pycodata/_codata_constants_2010.c +0 -0
  27. {pycodata-2.3.0 → pycodata-2.3.1}/src/pycodata/_codata_constants_2014.c +0 -0
  28. {pycodata-2.3.0 → pycodata-2.3.1}/src/pycodata/_codata_constants_2018.c +0 -0
  29. {pycodata-2.3.0 → pycodata-2.3.1}/src/pycodata/_codata_constants_2022.c +0 -0
  30. {pycodata-2.3.0 → pycodata-2.3.1}/src/pycodata/_codata_version.c +0 -0
  31. {pycodata-2.3.0 → pycodata-2.3.1/src/pycodata}/codata.h +0 -0
  32. {pycodata-2.3.0 → pycodata-2.3.1}/src/pycodata/libcodata.dll.a +0 -0
  33. {pycodata-2.3.0 → pycodata-2.3.1}/src/pycodata.egg-info/dependency_links.txt +0 -0
  34. {pycodata-2.3.0 → pycodata-2.3.1}/src/pycodata.egg-info/top_level.txt +0 -0
  35. {pycodata-2.3.0 → pycodata-2.3.1}/test/test_all.py +0 -0
@@ -0,0 +1,38 @@
1
+ Metadata-Version: 2.4
2
+ Name: pycodata
3
+ Version: 2.3.1
4
+ Summary: pycodata: CODATA constants for python.
5
+ Author-email: Milan Skocic <milan.skocic@gmail.com>
6
+ License-Expression: MIT
7
+ Project-URL: Documentation, https://milanskocic.github.io/codata/index.html
8
+ Project-URL: Source, https://github.com/MilanSkocic/codata
9
+ Classifier: Development Status :: 5 - Production/Stable
10
+ Classifier: Intended Audience :: Science/Research
11
+ Requires-Python: >=3.9
12
+ Description-Content-Type: text/markdown
13
+ License-File: LICENSE
14
+ Dynamic: license-file
15
+
16
+
17
+ # Introduction
18
+
19
+ Python wrapper around the
20
+ [Fortran codata library](https://milanskocic.github.io/codata/ ).
21
+ The Fortran library does not need to be installed, the python wrapper embeds all needed fortran dependencies
22
+ for Windows and MacOS.
23
+ On linux, you might have to install `libgfortran` if it is not distributed by default with your linux distribution.
24
+
25
+ # Installation
26
+
27
+ In a terminal, enter:
28
+
29
+ ```python
30
+ pip install pycodata
31
+ ```
32
+
33
+ # License
34
+
35
+ MIT
36
+
37
+ ```
38
+ MIT License
@@ -19,3 +19,5 @@ pip install pycodata
19
19
 
20
20
  MIT
21
21
 
22
+ ```
23
+ MIT License
pycodata-2.3.1/VERSION ADDED
@@ -0,0 +1 @@
1
+ 2.3.1
Binary file
@@ -0,0 +1,38 @@
1
+ Metadata-Version: 2.4
2
+ Name: pycodata
3
+ Version: 2.3.1
4
+ Summary: pycodata: CODATA constants for python.
5
+ Author-email: Milan Skocic <milan.skocic@gmail.com>
6
+ License-Expression: MIT
7
+ Project-URL: Documentation, https://milanskocic.github.io/codata/index.html
8
+ Project-URL: Source, https://github.com/MilanSkocic/codata
9
+ Classifier: Development Status :: 5 - Production/Stable
10
+ Classifier: Intended Audience :: Science/Research
11
+ Requires-Python: >=3.9
12
+ Description-Content-Type: text/markdown
13
+ License-File: LICENSE
14
+ Dynamic: license-file
15
+
16
+
17
+ # Introduction
18
+
19
+ Python wrapper around the
20
+ [Fortran codata library](https://milanskocic.github.io/codata/ ).
21
+ The Fortran library does not need to be installed, the python wrapper embeds all needed fortran dependencies
22
+ for Windows and MacOS.
23
+ On linux, you might have to install `libgfortran` if it is not distributed by default with your linux distribution.
24
+
25
+ # Installation
26
+
27
+ In a terminal, enter:
28
+
29
+ ```python
30
+ pip install pycodata
31
+ ```
32
+
33
+ # License
34
+
35
+ MIT
36
+
37
+ ```
38
+ MIT License
@@ -1,12 +1,8 @@
1
1
  LICENSE
2
2
  MANIFEST.in
3
- Makefile
4
3
  README.md
5
4
  VERSION
6
- _README.md
7
- codata.h
8
5
  pyproject.toml
9
- setup-old.txt
10
6
  setup.py
11
7
  ./src/pycodata/_codata_constants_2010.c
12
8
  ./src/pycodata/_codata_constants_2014.c
@@ -21,12 +17,9 @@ src/pycodata/_codata_constants_2022.c
21
17
  src/pycodata/_codata_version.c
22
18
  src/pycodata/codata.h
23
19
  src/pycodata/libcodata.a
24
- src/pycodata/libcodata.dll.a
25
- src/pycodata/libcodata.dylib
26
20
  src/pycodata/libcodata.so
27
21
  src/pycodata.egg-info/PKG-INFO
28
22
  src/pycodata.egg-info/SOURCES.txt
29
23
  src/pycodata.egg-info/dependency_links.txt
30
24
  src/pycodata.egg-info/top_level.txt
31
- test/__init__.py
32
25
  test/test_all.py
pycodata-2.3.0/Makefile DELETED
@@ -1,114 +0,0 @@
1
- # ---------------------------------------------------------------------
2
- # CONFIGURATION
3
- GENPY=../scripts/gen_cpython.py
4
-
5
- AST_SRC=$(wildcard ../data/*.toml)
6
- PYTHON_SRC=$(patsubst ../data/%.toml, ./src/pycodata/_%.c, $(AST_SRC))
7
-
8
- SETUP=setup.py pyproject.toml
9
- # ---------------------------------------------------------------------
10
-
11
-
12
- # ---------------------------------------------------------------------
13
- # TARGETS
14
- .PHONY: sources package clean
15
-
16
- all: package
17
- # ---------------------------------------------------------------------
18
-
19
-
20
- # ---------------------------------------------------------------------
21
- # SOURCES
22
- sources: $(PYTHON_SRC)
23
-
24
- src/pycodata/_%.c: ../data/%.toml
25
- $(FPM_PYGEN) $(GENPY) $< $@
26
- # ---------------------------------------------------------------------
27
-
28
-
29
- # ---------------------------------------------------------------------
30
- # COMPILATION
31
- package: python3.10 python3.11 python3.12 python3.13 python3.14t python3.14
32
-
33
- python3.14: $(SETUP)
34
- @echo "########### PYTHON 3.14 ##########"
35
- $(FPM_PY)3.14 setup.py build_ext --inplace
36
- $(FPM_PY)3.14 -m build --no-isolation --sdist
37
- $(FPM_PY)3.14 -m build --no-isolation --wheel
38
- $(FPM_AW)
39
- @echo "#################################"
40
-
41
- python3.14t: $(SETUP)
42
- @echo "########### PYTHON 3.14 ##########"
43
- $(FPM_PY)3.14t setup.py build_ext --inplace
44
- $(FPM_PY)3.14t -m build --no-isolation --wheel
45
- @echo "#################################"
46
-
47
- python3.13: $(SETUP)
48
- @echo "########### PYTHON 3.13 ##########"
49
- $(FPM_PY)3.13 setup.py build_ext --inplace
50
- $(FPM_PY)3.13 -m build --no-isolation --wheel
51
- @echo "#################################"
52
-
53
- python3.12: $(SETUP)
54
- @echo "########### PYTHON 3.12 ##########"
55
- $(FPM_PY)3.12 setup.py build_ext --inplace
56
- $(FPM_PY)3.12 -m build --no-isolation --wheel
57
- @echo "#################################"
58
-
59
- python3.11: $(SETUP)
60
- @echo "########### PYTHON 3.11 ##########"
61
- $(FPM_PY)3.11 setup.py build_ext --inplace
62
- $(FPM_PY)3.11 -m build --no-isolation --wheel
63
- @echo "#################################"
64
-
65
- python3.10: $(SETUP)
66
- @echo "########### PYTHON 3.10 ##########"
67
- $(FPM_PY)3.10 setup.py build_ext --inplace
68
- $(FPM_PY)3.10 -m build --no-isolation --wheel
69
- @echo "#################################"
70
-
71
- test: test3.10 test3.11 test3.12 test3.13 test3.14
72
-
73
- test3.14: python3.14
74
- $(FPM_PY)3.14 -m pytest -v
75
-
76
- test3.14t: python3.14t
77
- $(FPM_PY)3.14t -m pytest -v
78
-
79
- test3.13: python3.13
80
- $(FPM_PY)3.13 -m pytest -v
81
-
82
- test3.12: python3.12
83
- $(FPM_PY)3.12 -m pytest -v
84
-
85
- test3.11: python3.11
86
- $(FPM_PY)3.11 -m pytest -v
87
-
88
- test3.10: python3.10
89
- $(FPM_PY)3.10 -m pytest -v
90
-
91
- example: python3.14
92
- $(FPM_PY)3.14 ../example/example.py
93
-
94
- # ---------------------------------------------------------------------
95
-
96
-
97
- # ---------------------------------------------------------------------
98
- # OTHERS
99
- clean:
100
- rm -rf build
101
- rm -rf dist
102
- rm -rf *.egg-info
103
- rm -rf __pycache__
104
- rm -rf wheelhouse
105
- rm -rf $(FPM_PY_SRC)/__pycache__
106
- rm -f $(FPM_PY_SRC)/$(FPM_NAME)*.h
107
- rm -f $(FPM_PY_SRC)/_$(FPM_NAME)_constants*.c
108
- rm -f $(FPM_PY_SRC)/*.a
109
- rm -f $(FPM_PY_SRC)/*.so
110
- rm -f $(FPM_PY_SRC)/*.dylib
111
- rm -f $(FPM_PY_SRC)/*.dll
112
- rm -f $(FPM_PY_SRC)/*.dll.a
113
- rm -f $(FPM_PY_SRC)/*.pyd
114
- # ---------------------------------------------------------------------
pycodata-2.3.0/PKG-INFO DELETED
@@ -1,347 +0,0 @@
1
- Metadata-Version: 2.4
2
- Name: pycodata
3
- Version: 2.3.0
4
- Summary: pycodata: CODATA constants for python.
5
- Author-email: Milan Skocic <milan.skocic@gmail.com>
6
- License-Expression: MIT
7
- Project-URL: Documentation, https://milanskocic.github.io/codata/index.html
8
- Project-URL: Source, https://github.com/MilanSkocic/codata
9
- Classifier: Development Status :: 5 - Production/Stable
10
- Classifier: Intended Audience :: Science/Research
11
- Requires-Python: >=3.9
12
- Description-Content-Type: text/markdown
13
- License-File: LICENSE
14
- Dynamic: license-file
15
-
16
-
17
- # Introduction
18
-
19
- Python wrapper around the
20
- [Fortran codata library](https://milanskocic.github.io/codata/ ).
21
- The Fortran library does not need to be installed, the python wrapper embeds all needed fortran dependencies
22
- for Windows and MacOS.
23
- On linux, you might have to install `libgfortran` if it is not distributed by default with your linux distribution.
24
-
25
- # Installation
26
-
27
- In a terminal, enter:
28
-
29
- ```python
30
- pip install pycodata
31
- ```
32
-
33
- # License
34
-
35
- MIT
36
-
37
- ```
38
- MIT License
39
-
40
- Copyright (c) Milan Skocic
41
-
42
- Permission is hereby granted, free of charge, to any person obtaining
43
- a copy of this software and associated documentation files (the
44
- "Software"), to deal in the Software without restriction, including
45
- without limitation the rights to use, copy, modify, merge, publish,
46
- distribute, sublicense, and/or sell copies of the Software, and to
47
- permit persons to whom the Software is furnished to do so, subject to
48
- the following conditions:
49
-
50
- The above copyright notice and this permission notice shall be
51
- included in all copies or substantial portions of the Software.
52
-
53
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
54
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
55
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
56
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
57
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
58
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
59
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
60
- ```
61
-
62
-
63
- # Examples
64
- ```Python
65
- r"""Example in python."""
66
- import sys
67
- sys.path.insert(0, "../src/")
68
- import pycodata
69
-
70
- print("########## EXAMPLE IN PYTHON ##########")
71
- print("# VERSION")
72
- print(f"version = {pycodata.__version__}")
73
-
74
- print("# Constants")
75
- print(f"c =", pycodata.SPEED_OF_LIGHT_IN_VACUUM["value"])
76
-
77
- print("# UNCERTAINTY")
78
- print(f"u(c) = ", pycodata.SPEED_OF_LIGHT_IN_VACUUM["uncertainty"])
79
-
80
- print("# OLDER VALUES")
81
- print(f"Mu_2022 = ", pycodata.MOLAR_MASS_CONSTANT["value"])
82
- print(f"Mu_2018 = ", pycodata.codata_constants_2018.MOLAR_MASS_CONSTANT_2018["value"])
83
- print(f"Mu_2014 = ", pycodata.codata_constants_2014.MOLAR_MASS_CONSTANT_2014["value"])
84
- print(f"Mu_2010 = ", pycodata.codata_constants_2010.MOLAR_MASS_CONSTANT_2010["value"])
85
- ```
86
-
87
-
88
- # Changelog
89
- ## 2.1.1
90
-
91
- * No code change.
92
- * Code refractoring and cleaning
93
- * Update CI/CD workflows.
94
-
95
- [Full changelog](https://github.com/MilanSkocic/codata/releases)
96
-
97
-
98
- ## 2.1.0
99
-
100
- * Roll back to C API in Fortran code: easier maintenance.
101
- * Roll back to compiled C extension for python: easier maintenance.
102
-
103
- Full changelog available at [github](https://github.com/milanskocic/codata/releases)
104
-
105
-
106
- ## 2.0.1
107
-
108
- * Fix bug in version for Fortran code.
109
-
110
- Full changelog available at [github](https://github.com/milanskocic/codata/releases)
111
-
112
-
113
- ## 2.0.0
114
-
115
- * Drop compiled extensions for Python.
116
- * Pure Python code for constants auto-generated as it is the case for the Fortran code.
117
- * Pure C code for constants auto-generated as it is the case for the Fortran code.
118
- * API break:
119
- * No more C API in the Fortran code.
120
- * Use the pure C code to build a C library.
121
-
122
- Full changelog available at [github](https://github.com/milanskocic/codata/releases)
123
-
124
- ## 1.2.2
125
-
126
- * Fix conflict that could occur with C API modules. Add prefix in module names.
127
- * Cleanup and refractoring.
128
- * Documentation update.
129
-
130
-
131
- ## 1.2.1
132
-
133
- * Refractoring
134
- * Merge back C API and python wrapper.
135
-
136
- Full changelog available at [github](https://github.com/milanskocic/codata/releases)
137
-
138
-
139
- ## 1.2.0
140
-
141
- * Refractoring
142
- * Documentation update.
143
-
144
- Full changelog available at [github](https://github.com/milanskocic/codata/releases)
145
-
146
-
147
- ## 1.1.0
148
-
149
- * C API and Python wrapper moved to their own repositories.
150
- * [C wrapper](https://github.com/MilanSkocic/codata-capi)
151
- * [Python wrapper](https://github.com/MilanSkocic/codata-py)
152
- * API break: C API is no more provided by default. Use the optional C wrapper.
153
- * Code cleanup
154
- * Documentation update
155
-
156
- Full changelog available at [github](https://github.com/MilanSkocic/codata/releases)
157
-
158
-
159
- ## 1.0.0
160
-
161
- * Add codata values for 2010, 2014 and 2018.
162
- * Code refractoring and code cleaning.
163
- * Documentation update and switch to only FORD documentation.
164
- * Rewrite code generators in python.
165
- * Generate source code for stdlib.
166
- * API break: constants are defined as DT like in stdlib.
167
-
168
- Full changelog available at [github](https://github.com/MilanSkocic/codata/releases)
169
-
170
- Python wrapper available at [pypi](https://pypi.org/project/pycodata).
171
-
172
-
173
-
174
- ## 0.10.0
175
-
176
- * Remove remove generation of the version module.
177
- * Add tests using the test-drive framework.
178
- * Explicit parameter constants for Fortran and protected constants for C API.
179
- * Minor fixes in documentation.
180
- * Code cleanup.
181
- * Merge of all code for autogeneration in one file.
182
-
183
- Full changelog available at [github](https://github.com/MilanSkocic/codata/releases)
184
-
185
- Python wrapper available at [pypi](https://pypi.org/project/pycodata).
186
-
187
-
188
-
189
- ## 0.9.0
190
-
191
- * No API changes.
192
- * Automatic generation of the version module.
193
- * Generic Makefiles for automatic the building process of the library and the pywrapper.
194
- * Add targets: build, build_debug, test, test_debug.
195
- * Minor fixes in documentation.
196
-
197
- Full changelog available at [github](https://github.com/MilanSkocic/codata/releases)
198
-
199
- Python wrapper available at [pypi](https://pypi.org/project/pycodata).
200
-
201
-
202
-
203
- ## 0.8.2
204
-
205
- * No API changes.
206
- * Improve Makefile for generating the source code at each compilation.
207
- * Source generator rewritten in Fortran.
208
- * Switch to pyproject.toml for the Python wrapper.
209
- * Minor fixes in documentation.
210
-
211
- Full changelog available at [github](https://github.com/MilanSkocic/codata/releases)
212
-
213
- Python wrapper available at [pypi](https://pypi.org/project/pycodata).
214
-
215
-
216
-
217
- ## 0.8.1
218
-
219
- * Use shared library in python wrapper.
220
- * Minor fixes in documentation.
221
-
222
- Full changelog available at [github](https://github.com/MilanSkocic/codata/releases)
223
-
224
- Python wrapper available at [pypi](https://pypi.org/project/pycodata).
225
-
226
-
227
-
228
- ## 0.8.0
229
-
230
- * Back to the approach with a library.
231
- * Compatible with fpm.
232
- * Configuration file for setting all the environmental variables.
233
- * Global makefile for building a static library (through fpm) and a shared library.
234
- * Automatic copy of the necessary sources for the python wrapper.
235
- * Python wrapper built with the static library
236
- * no dependency on a shared library.
237
- * sources and static library embeded in the python wrapper.
238
- * FORD for documenting the Fortran code.
239
- * Integration of the FORD documentation into the main documentation with sphinx.
240
-
241
- Full changelog available at [github](https://github.com/MilanSkocic/codata/releases)
242
-
243
- Python wrapper available at [pypi](https://pypi.org/project/pycodata).
244
-
245
-
246
-
247
- ## 0.7.1
248
-
249
- * Minor fixes in generator code
250
- * Add automatic copy of c sources for the python wrapper.
251
-
252
- Full changelog available at [github](https://github.com/MilanSkocic/codata/releases)
253
-
254
- Python wrapper available at [pypi](https://pypi.org/project/pycodata).
255
-
256
-
257
-
258
- ## 0.7.0
259
-
260
- * Migrate documentation from doxygen to sphinx+breathe.
261
- * Add YEAR constant indicating the year of the codata constants.
262
- * Refractoring
263
-
264
- Full changelog available at [github](https://github.com/MilanSkocic/codata/releases)
265
-
266
- Python wrapper available at [pypi](https://pypi.org/project/pycodata).
267
-
268
-
269
-
270
- ## 0.6.0
271
-
272
- * Created documentation.
273
- * Fixed missing uncertainties for Cpython.
274
-
275
- Full changelog available at [github](https://github.com/MilanSkocic/codata/releases)
276
-
277
- Python wrapper available at [pypi](https://pypi.org/project/pycodata).
278
-
279
-
280
-
281
- ## 0.5.0
282
-
283
- * Changed the complete approach by not generating a library but only source files for different languages.
284
- * Available languages: Fortran, C, python, CPython
285
-
286
- Full changelog available at [github](https://github.com/MilanSkocic/codata/releases)
287
-
288
- Python wrapper available at [pypi](https://pypi.org/project/pycodata).
289
-
290
-
291
-
292
- ## 0.4.0
293
-
294
- * Bring back pywrapper in the codata repository to sync versions.
295
- * Improvements of the documentation.
296
-
297
- Full changelog available at [github](https://github.com/MilanSkocic/codata/releases)
298
-
299
- Python wrapper available at [pypi](https://pypi.org/project/pycodata).
300
-
301
-
302
-
303
- ## 0.3.0
304
-
305
- * Only last codata constants.
306
-
307
- Full changelog available at [github](https://github.com/MilanSkocic/codata/releases)
308
-
309
- Python wrapper available at [pypi](https://pypi.org/project/pycodata).
310
-
311
-
312
-
313
- ## 0.2.1
314
-
315
- * Integration of Intel Fortran compiler and MSVC in cmake scripts.
316
- * Add specifications and instructions for compiling on Windows
317
-
318
- Full changelog available at [github](https://github.com/MilanSkocic/codata/releases)
319
-
320
- Python wrapper available at [pypi](https://pypi.org/project/pycodata).
321
-
322
-
323
-
324
- ## 0.2.0
325
-
326
- * Bug fixes for the codata 2010.
327
- * Bug fixes in the tests linked to the codata 2010.
328
- * Add python wrapper for the number of constants method.
329
-
330
- Full changelog available at [github](https://github.com/MilanSkocic/codata/releases)
331
-
332
- Python wrapper available at [pypi](https://pypi.org/project/pycodata).
333
-
334
-
335
-
336
- ## 0.1.0
337
-
338
- Implementation of:
339
-
340
- * the parser of the codata raw data
341
- * the generator of the Fortran modules
342
- * the C API and C header
343
- * the python wrapper (will be moved to its repository next release).
344
-
345
- Full changelog available at [github](https://github.com/MilanSkocic/codata/releases)
346
-
347
- Python wrapper available at [pypi](https://pypi.org/project/pycodata).