Science Score: 54.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
✓Academic publication links
Links to: zenodo.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (9.8%) to scientific vocabulary
Last synced: 6 months ago
·
JSON representation
·
Repository
Simple parser for LTspice files
Basic Info
- Host: GitHub
- Owner: scottprahl
- License: mit
- Language: Python
- Default Branch: main
- Size: 1.52 MB
Statistics
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
- Releases: 0
Created almost 4 years ago
· Last pushed almost 2 years ago
Metadata Files
Readme
Changelog
License
Citation
README.rst
.. |pypi| image:: https://img.shields.io/pypi/v/ltparser?color=68CA66
:target: https://pypi.org/project/ltparser/
:alt: pypi
.. |github| image:: https://img.shields.io/github/v/tag/scottprahl/ltparser?label=github&color=68CA66
:target: https://github.com/scottprahl/ltparser
:alt: github
.. |conda| image:: https://img.shields.io/conda/vn/conda-forge/ltparser?label=conda&color=68CA66
:target: https://github.com/conda-forge/ltparser-feedstock
:alt: conda
.. |doi| image:: https://zenodo.org/badge/116033943.svg
:target: https://zenodo.org/badge/latestdoi/116033943
:alt: doi
.. |license| image:: https://img.shields.io/github/license/scottprahl/ltparser?color=68CA66
:target: https://github.com/scottprahl/ltparser/blob/main/LICENSE.txt
:alt: License
.. |test| image:: https://github.com/scottprahl/ltparser/actions/workflows/test.yaml/badge.svg
:target: https://github.com/scottprahl/ltparser/actions/workflows/test.yaml
:alt: Testing
.. |docs| image:: https://readthedocs.org/projects/ltparser/badge?color=68CA66
:target: https://ltparser.readthedocs.io
:alt: Docs
.. |downloads| image:: https://img.shields.io/pypi/dm/ltparser?color=68CA66
:target: https://pypi.org/project/ltparser/
:alt: Downloads
ltparser
========
by Scott Prahl
Simple parser for converting LTspice `.asc` files to netlists. Only a
few LTspice elements are currently supported.
Usage
-----
Example::
import lcapy
import ltparser
lt = ltparser.LTspice()
lt.read('../examples/ltspice/twin-t.asc')
lt.make_netlist()
cct=lt.circuit()
cct.draw(scale=0.5)
produces
.. image:: https://github.com/scottprahl/ltparser/blob/main/docs/twin-t.png?raw=true
Installation
------------
Source code is available at or the module
can be installed using `pip`::
pip install ltparser
License
-------
ltparser is licensed under the terms of the MIT license.
Owner
- Name: Scott Prahl
- Login: scottprahl
- Kind: user
- Location: Portland, Oregon
- Company: Oregon Institute of Technology
- Website: http://omlc.org/~prahl
- Repositories: 11
- Profile: https://github.com/scottprahl
Citation (CITATION.cff)
authors: - family-names: Prahl given-names: Scott orcid: https://orcid.org/0000-0003-1468-6851 cff-version: 1.2.0 date-released: '2023-09-22' doi: 10.5281/zenodo.8370822 message: If you use this software, please cite it as below. title: 'python parser for converting LTspice .asc files to simple netlists' url: https://zenodo.org/badge/latestdoi/116033943 version: 0.1.0
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: 12 months ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0