Metadata-Version: 2.1
Name: pytc2
Version: 0.0.6
Summary: A circuit theory module for students at Universidad Tecnológica Nacional Regional Buen
License: MIT
Author: Mariano Llamedo Soria
Requires-Python: >=3.8,<3.12
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: jupyter (>=1.0.0,<2.0.0)
Requires-Dist: matplotlib (>=3.7.0,<4.0.0)
Requires-Dist: numpy (>=1.24.2,<2.0.0)
Requires-Dist: schemdraw (>=0.15,<0.16)
Requires-Dist: scipy (>=1.10.1,<2.0.0)
Requires-Dist: sympy (>=1.11.1,<2.0.0)
Requires-Dist: traitlets (==5.9.0)
Description-Content-Type: text/markdown

# pytc2

A circuit theory module for students at Universidad Tecnológica Nacional, en Buenos Aires, Argentina.

* Free software: MIT license
* [online Documentation](https://pytc2.readthedocs.io)

## Installation

```bash
$ pip install pytc2
```

## Usage

- Check the jupyter notebook examples in the documentation for fast starting.

## Contributing

Interested in contributing? Check out the contributing guidelines. Please note that this project is released with a Code of Conduct. By contributing to this project, you agree to abide by its terms.

## License

`pytc2` was created by Mariano Llamedo Soria. It is licensed under the terms of the MIT license.

## Credits

`pytc2` was created with [`cookiecutter`](https://cookiecutter.readthedocs.io/en/latest/) and the `py-pkgs-cookiecutter` [template](https://github.com/py-pkgs/py-pkgs-cookiecutter).


