Skip to content

Commit 0865fe3

Browse files
committed
added tests for the new version 30 for chemstation uv files
1 parent cb21415 commit 0865fe3

28 files changed

Lines changed: 192 additions & 0 deletions

BinaryParser.egg-info/PKG-INFO

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
Metadata-Version: 2.4
2+
Name: BinaryParser
3+
Version: 0.1.1
4+
Summary: Parsing binary files
5+
Author-email: Konrad Krämer <konrad.kraemer@kit.edu>, Martin Starman <martin.starman@kit.edu>, Nicole Jung <nicole.jung@kit.edu>
6+
License-Expression: AGPL-3.0-or-later
7+
Project-URL: homepage, https://github.com/ComPlat/BinaryParser
8+
Project-URL: repository, https://github.com/ComPlat/BinaryParser
9+
Keywords: chemistry,convert,file,format
10+
Classifier: Programming Language :: Python :: 3
11+
Classifier: Operating System :: OS Independent
12+
Requires-Python: >=3.12
13+
Description-Content-Type: text/markdown
14+
License-File: LICENSE
15+
Requires-Dist: pandas==2.3.3
16+
Requires-Dist: numpy==2.4.1
17+
Requires-Dist: plotly==6.5.2
18+
Requires-Dist: matplotlib==3.10.8
19+
Requires-Dist: seaborn==0.13.2
20+
Requires-Dist: netCDF4==1.7.4
21+
Provides-Extra: dev
22+
Requires-Dist: pytest; extra == "dev"
23+
Dynamic: license-file

BinaryParser.egg-info/SOURCES.txt

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
LICENSE
2+
pyproject.toml
3+
BinaryParser.egg-info/PKG-INFO
4+
BinaryParser.egg-info/SOURCES.txt
5+
BinaryParser.egg-info/dependency_links.txt
6+
BinaryParser.egg-info/requires.txt
7+
BinaryParser.egg-info/top_level.txt
8+
binary_parser/__init__.py
9+
binary_parser/chemstation/__init__.py
10+
binary_parser/chemstation/read_ms_file.py
11+
binary_parser/helper/__init__.py
12+
binary_parser/helper/parser_hplc.py
13+
binary_parser/helper/parser_ms.py
14+
binary_parser/helper/parser_xray.py
15+
binary_parser/helper/utils.py
16+
binary_parser/hplc/__init__.py
17+
binary_parser/hplc/read_files.py
18+
binary_parser/openlab/__init__.py
19+
binary_parser/openlab/openlab.py
20+
binary_parser/xray/__init__.py
21+
binary_parser/xray/bruker_xray.py
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

BinaryParser.egg-info/requires.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
pandas==2.3.3
2+
numpy==2.4.1
3+
plotly==6.5.2
4+
matplotlib==3.10.8
5+
seaborn==0.13.2
6+
netCDF4==1.7.4
7+
8+
[dev]
9+
pytest
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
binary_parser
4.12 KB
Binary file not shown.
214 KB
Binary file not shown.
4.57 KB
Binary file not shown.
86.8 KB
Binary file not shown.
6.15 KB
Binary file not shown.

0 commit comments

Comments
 (0)