Metadata-Version: 2.1
Name: lips
Version: 0.3.1
Summary: Lorentz Invariant Phase Space
Home-page: https://github.com/GDeLaurentis/lips
Author: Giuseppe De Laurentis
Author-email: g.dl@hotmail.it
License: GNU General Public License v3.0
Download-URL: https://github.com/GDeLaurentis/lips/archive/v0.3.1.tar.gz
Project-URL: Documentation, https://gdelaurentis.github.io/lips/
Project-URL: Issues, https://github.com/GDeLaurentis/lips/issues
Description: # Lorentz Invariant Phase Space
        
        [![Continuous Integration Status](https://github.com/GDeLaurentis/lips/actions/workflows/continuous_integration.yml/badge.svg)](https://github.com/GDeLaurentis/lips/actions)
        [![Coverage](https://img.shields.io/badge/Coverage-80%25-greenyellow?labelColor=2a2f35)](https://github.com/GDeLaurentis/lips/actions)
        [![PyPI Downloads](https://img.shields.io/pypi/dm/lips.svg?label=PyPI%20downloads)](https://pypi.org/project/lips/)
        [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/GDeLaurentis/lips/HEAD)
        
        
        ## Requirements
        ```
        numpy, mpmath, sympy
        ```
        Algebraic-gemetry tools require
        ```
        Singular
        ```
        
        ## Installation
        ```
        pip install -e path/to/repo
        ```
        
        ## Testing
        
        ```
        pytest --cov lips/ --cov-report html tests/ --verbose
        ```
        
Keywords: lips,Lorentz Invariant Phase Space,Spinor Helicity
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 2.7
Description-Content-Type: text/markdown
