Metadata-Version: 2.1
Name: pylevis
Version: 0.215
Summary: Python utilities/interface for VENUS-LEVIS fast particle orbit code
Home-page: https://github.com/Spiffmeister/pyLEVIS
Author: Dean Muir
License: GNU 3.0
Description: # pyLEVIS
        
        Python implementation of the VENUS-LEVIS matlab routines.
        
        
        # Installation
        
        Can be download from PyPI by
        ```py
            pip3 install pylevis
        ```
        
        # Usage
        
        You can load the package the usual way (for python packages) by running
        ```py
            import pylevis
        ```
        Examples for running the code can be found in ./docs on the github page (see link below).
        
        
        # Developer(s)
        
        - Dean Muir
        
        
        # Github
        
        The source code can be found at https://github.com/Spiffmeister/pyLEVIS
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.6
Description-Content-Type: text/markdown
