Metadata-Version: 2.1
Name: solarforecastarbiter
Version: 1.0.0
Summary: Core framework for Solar Forecast Arbiter
Home-page: https://github.com/solararbiter/solarforecastarbiter-core
Author: Solar Forecast Arbiter Team
Author-email: info@solarforecastarbiter.org
License: UNKNOWN
Project-URL: Bug Reports, https://github.com/solararbiter/solarforecastarbiter-core/issues
Project-URL: Source, https://github.com/solararbiter/solarforecastarbiter-core
Description: [![Build Status](https://github.com/solararbiter/solarforecastarbiter-core/workflows/CI/badge.svg)](https://github.com/SolarArbiter/solarforecastarbiter-core/actions)
        [![Total alerts](https://img.shields.io/lgtm/alerts/g/SolarArbiter/solarforecastarbiter-core.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/SolarArbiter/solarforecastarbiter-core/alerts/)
        [![codecov](https://codecov.io/gh/solararbiter/solarforecastarbiter-core/branch/master/graph/badge.svg)](https://codecov.io/gh/solararbiter/solarforecastarbiter-core)
        [![Documentation Status](https://readthedocs.org/projects/solarforecastarbiter-core/badge/?version=latest)](https://solarforecastarbiter-core.readthedocs.io/en/latest/?badge=latest)
        [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.3473590.svg)](https://doi.org/10.5281/zenodo.3473590)
        [![Docker Repository on Quay](https://quay.io/repository/solararbiter/solarforecastarbiter-core/status "Docker Repository on Quay")](https://quay.io/repository/solararbiter/solarforecastarbiter-core)
        
        # solarforecastarbiter-core
        Core Solar Forecast Arbiter data gathering, validation, processing, and
        reporting package.
        
        # Installation
        
        See the [installation](https://solarforecastarbiter-core.readthedocs.io/en/latest/installation.html) instructions in the documentation.
        
        # Documentation
        
        The documentation is hosted at [solarforecastarbiter-core.readthedocs.io](https://solarforecastarbiter-core.readthedocs.io/en/latest/)
        
        # Contributing
        
        We welcome your contributions. Please see our [contributing guide](https://solarforecastarbiter-core.readthedocs.io/en/latest/contributing.html).
        
        # Architecture
        
        The diagram below depicts data flow between components of the Solar
        Forecast Arbiter framework. Users of the framework typically interact
        with the ``solarforecastarbiter-core`` code through a queue/worker
        system maintained by the API. Users may access the API directly or
        through the Dashboard. The API queues analyses to be processed by
        workers using core code. The workers then send their results to the API
        for storage in the database.
        
        Alternatively, users may choose to install the core package on their own
        systems and perform their analyses independently of the Dashboard, API,
        or database.
        
        ![system sketch](system_sketch.png)
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
Provides-Extra: test
Provides-Extra: fetch
Provides-Extra: log
Provides-Extra: cli
Provides-Extra: plotting
Provides-Extra: all
