Metadata-Version: 2.3
Name: pysmad
Version: 0.1.0
Summary: Python package for space mission analysis and design
Project-URL: Documentation, https://www.pysmad.org/
Project-URL: Repository, https://github.com/brandon-sexton/pysmad
Author-email: Brandon Sexton <brandon.sexton.1@outlook.com>
License-Expression: GPL-3.0
Requires-Python: >=3.10
Provides-Extra: build
Requires-Dist: build; extra == 'build'
Provides-Extra: deploy
Requires-Dist: twine; extra == 'deploy'
Provides-Extra: dev
Requires-Dist: black; extra == 'dev'
Requires-Dist: flake8; extra == 'dev'
Requires-Dist: flake8-pytest-style; extra == 'dev'
Requires-Dist: isort; extra == 'dev'
Requires-Dist: mockito; extra == 'dev'
Requires-Dist: mypy; extra == 'dev'
Requires-Dist: pre-commit; extra == 'dev'
Requires-Dist: pytest; extra == 'dev'
Requires-Dist: pytest-cov; extra == 'dev'
Provides-Extra: docs
Requires-Dist: sphinx; extra == 'docs'
Requires-Dist: sphinx-rtd-theme; extra == 'docs'
Provides-Extra: test
Requires-Dist: mockito; extra == 'test'
Requires-Dist: pytest; extra == 'test'
Requires-Dist: pytest-cov; extra == 'test'
Description-Content-Type: text/markdown

# Python Space Mission Analysis and Design

## Overview

This package is a public astrodynamics analysis and simulation sandbox not intended for commercial use.  Further details
on functionality can be found on the [documentation page](https://www.openspace-docs.com).  For an interactive demonstration of possible uses, try the [openspace](https://www.openspace-app.com/) application.

## Contributing

When making contributions to the openspace code repository, please follow these standards as closely as possible:

- Use [black](https://pypi.org/project/black/) to format all python code
- Use [sphinx](https://www.sphinx-doc.org/en/master/) docstrings for code documentation
- Use [PEP484](https://peps.python.org/pep-0484/) type hinting
- Open issues when making changes that are intended to be merged to the main branch

## License

This packages is not intended for commercial use; however, it is not strictly prohibited.  Instead, you may use this
package for commercial use assuming you make any source code publicly available when using this package.
