Developers
==========

The following services are used for software quality assurance:

* The software repository is hosted on GitHub at https://github.com/sandialabs/pecos.  
* Bug reports and feature requests can be submitted to https://github.com/sandialabs/pecos/issues.
* Automated testing is run using GitHub Actions at https://github.com/sandialabs/pecos/actions.
* Test coverage statistics are collected using Coveralls at https://coveralls.io/github/sandialabs/pecos.
* The current release is hosted on PyPI at https://pypi.python.org/pypi/pecos and conda-forge at https://anaconda.org/conda-forge/pecos.

Tests can be run locally using pytest::

	pytest pecos

Software developers are expected to follow standard practices to document and test new code. 
Pull requests will be reviewed by the core development team.
See https://github.com/sandialabs/pecos/graphs/contributors for a list of contributors.