cellpy 1.0.2a2__tar.gz → 1.0.2a5__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.
- {cellpy-1.0.2a2 → cellpy-1.0.2a5}/PKG-INFO +3 -2
- {cellpy-1.0.2a2 → cellpy-1.0.2a5}/README.md +1 -1
- cellpy-1.0.2a5/cellpy/_version.py +1 -0
- {cellpy-1.0.2a2 → cellpy-1.0.2a5}/cellpy.egg-info/PKG-INFO +3 -2
- cellpy-1.0.2a5/pyproject.toml +29 -0
- {cellpy-1.0.2a2 → cellpy-1.0.2a5}/setup.py +1 -0
- cellpy-1.0.2a2/cellpy/_version.py +0 -1
- cellpy-1.0.2a2/pyproject.toml +0 -14
- {cellpy-1.0.2a2 → cellpy-1.0.2a5}/AUTHORS.md +0 -0
- {cellpy-1.0.2a2 → cellpy-1.0.2a5}/CONTRIBUTING.md +0 -0
- {cellpy-1.0.2a2 → cellpy-1.0.2a5}/HISTORY.md +0 -0
- {cellpy-1.0.2a2 → cellpy-1.0.2a5}/LICENSE.md +0 -0
- {cellpy-1.0.2a2 → cellpy-1.0.2a5}/MANIFEST.in +0 -0
- {cellpy-1.0.2a2 → cellpy-1.0.2a5}/cellpy/__init__.py +0 -0
- {cellpy-1.0.2a2 → cellpy-1.0.2a5}/cellpy/cli.py +0 -0
- {cellpy-1.0.2a2 → cellpy-1.0.2a5}/cellpy/exceptions.py +0 -0
- {cellpy-1.0.2a2 → cellpy-1.0.2a5}/cellpy/internals/__init__.py +0 -0
- {cellpy-1.0.2a2 → cellpy-1.0.2a5}/cellpy/internals/core.py +0 -0
- {cellpy-1.0.2a2 → cellpy-1.0.2a5}/cellpy/internals/otherpath.py +0 -0
- {cellpy-1.0.2a2 → cellpy-1.0.2a5}/cellpy/log.py +0 -0
- {cellpy-1.0.2a2 → cellpy-1.0.2a5}/cellpy/logging.json +0 -0
- {cellpy-1.0.2a2 → cellpy-1.0.2a5}/cellpy/parameters/.cellpy_prms_default.conf +0 -0
- {cellpy-1.0.2a2 → cellpy-1.0.2a5}/cellpy/parameters/__init__.py +0 -0
- {cellpy-1.0.2a2 → cellpy-1.0.2a5}/cellpy/parameters/internal_settings.py +0 -0
- {cellpy-1.0.2a2 → cellpy-1.0.2a5}/cellpy/parameters/legacy/__init__.py +0 -0
- {cellpy-1.0.2a2 → cellpy-1.0.2a5}/cellpy/parameters/legacy/update_headers.py +0 -0
- {cellpy-1.0.2a2 → cellpy-1.0.2a5}/cellpy/parameters/prmreader.py +0 -0
- {cellpy-1.0.2a2 → cellpy-1.0.2a5}/cellpy/parameters/prms.py +0 -0
- {cellpy-1.0.2a2 → cellpy-1.0.2a5}/cellpy/readers/__init__.py +0 -0
- {cellpy-1.0.2a2 → cellpy-1.0.2a5}/cellpy/readers/cellreader.py +0 -0
- {cellpy-1.0.2a2 → cellpy-1.0.2a5}/cellpy/readers/core.py +0 -0
- {cellpy-1.0.2a2 → cellpy-1.0.2a5}/cellpy/readers/dbreader.py +0 -0
- {cellpy-1.0.2a2 → cellpy-1.0.2a5}/cellpy/readers/do.py +0 -0
- {cellpy-1.0.2a2 → cellpy-1.0.2a5}/cellpy/readers/filefinder.py +0 -0
- {cellpy-1.0.2a2 → cellpy-1.0.2a5}/cellpy/readers/instruments/__init__.py +0 -0
- {cellpy-1.0.2a2 → cellpy-1.0.2a5}/cellpy/readers/instruments/arbin_res.py +0 -0
- {cellpy-1.0.2a2 → cellpy-1.0.2a5}/cellpy/readers/instruments/arbin_sql.py +0 -0
- {cellpy-1.0.2a2 → cellpy-1.0.2a5}/cellpy/readers/instruments/arbin_sql_7.py +0 -0
- {cellpy-1.0.2a2 → cellpy-1.0.2a5}/cellpy/readers/instruments/arbin_sql_csv.py +0 -0
- {cellpy-1.0.2a2 → cellpy-1.0.2a5}/cellpy/readers/instruments/arbin_sql_h5.py +0 -0
- {cellpy-1.0.2a2 → cellpy-1.0.2a5}/cellpy/readers/instruments/arbin_sql_xlsx.py +0 -0
- {cellpy-1.0.2a2 → cellpy-1.0.2a5}/cellpy/readers/instruments/base.py +0 -0
- {cellpy-1.0.2a2 → cellpy-1.0.2a5}/cellpy/readers/instruments/biologics_mpr.py +0 -0
- {cellpy-1.0.2a2 → cellpy-1.0.2a5}/cellpy/readers/instruments/configurations/__init__.py +0 -0
- {cellpy-1.0.2a2 → cellpy-1.0.2a5}/cellpy/readers/instruments/configurations/maccor_txt_one.py +0 -0
- {cellpy-1.0.2a2 → cellpy-1.0.2a5}/cellpy/readers/instruments/configurations/maccor_txt_three.py +0 -0
- {cellpy-1.0.2a2 → cellpy-1.0.2a5}/cellpy/readers/instruments/configurations/maccor_txt_two.py +0 -0
- {cellpy-1.0.2a2 → cellpy-1.0.2a5}/cellpy/readers/instruments/configurations/maccor_txt_zero.py +0 -0
- {cellpy-1.0.2a2 → cellpy-1.0.2a5}/cellpy/readers/instruments/configurations/neware_txt_zero.py +0 -0
- {cellpy-1.0.2a2 → cellpy-1.0.2a5}/cellpy/readers/instruments/custom.py +0 -0
- {cellpy-1.0.2a2 → cellpy-1.0.2a5}/cellpy/readers/instruments/ext_nda_reader.py +0 -0
- {cellpy-1.0.2a2 → cellpy-1.0.2a5}/cellpy/readers/instruments/loader_specific_modules/__init__.py +0 -0
- {cellpy-1.0.2a2 → cellpy-1.0.2a5}/cellpy/readers/instruments/loader_specific_modules/biologic_file_format.py +0 -0
- {cellpy-1.0.2a2 → cellpy-1.0.2a5}/cellpy/readers/instruments/local_instrument.py +0 -0
- {cellpy-1.0.2a2 → cellpy-1.0.2a5}/cellpy/readers/instruments/maccor_txt.py +0 -0
- {cellpy-1.0.2a2 → cellpy-1.0.2a5}/cellpy/readers/instruments/neware_txt.py +0 -0
- {cellpy-1.0.2a2 → cellpy-1.0.2a5}/cellpy/readers/instruments/neware_xlsx.py +0 -0
- {cellpy-1.0.2a2 → cellpy-1.0.2a5}/cellpy/readers/instruments/pec_csv.py +0 -0
- {cellpy-1.0.2a2 → cellpy-1.0.2a5}/cellpy/readers/instruments/processors/__init__.py +0 -0
- {cellpy-1.0.2a2 → cellpy-1.0.2a5}/cellpy/readers/instruments/processors/post_processors.py +0 -0
- {cellpy-1.0.2a2 → cellpy-1.0.2a5}/cellpy/readers/instruments/processors/pre_processors.py +0 -0
- {cellpy-1.0.2a2 → cellpy-1.0.2a5}/cellpy/readers/sql_dbreader.py +0 -0
- {cellpy-1.0.2a2 → cellpy-1.0.2a5}/cellpy/utils/__init__.py +0 -0
- {cellpy-1.0.2a2 → cellpy-1.0.2a5}/cellpy/utils/batch.py +0 -0
- {cellpy-1.0.2a2 → cellpy-1.0.2a5}/cellpy/utils/batch_tools/__init__.py +0 -0
- {cellpy-1.0.2a2 → cellpy-1.0.2a5}/cellpy/utils/batch_tools/batch_analyzers.py +0 -0
- {cellpy-1.0.2a2 → cellpy-1.0.2a5}/cellpy/utils/batch_tools/batch_core.py +0 -0
- {cellpy-1.0.2a2 → cellpy-1.0.2a5}/cellpy/utils/batch_tools/batch_experiments.py +0 -0
- {cellpy-1.0.2a2 → cellpy-1.0.2a5}/cellpy/utils/batch_tools/batch_exporters.py +0 -0
- {cellpy-1.0.2a2 → cellpy-1.0.2a5}/cellpy/utils/batch_tools/batch_helpers.py +0 -0
- {cellpy-1.0.2a2 → cellpy-1.0.2a5}/cellpy/utils/batch_tools/batch_journals.py +0 -0
- {cellpy-1.0.2a2 → cellpy-1.0.2a5}/cellpy/utils/batch_tools/batch_plotters.py +0 -0
- {cellpy-1.0.2a2 → cellpy-1.0.2a5}/cellpy/utils/batch_tools/batch_reporters.py +0 -0
- {cellpy-1.0.2a2 → cellpy-1.0.2a5}/cellpy/utils/batch_tools/dumpers.py +0 -0
- {cellpy-1.0.2a2 → cellpy-1.0.2a5}/cellpy/utils/batch_tools/engines.py +0 -0
- {cellpy-1.0.2a2 → cellpy-1.0.2a5}/cellpy/utils/batch_tools/sqlite_from_excel_db.py +0 -0
- {cellpy-1.0.2a2 → cellpy-1.0.2a5}/cellpy/utils/collectors.py +0 -0
- {cellpy-1.0.2a2 → cellpy-1.0.2a5}/cellpy/utils/diagnostics.py +0 -0
- {cellpy-1.0.2a2 → cellpy-1.0.2a5}/cellpy/utils/easyplot.py +0 -0
- {cellpy-1.0.2a2 → cellpy-1.0.2a5}/cellpy/utils/example_data.py +0 -0
- {cellpy-1.0.2a2 → cellpy-1.0.2a5}/cellpy/utils/helpers.py +0 -0
- {cellpy-1.0.2a2 → cellpy-1.0.2a5}/cellpy/utils/ica.py +0 -0
- {cellpy-1.0.2a2 → cellpy-1.0.2a5}/cellpy/utils/live.py +0 -0
- {cellpy-1.0.2a2 → cellpy-1.0.2a5}/cellpy/utils/ocv_rlx.py +0 -0
- {cellpy-1.0.2a2 → cellpy-1.0.2a5}/cellpy/utils/plotutils.py +0 -0
- {cellpy-1.0.2a2 → cellpy-1.0.2a5}/cellpy/utils/processor.py +0 -0
- {cellpy-1.0.2a2 → cellpy-1.0.2a5}/cellpy.egg-info/SOURCES.txt +0 -0
- {cellpy-1.0.2a2 → cellpy-1.0.2a5}/cellpy.egg-info/dependency_links.txt +0 -0
- {cellpy-1.0.2a2 → cellpy-1.0.2a5}/cellpy.egg-info/entry_points.txt +0 -0
- {cellpy-1.0.2a2 → cellpy-1.0.2a5}/cellpy.egg-info/not-zip-safe +0 -0
- {cellpy-1.0.2a2 → cellpy-1.0.2a5}/cellpy.egg-info/requires.txt +0 -0
- {cellpy-1.0.2a2 → cellpy-1.0.2a5}/cellpy.egg-info/top_level.txt +0 -0
- {cellpy-1.0.2a2 → cellpy-1.0.2a5}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: cellpy
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.2a5
|
|
4
4
|
Summary: Extract and manipulate data from battery data testers.
|
|
5
5
|
Home-page: https://github.com/jepegit/cellpy
|
|
6
6
|
Author: Jan Petter Maehlen
|
|
@@ -13,6 +13,7 @@ Classifier: License :: OSI Approved :: MIT License
|
|
|
13
13
|
Classifier: Natural Language :: English
|
|
14
14
|
Classifier: Programming Language :: Python :: 3.10
|
|
15
15
|
Classifier: Programming Language :: Python :: 3.11
|
|
16
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
16
17
|
Description-Content-Type: text/markdown
|
|
17
18
|
License-File: LICENSE.md
|
|
18
19
|
License-File: AUTHORS.md
|
|
@@ -67,7 +68,7 @@ Requires-Dist: lmfit; extra == "all"
|
|
|
67
68
|
|
|
68
69
|
This Python Package was developed to help the
|
|
69
70
|
researchers at IFE, Norway, in their cumbersome task of
|
|
70
|
-
interpreting and handling data from cycling tests of
|
|
71
|
+
interpreting and handling data from cycling tests of batteries and cells.
|
|
71
72
|
|
|
72
73
|
## Features
|
|
73
74
|
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
This Python Package was developed to help the
|
|
11
11
|
researchers at IFE, Norway, in their cumbersome task of
|
|
12
|
-
interpreting and handling data from cycling tests of
|
|
12
|
+
interpreting and handling data from cycling tests of batteries and cells.
|
|
13
13
|
|
|
14
14
|
## Features
|
|
15
15
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "1.0.2a5"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: cellpy
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.2a5
|
|
4
4
|
Summary: Extract and manipulate data from battery data testers.
|
|
5
5
|
Home-page: https://github.com/jepegit/cellpy
|
|
6
6
|
Author: Jan Petter Maehlen
|
|
@@ -13,6 +13,7 @@ Classifier: License :: OSI Approved :: MIT License
|
|
|
13
13
|
Classifier: Natural Language :: English
|
|
14
14
|
Classifier: Programming Language :: Python :: 3.10
|
|
15
15
|
Classifier: Programming Language :: Python :: 3.11
|
|
16
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
16
17
|
Description-Content-Type: text/markdown
|
|
17
18
|
License-File: LICENSE.md
|
|
18
19
|
License-File: AUTHORS.md
|
|
@@ -67,7 +68,7 @@ Requires-Dist: lmfit; extra == "all"
|
|
|
67
68
|
|
|
68
69
|
This Python Package was developed to help the
|
|
69
70
|
researchers at IFE, Norway, in their cumbersome task of
|
|
70
|
-
interpreting and handling data from cycling tests of
|
|
71
|
+
interpreting and handling data from cycling tests of batteries and cells.
|
|
71
72
|
|
|
72
73
|
## Features
|
|
73
74
|
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
[build-system]
|
|
2
|
+
requires = ["setuptools"]
|
|
3
|
+
build-backend = "setuptools.build_meta"
|
|
4
|
+
|
|
5
|
+
[tool.pytest.ini_options]
|
|
6
|
+
minversion = "6.0"
|
|
7
|
+
addopts = "--durations=0 -v -m \"not slowtest and not smoketest and not unimportant and not unfinished and not onlylocal\""
|
|
8
|
+
markers = [
|
|
9
|
+
"slowtest: marks tests as slow (deselect with '-m \"not slow\"')",
|
|
10
|
+
"serial",
|
|
11
|
+
]
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
[tool.bumpver]
|
|
15
|
+
current_version = "1.0.2a5"
|
|
16
|
+
version_pattern = "MAJOR.MINOR.PATCH[PYTAG][NUM]"
|
|
17
|
+
commit_message = "bump version {old_version} -> {new_version}"
|
|
18
|
+
commit = true
|
|
19
|
+
tag = true
|
|
20
|
+
push = false
|
|
21
|
+
|
|
22
|
+
[tool.bumpver.file_patterns]
|
|
23
|
+
"pyproject.toml" = [
|
|
24
|
+
'current_version = "{version}"',
|
|
25
|
+
]
|
|
26
|
+
|
|
27
|
+
"cellpy/_version.py" = [
|
|
28
|
+
'__version__ = "{version}"',
|
|
29
|
+
]
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "1.0.2a2"
|
cellpy-1.0.2a2/pyproject.toml
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
[build-system]
|
|
2
|
-
requires = ["setuptools"]
|
|
3
|
-
build-backend = "setuptools.build_meta"
|
|
4
|
-
|
|
5
|
-
[tool.pytest.ini_options]
|
|
6
|
-
minversion = "6.0"
|
|
7
|
-
addopts = "--durations=0 -v -m \"not slowtest and not smoketest and not unimportant and not unfinished and not onlylocal\""
|
|
8
|
-
markers = [
|
|
9
|
-
"slowtest: marks tests as slow (deselect with '-m \"not slow\"')",
|
|
10
|
-
"serial",
|
|
11
|
-
]
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cellpy-1.0.2a2 → cellpy-1.0.2a5}/cellpy/readers/instruments/configurations/maccor_txt_one.py
RENAMED
|
File without changes
|
{cellpy-1.0.2a2 → cellpy-1.0.2a5}/cellpy/readers/instruments/configurations/maccor_txt_three.py
RENAMED
|
File without changes
|
{cellpy-1.0.2a2 → cellpy-1.0.2a5}/cellpy/readers/instruments/configurations/maccor_txt_two.py
RENAMED
|
File without changes
|
{cellpy-1.0.2a2 → cellpy-1.0.2a5}/cellpy/readers/instruments/configurations/maccor_txt_zero.py
RENAMED
|
File without changes
|
{cellpy-1.0.2a2 → cellpy-1.0.2a5}/cellpy/readers/instruments/configurations/neware_txt_zero.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cellpy-1.0.2a2 → cellpy-1.0.2a5}/cellpy/readers/instruments/loader_specific_modules/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|