PyLTSpice 5.3.1__tar.gz → 5.3.2__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.
- {pyltspice-5.3.1 → pyltspice-5.3.2}/PKG-INFO +5 -2
- {pyltspice-5.3.1 → pyltspice-5.3.2}/PyLTSpice.egg-info/PKG-INFO +5 -2
- pyltspice-5.3.2/PyLTSpice.egg-info/requires.txt +1 -0
- {pyltspice-5.3.1 → pyltspice-5.3.2}/README.md +3 -0
- {pyltspice-5.3.1 → pyltspice-5.3.2}/pyproject.toml +2 -2
- {pyltspice-5.3.1 → pyltspice-5.3.2}/unittests/test_pyltspice.py +3 -1
- pyltspice-5.3.1/PyLTSpice.egg-info/requires.txt +0 -1
- {pyltspice-5.3.1 → pyltspice-5.3.2}/LICENSE +0 -0
- {pyltspice-5.3.1 → pyltspice-5.3.2}/PyLTSpice/Histogram.py +0 -0
- {pyltspice-5.3.1 → pyltspice-5.3.2}/PyLTSpice/LTSteps.py +0 -0
- {pyltspice-5.3.1 → pyltspice-5.3.2}/PyLTSpice/__init__.py +0 -0
- {pyltspice-5.3.1 → pyltspice-5.3.2}/PyLTSpice/editor/__init__.py +0 -0
- {pyltspice-5.3.1 → pyltspice-5.3.2}/PyLTSpice/editor/asc_editor.py +0 -0
- {pyltspice-5.3.1 → pyltspice-5.3.2}/PyLTSpice/editor/spice_editor.py +0 -0
- {pyltspice-5.3.1 → pyltspice-5.3.2}/PyLTSpice/log/__init__.py +0 -0
- {pyltspice-5.3.1 → pyltspice-5.3.2}/PyLTSpice/log/logfile_data.py +0 -0
- {pyltspice-5.3.1 → pyltspice-5.3.2}/PyLTSpice/log/ltsteps.py +0 -0
- {pyltspice-5.3.1 → pyltspice-5.3.2}/PyLTSpice/log/semi_dev_op_reader.py +0 -0
- {pyltspice-5.3.1 → pyltspice-5.3.2}/PyLTSpice/raw/__init__.py +0 -0
- {pyltspice-5.3.1 → pyltspice-5.3.2}/PyLTSpice/raw/raw_classes.py +0 -0
- {pyltspice-5.3.1 → pyltspice-5.3.2}/PyLTSpice/raw/raw_read.py +0 -0
- {pyltspice-5.3.1 → pyltspice-5.3.2}/PyLTSpice/raw/raw_write.py +0 -0
- {pyltspice-5.3.1 → pyltspice-5.3.2}/PyLTSpice/rawplot.py +0 -0
- {pyltspice-5.3.1 → pyltspice-5.3.2}/PyLTSpice/run_server.py +0 -0
- {pyltspice-5.3.1 → pyltspice-5.3.2}/PyLTSpice/sim/__init__.py +0 -0
- {pyltspice-5.3.1 → pyltspice-5.3.2}/PyLTSpice/sim/ltspice_simulator.py +0 -0
- {pyltspice-5.3.1 → pyltspice-5.3.2}/PyLTSpice/sim/process_callback.py +0 -0
- {pyltspice-5.3.1 → pyltspice-5.3.2}/PyLTSpice/sim/sim_batch.py +0 -0
- {pyltspice-5.3.1 → pyltspice-5.3.2}/PyLTSpice/sim/sim_runner.py +0 -0
- {pyltspice-5.3.1 → pyltspice-5.3.2}/PyLTSpice/sim/sim_stepping.py +0 -0
- {pyltspice-5.3.1 → pyltspice-5.3.2}/PyLTSpice/sim/tookit/montecarlo.py +0 -0
- {pyltspice-5.3.1 → pyltspice-5.3.2}/PyLTSpice/sim/tookit/worst_case.py +0 -0
- {pyltspice-5.3.1 → pyltspice-5.3.2}/PyLTSpice/utils/detect_encoding.py +0 -0
- {pyltspice-5.3.1 → pyltspice-5.3.2}/PyLTSpice/utils/sweep_iterators.py +0 -0
- {pyltspice-5.3.1 → pyltspice-5.3.2}/PyLTSpice.egg-info/SOURCES.txt +0 -0
- {pyltspice-5.3.1 → pyltspice-5.3.2}/PyLTSpice.egg-info/dependency_links.txt +0 -0
- {pyltspice-5.3.1 → pyltspice-5.3.2}/PyLTSpice.egg-info/top_level.txt +0 -0
- {pyltspice-5.3.1 → pyltspice-5.3.2}/examples/ltsteps_example.py +0 -0
- {pyltspice-5.3.1 → pyltspice-5.3.2}/examples/raw_plotting.py +0 -0
- {pyltspice-5.3.1 → pyltspice-5.3.2}/examples/raw_read_example.py +0 -0
- {pyltspice-5.3.1 → pyltspice-5.3.2}/examples/raw_write_example.py +0 -0
- {pyltspice-5.3.1 → pyltspice-5.3.2}/examples/run_montecarlo.py +0 -0
- {pyltspice-5.3.1 → pyltspice-5.3.2}/examples/run_worst_case.py +0 -0
- {pyltspice-5.3.1 → pyltspice-5.3.2}/examples/sim_runner_asc_example.py +0 -0
- {pyltspice-5.3.1 → pyltspice-5.3.2}/examples/sim_runner_callback_example.py +0 -0
- {pyltspice-5.3.1 → pyltspice-5.3.2}/examples/sim_runner_callback_process_example.py +0 -0
- {pyltspice-5.3.1 → pyltspice-5.3.2}/examples/sim_runner_example.py +0 -0
- {pyltspice-5.3.1 → pyltspice-5.3.2}/examples/sim_stepper_example.py +0 -0
- {pyltspice-5.3.1 → pyltspice-5.3.2}/examples/spice_editor_example.py +0 -0
- {pyltspice-5.3.1 → pyltspice-5.3.2}/examples/sub_circuit_asc_edits.py +0 -0
- {pyltspice-5.3.1 → pyltspice-5.3.2}/setup.cfg +0 -0
- {pyltspice-5.3.1 → pyltspice-5.3.2}/unittests/sweep_iterators_unittest.py +0 -0
- {pyltspice-5.3.1 → pyltspice-5.3.2}/unittests/test_asc_editor.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: PyLTSpice
|
|
3
|
-
Version: 5.3.
|
|
3
|
+
Version: 5.3.2
|
|
4
4
|
Summary: A set of tools to Automate LTSpice simulations
|
|
5
5
|
Author-email: Nuno Brum <me@nunobrum.com>
|
|
6
6
|
License: GNU GENERAL PUBLIC LICENSE
|
|
@@ -688,7 +688,7 @@ Classifier: Operating System :: OS Independent
|
|
|
688
688
|
Requires-Python: >=3.8
|
|
689
689
|
Description-Content-Type: text/markdown
|
|
690
690
|
License-File: LICENSE
|
|
691
|
-
Requires-Dist: spicelib>=1.1
|
|
691
|
+
Requires-Dist: spicelib>=1.2.1
|
|
692
692
|
|
|
693
693
|
# README #
|
|
694
694
|
|
|
@@ -1150,6 +1150,9 @@ _Make sure to initialize the root logger before importing the library to be able
|
|
|
1150
1150
|
* Alternative contact : [nuno.brum@gmail.com](mailto:nuno.brum@gmail.com)
|
|
1151
1151
|
|
|
1152
1152
|
## History ##
|
|
1153
|
+
* Version 5.3.2
|
|
1154
|
+
* Correction on the readthedocs webhook configuration
|
|
1155
|
+
* Alignement with the spicelib 1.2.1
|
|
1153
1156
|
* Version 5.3.1
|
|
1154
1157
|
* Bugfixes
|
|
1155
1158
|
* Updates on the README.md file. Issue #137
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: PyLTSpice
|
|
3
|
-
Version: 5.3.
|
|
3
|
+
Version: 5.3.2
|
|
4
4
|
Summary: A set of tools to Automate LTSpice simulations
|
|
5
5
|
Author-email: Nuno Brum <me@nunobrum.com>
|
|
6
6
|
License: GNU GENERAL PUBLIC LICENSE
|
|
@@ -688,7 +688,7 @@ Classifier: Operating System :: OS Independent
|
|
|
688
688
|
Requires-Python: >=3.8
|
|
689
689
|
Description-Content-Type: text/markdown
|
|
690
690
|
License-File: LICENSE
|
|
691
|
-
Requires-Dist: spicelib>=1.1
|
|
691
|
+
Requires-Dist: spicelib>=1.2.1
|
|
692
692
|
|
|
693
693
|
# README #
|
|
694
694
|
|
|
@@ -1150,6 +1150,9 @@ _Make sure to initialize the root logger before importing the library to be able
|
|
|
1150
1150
|
* Alternative contact : [nuno.brum@gmail.com](mailto:nuno.brum@gmail.com)
|
|
1151
1151
|
|
|
1152
1152
|
## History ##
|
|
1153
|
+
* Version 5.3.2
|
|
1154
|
+
* Correction on the readthedocs webhook configuration
|
|
1155
|
+
* Alignement with the spicelib 1.2.1
|
|
1153
1156
|
* Version 5.3.1
|
|
1154
1157
|
* Bugfixes
|
|
1155
1158
|
* Updates on the README.md file. Issue #137
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
spicelib>=1.2.1
|
|
@@ -458,6 +458,9 @@ _Make sure to initialize the root logger before importing the library to be able
|
|
|
458
458
|
* Alternative contact : [nuno.brum@gmail.com](mailto:nuno.brum@gmail.com)
|
|
459
459
|
|
|
460
460
|
## History ##
|
|
461
|
+
* Version 5.3.2
|
|
462
|
+
* Correction on the readthedocs webhook configuration
|
|
463
|
+
* Alignement with the spicelib 1.2.1
|
|
461
464
|
* Version 5.3.1
|
|
462
465
|
* Bugfixes
|
|
463
466
|
* Updates on the README.md file. Issue #137
|
|
@@ -6,7 +6,7 @@ requires = [
|
|
|
6
6
|
build-backend = "setuptools.build_meta"
|
|
7
7
|
[project]
|
|
8
8
|
name = "PyLTSpice"
|
|
9
|
-
version = "5.3.
|
|
9
|
+
version = "5.3.2"
|
|
10
10
|
authors = [
|
|
11
11
|
{ name="Nuno Brum", email="me@nunobrum.com" },
|
|
12
12
|
]
|
|
@@ -15,7 +15,7 @@ readme = "README.md"
|
|
|
15
15
|
license = { file="LICENSE" }
|
|
16
16
|
requires-python = ">=3.8"
|
|
17
17
|
dependencies = [
|
|
18
|
-
"spicelib>=1.1
|
|
18
|
+
"spicelib>=1.2.1",
|
|
19
19
|
]
|
|
20
20
|
classifiers=[
|
|
21
21
|
"Programming Language :: Python :: 3",
|
|
@@ -53,7 +53,9 @@ from PyLTSpice.sim.sim_runner import SimRunner
|
|
|
53
53
|
def has_ltspice_detect():
|
|
54
54
|
from PyLTSpice.sim.ltspice_simulator import LTspice
|
|
55
55
|
ltspice = LTspice
|
|
56
|
-
return isinstance(ltspice.spice_exe, list) and
|
|
56
|
+
return (isinstance(ltspice.spice_exe, list) and
|
|
57
|
+
len(ltspice.spice_exe) > 0 and
|
|
58
|
+
any(os.path.exists(exe) for exe in ltspice.spice_exe))
|
|
57
59
|
|
|
58
60
|
|
|
59
61
|
# ------------------------------------------------------------------------------
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
spicelib>=1.1.2
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|