Metadata-Version: 2.1
Name: relaxed
Version: 0.0.4
Summary: Provides differentiable versions of common operations in high-energy physics analysis.
Home-page: https://github.com/gradhep/relaxed
Author: Nathan Simpson
Author-email: n.s@cern.ch
Maintainer: Nathan Simpson
Maintainer-email: n.s@cern.ch
License: BSD-3-Clause
Project-URL: Discussions, https://github.com/gradhep/relaxed/discussions
Project-URL: Bug Tracker, https://github.com/gradhep/relaxed/issues
Project-URL: Documentation, https://relaxed.readthedocs.io/
Project-URL: Changelog, https://github.com/gradhep/relaxed/releases
Description: # relaxed
        
        [![Actions Status][actions-badge]][actions-link]
        [![Coverage Status][codecov-badge]][codecov-link]
        [![Documentation Status][rtd-badge]][rtd-link]
        [![Code style: black][black-badge]][black-link]
        
        [![PyPI version][pypi-version]][pypi-link]
        [![Conda-Forge][conda-badge]][conda-link]
        [![PyPI platforms][pypi-platforms]][pypi-link]
        
        [![GitHub Discussion][github-discussions-badge]][github-discussions-link]
        [![Gitter][gitter-badge]][gitter-link]
        
        
        
        
        [actions-badge]:            https://github.com/gradhep/relaxed/workflows/CI/badge.svg
        [actions-link]:             https://github.com/gradhep/relaxed/actions
        [black-badge]:              https://img.shields.io/badge/code%20style-black-000000.svg
        [black-link]:               https://github.com/psf/black
        [conda-badge]:              https://img.shields.io/conda/vn/conda-forge/relaxed
        [conda-link]:               https://github.com/conda-forge/relaxed-feedstock
        [codecov-badge]:            https://app.codecov.io/gh/gradhep/relaxed/branch/main/graph/badge.svg
        [codecov-link]:            https://app.codecov.io/gh/gradhep/relaxed
        [github-discussions-badge]: https://img.shields.io/static/v1?label=Discussions&message=Ask&color=blue&logo=github
        [github-discussions-link]:  https://github.com/gradhep/relaxed/discussions
        [gitter-badge]:             https://badges.gitter.im/https://github.com/gradhep/relaxed/community.svg
        [gitter-link]:              https://gitter.im/https://github.com/gradhep/relaxed/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge
        [pypi-link]:                https://pypi.org/project/relaxed/
        [pypi-platforms]:           https://img.shields.io/pypi/pyversions/relaxed
        [pypi-version]:             https://badge.fury.io/py/relaxed.svg
        [rtd-badge]:                https://readthedocs.org/projects/relaxed/badge/?version=latest
        [rtd-link]:                 https://relaxed.readthedocs.io/en/latest/?badge=latest
        [sk-badge]:                 https://scikit-hep.org/assets/images/Scikit--HEP-Project-blue.svg
        
Platform: Any
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.7, <3.9
Description-Content-Type: text/markdown
Provides-Extra: test
Provides-Extra: docs
Provides-Extra: dev
