Metadata-Version: 2.3
Name: ocpiupdate
Version: 0.3.0
Summary: An updater for OpenCPI Projects
Project-URL: Repository, https://gitlab.com/dawalters/ocpiupdate
Maintainer: Dom Walters
Keywords: ocpi,opencpi
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Software Development :: Quality Assurance
Requires-Python: >=3.8
Requires-Dist: toml; python_version < '3.11'
Requires-Dist: tree-sitter-language-pack; python_version >= '3.9'
Requires-Dist: tree-sitter-languages; python_version < '3.9'
Provides-Extra: dev
Requires-Dist: mypy; extra == 'dev'
Requires-Dist: ruff; extra == 'dev'
Requires-Dist: types-toml; extra == 'dev'
Requires-Dist: types-tree-sitter; extra == 'dev'
Requires-Dist: types-tree-sitter-languages; (python_version < '3.9') and extra == 'dev'
Requires-Dist: typing-extensions; (python_version < '3.11') and extra == 'dev'
Description-Content-Type: text/markdown

# ocpiupdate - An updater for OpenCPI Projects

`ocpiupdate` automatically updated OpenCPI Projects to use the semantics
associated with newer versions of OpenCPI.

For example:

- Using `<worker>-<model>.xml` for the OWD files, instead of `<worker>.xml`.
- Using `<component>.comp/<component>-comp.xml` for OCS files instead of
  `specs/<component>[-_]spec.xml`.
