Metadata-Version: 2.0
Name: ecdtools
Version: 0.1.0
Summary: Electronic circuit design tools.
Home-page: UNKNOWN
Author: Erik Moqvist
Author-email: erik.moqvist@gmail.com
License: MIT
Description-Content-Type: UNKNOWN
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Dist: textparser (>=0.18.0)

About
=====

Electronic circuit design in Python 3.

- `IBIS`_ parsing.

Contributing
============

#. Fork the repository.

#. Install prerequisites.

   .. code-block:: text

      pip install -r requirements.txt

#. Implement the new feature or bug fix.

#. Implement test case(s) to ensure that future changes do not break
   legacy.

#. Run the tests.

   .. code-block:: text

      make test

#. Create a pull request.

.. _IBIS: http://ibis.org


