-
Notifications
You must be signed in to change notification settings - Fork 157
Expand file tree
/
Copy pathmetadata.xml
More file actions
33 lines (31 loc) · 1.25 KB
/
metadata.xml
File metadata and controls
33 lines (31 loc) · 1.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
</maintainer>
<longdescription lang="en">
PySpice is a Python module which interface Python to the Ngspice and Xyce circuit simulators.
PySpice implements simulator bindings and provides an object oriented API on top of SPICE,
the simulation output is converted to Numpy arrays for convenience.
It permits:
* Definition of a circuit, through a netlist,
* Simulation using Ngspice and Xyce,
* Analysis of the output using Numpy and Matplotlib.
Main features:
* an Ngspice shared library binding using CFFI which support external sources
* (partial) SPICE netlist parser
* Handle units
* Work with Kicad schematic editor
* Documentation generator
</longdescription>
<longdescription lang="ru">
</longdescription>
<upstream>
<changelog>https://pyspice.fabrice-salvaire.fr/releases/v1.5/news.html</changelog>
<doc lang="en">https://pyspice.fabrice-salvaire.fr/releases/v1.5</doc>
<remote-id type="github">PySpice-org/PySpice</remote-id>
<remote-id type="pypi">PySpice</remote-id>
</upstream>
</pkgmetadata>