Metadata-Version: 2.1
Name: relaxed
Version: 0.0.2
Summary: Differentiable versions of common operations.
Home-page: https://github.com/gradhep/relaxed
Author: Nathan Simpson
Author-email: nathan.simpson@hep.lu.se
License: Apache-2.0
Description: # relaxed
        (will) Provide differentiable versions of common HEP operations and objectives.
        
        Browse or contribute to the [List of Differentiable Operations](list_of_operations.md).
        
        ## Developing
        
        Clone and cd into the repo, then in a python venv run
        ```
        python -m pip install -e .
        ```
        to install dependencies.
        
        Be sure to read [`CONTRIBUTING.md`](CONTRIBUTING.md) before making a PR!
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Python: <3.9,>=3.7
Description-Content-Type: text/markdown
