Metadata-Version: 2.1
Name: fprime-tools
Version: 2.0.0
Summary: F Prime Flight Software core data types
Home-page: https://github.com/nasa/fprime
Author: Michael Starch
Author-email: Michael.D.Starch@jpl.nasa.gov
License: Apache 2.0 License
Project-URL: Issue Tracker, https://github.com/nasa/fprime/issues
Keywords: fprime,embedded,nasa
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.6
License-File: LICENSE.txt
License-File: NOTICE.txt
Requires-Dist: lxml (==4.6.3)
Requires-Dist: Markdown (==3.3.4)
Requires-Dist: pexpect (==4.8.0)
Requires-Dist: pytest (==6.2.4)
Requires-Dist: Cheetah3 (==3.2.6.post2)
Requires-Dist: setuptools-scm (==6.0.1)
Requires-Dist: cookiecutter (==1.7.2)
Provides-Extra: dev
Requires-Dist: black (==21.5b1) ; extra == 'dev'
Requires-Dist: pylama (==7.7.1) ; extra == 'dev'
Requires-Dist: pylint (==2.8.2) ; extra == 'dev'
Requires-Dist: pre-commit (==2.12.1) ; extra == 'dev'
Requires-Dist: sphinx ; extra == 'dev'
Requires-Dist: sphinxcontrib.mermaid ; extra == 'dev'
Requires-Dist: sphinx-rtd-theme ; extra == 'dev'
Requires-Dist: sphinx-autoapi ; extra == 'dev'
Requires-Dist: recommonmark ; extra == 'dev'


This package contains the necessary core data types used by F prime. Users who seek to develop tools,
utilities, and other libraries used to interact with F prime framework code can use these data types
to interact with the data coming from the FSW.
    

