Metadata-Version: 2.1
Name: pyetta
Version: 0.0.3
Summary: Tooling for automated testing on embedded bare metal platforms.
Author-email: Kenneth Ng <ngkaijie@hotmail.com>
Maintainer-email: Kenneth Ng <ngkaijie@hotmail.com>
License: MIT License
Classifier: Development Status :: 1 - Planning
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Embedded Systems
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: System :: Hardware
Classifier: Topic :: Utilities
Requires-Python: >=3.7
Description-Content-Type: text/x-rst
Provides-Extra: dev
License-File: LICENSE.rst

====================================================
pyetta - Python Embedded Test Toolbox and Automation
====================================================

Roadmap
==========

The current roadmap for features (in no specific order):

- Plugin support for registering loaders, runner, and parser
- Add support for env variables as options
- Tidy up CLI to run tests
- Add documentation and README for usage (install libusb/openocd)
- Add feature to load plugins via pypi (entrypoints API)
- Add plugins via options
- Add switches to force file formats (etc --fmt hex)
- Adjust cli naming
