Metadata-Version: 2.1
Name: spectrum_fundamentals
Version: 0.4.4
Summary: Fundamentals public repo
Home-page: https://github.com/wilhelm-lab/spectrum_fundamentals
License: MIT
Author: WassimG
Author-email: wassim.gabriel@gmail.com
Requires-Python: >=3.8.0,<3.11.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.7
Requires-Dist: PyYAML (>=5.4.1)
Requires-Dist: click (>=8.0.0)
Requires-Dist: joblib (>=1.0.1,<2.0.0)
Requires-Dist: moepy (>=1.1.4,<2.0.0)
Requires-Dist: numpy (>=1.24.1,<1.25)
Requires-Dist: pandas (>=1.3.0,<2.0.0)
Requires-Dist: rich (>=10.3.0)
Requires-Dist: scikit-learn (>=1.0,<2.0)
Project-URL: Documentation, https://spectrum_fundamentals.readthedocs.io
Project-URL: Repository, https://github.com/wilhelm-lab/spectrum_fundamentals
Description-Content-Type: text/x-rst

spectrum_fundamentals
===========================

|PyPI| |Python Version| |License| |Read the Docs| |Build| |Tests| |Codecov| |pre-commit| |Black|

.. |PyPI| image:: https://img.shields.io/pypi/v/spectrum_fundamentals.svg
   :target: https://pypi.org/project/spectrum_fundamentals/
   :alt: PyPI
.. |Python Version| image:: https://img.shields.io/pypi/pyversions/spectrum_fundamentals
   :target: https://pypi.org/project/spectrum_fundamentals
   :alt: Python Version
.. |License| image:: https://img.shields.io/github/license/wilhelm-lab/spectrum_fundamentals
   :target: https://opensource.org/licenses/MIT
   :alt: License
.. |Read the Docs| image:: https://img.shields.io/readthedocs/spectrum_fundamentals/latest.svg?label=Read%20the%20Docs
   :target: https://spectrum_fundamentals.readthedocs.io/
   :alt: Read the documentation at https://spectrum_fundamentals.readthedocs.io/
.. |Build| image:: https://github.com/wilhelm-lab/spectrum_fundamentals/workflows/Build%20spectrum_fundamentals%20Package/badge.svg
   :target: https://github.com/wilhelm-lab/spectrum_fundamentals/actions?workflow=Package
   :alt: Build Package Status
.. |Tests| image:: https://github.com/wilhelm-lab/spectrum_fundamentals/workflows/Run%20spectrum_fundamentals%20Tests/badge.svg
   :target: https://github.com/wilhelm-lab/spectrum_fundamentals/actions?workflow=Tests
   :alt: Run Tests Status
.. |Codecov| image:: https://codecov.io/gh/wilhelm-lab/spectrum_fundamentals/branch/master/graph/badge.svg
   :target: https://codecov.io/gh/wilhelm-lab/spectrum_fundamentals
   :alt: Codecov
.. |pre-commit| image:: https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white
   :target: https://github.com/pre-commit/pre-commit
   :alt: pre-commit
.. |Black| image:: https://img.shields.io/badge/code%20style-black-000000.svg
   :target: https://github.com/psf/black
   :alt: Black


Features
--------

* TODO


Installation
------------

You can install *spectrum_fundamentals* via pip_ from PyPI_:

.. code:: console

   $ pip install spectrum_fundamentals


Usage
-----

Please see the `Command-line Reference <Usage_>`_ for details.


Credits
-------

This package was created with cookietemple_ using Cookiecutter_ based on Hypermodern_Python_Cookiecutter_.

.. _cookietemple: https://cookietemple.com
.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _PyPI: https://pypi.org/
.. _Hypermodern_Python_Cookiecutter: https://github.com/cjolowicz/cookiecutter-hypermodern-python
.. _pip: https://pip.pypa.io/
.. _Usage: https://spectrum_fundamentals.readthedocs.io/en/latest/usage.html

