Metadata-Version: 1.2
Name: fp3
Version: 0.0.1
Summary: Faster Parallel Processing Pipeline
Home-page: UNKNOWN
Author: Diamond Light Source - Scientific Software
Author-email: scientificsoftware@diamond.ac.uk
License: BSD 3-Clause License
Project-URL: GitHub, https://github.com/xia2/fp3
Project-URL: Bug-Tracker, https://github.com/xia2/fp3/issues
Description: ===================================
        Faster Parallel Processing Pipeline
        ===================================
        
        
        .. image:: https://img.shields.io/pypi/v/fp3.svg
                :target: https://pypi.python.org/pypi/fp3
                :alt: PyPI release
        
        .. image:: https://img.shields.io/pypi/pyversions/fp3.svg
                :target: https://pypi.python.org/pypi/fp3
                :alt: Supported Python versions
        
        .. image:: https://img.shields.io/lgtm/alerts/g/xia2/fp3.svg?logo=lgtm&logoWidth=18
                :target: https://lgtm.com/projects/g/xia2/fp3/alerts/
                :alt: Total alerts
        ..
          .. image:: https://readthedocs.org/projects/python-fp3/badge/?version=latest
                  :target: https://python-fp3.readthedocs.io/en/latest/?badge=latest
                  :alt: Documentation Status
        
        .. image:: https://codecov.io/gh/xia2/fp3/branch/main/graph/badge.svg
                :target: https://codecov.io/gh/xia2/fp3
                :alt: Test coverage
        
        .. image:: https://img.shields.io/badge/code%20style-black-000000.svg
                :target: https://github.com/ambv/black
                :alt: Code style: black
        
        * Free software: BSD license
        
        More to come.
        
        
        
        =======
        History
        =======
        
        0.0.1 (2020-11-03)
        ------------------
        * First release on PyPI.
        
Keywords: dials
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.6
