Metadata-Version: 2.4
Name: plesty-sdk
Version: 0.1.0.dev1
Summary: Command-line application for developing Python modules compliant with the Plesty standard.
Author: Plesty Development Team
License-File: COPYING
License-File: COPYING.LESSER
License-File: LICENSE
Requires-Python: >=3.12
Requires-Dist: bluesky>=1.14.6
Requires-Dist: click>=3.8
Requires-Dist: copier>=9.15.1
Requires-Dist: licenseheaders>=0.8.8
Requires-Dist: livereload>=2.7.1
Requires-Dist: md2pdf>=3.1.1
Requires-Dist: myst-parser>=5.0.0
Requires-Dist: pydata-sphinx-theme==0.17.1
Requires-Dist: pytest>=9.0.0
Requires-Dist: ruff>=0.14
Requires-Dist: sphinx-autoapi>=3.6.1
Requires-Dist: sphinx-copybutton>=0.5.2
Requires-Dist: sphinx-design>=0.7.0
Requires-Dist: sphinx-external-toc>=1.1.0
Requires-Dist: sphinx>=9.1.0
Requires-Dist: sphinxcontrib-mermaid>=2.0.0
Requires-Dist: watchfiles>=1.1.1
Provides-Extra: gui
Requires-Dist: pyside6-essentials>=6.11.0; extra == 'gui'
Description-Content-Type: text/markdown

# plesty-sdk - Setting the Coding Standard


### What to standardize:
1. Code hygiene 
2. Documentation 
3. CI/CD including states of code hygiene check, deploy docs, tests, build and release
4. Standardized manual generation
5. Licensing
6. Scuffold project with templates

TODO:
- Data standards
- Simulator / Testing
- GUI


## LICENSE

Plesty is licensed under the GNU Lesser General Public License v3.0 or later
(LGPL-3.0-or-later). See the LICENSE file.