Metadata-Version: 2.1
Name: symcirc
Version: 0.0.3
Summary: A python package for symbolic electronic circuit analysis
Home-page: https://github.com/MatyasVasek/SymCirc
Author: Matyas Vasek
Author-email: matyas.vasek@gmail.com
License: MIT license
Project-URL: Bug Tracker, https://github.com/MatyasVasek/SymCirc/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# SymCirc

A python library for symbolic circuit analysis.

## What can it do?

* 
* Something

## Build

Build just source distribution (tar.gz)

* python setup.py sdist

or complete build (including wheel)

* python -m build

## Install
* symcirc runs on sympy so you'll need to install it first
* pip install symcirc-0.0.1.tar.gz 

