Metadata-Version: 2.1
Name: phase_curve_tools
Version: 0.3.0
Summary: A Python package for asteroid phase curves
Home-page: https://github.com/drk98/phase_curve_tools
Author: Daniel Kramer
Author-email: drk98@nau.edu
License: MIT license
Keywords: phase_curve_tools
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.8
License-File: LICENSE
License-File: AUTHORS.rst

=================
Phase Curve Tools
=================


.. image:: https://img.shields.io/pypi/v/phase_curve_tools.svg
        :target: https://pypi.python.org/pypi/phase_curve_tools

.. image:: https://readthedocs.org/projects/phase-curve-tools/badge/?version=latest
        :target: https://phase-curve-tools.readthedocs.io/en/latest/?version=latest
        :alt: Documentation Status

.. image:: https://github.com/drk98/phase_curve_tools/actions/workflows/python-app.yml/badge.svg
        :target: https://github.com/drk98/phase_curve_tools/actions/workflows/python-app.yml
        :alt: Test Results


A Python package for asteroid phase curves


* Free software: MIT license
* Documentation: https://phase-curve-tools.readthedocs.io.


Features
--------

* TODO

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======

0.3.0 (2022-05-20)
------------------

* Added errors to bestfit

0.2.1 (2022-05-20)
------------------

* Updated manifest to include cython code

0.2.0 (2022-05-20)
------------------

* Added Bowell HG code
* Added Bowell HG fitting

0.1.0 (2022-05-18)
------------------

* First release on PyPI.


