Metadata-Version: 1.1
Name: llg
Version: 1.0.0
Summary: Python package to solve the LLG equation by using the Heun scheme.
Home-page: https://github.com/jdalzatec/llg
Author: Juan David Alzate Cardona
Author-email: jdalzatec@unal.edu.co
License: MIT license
Description: ===
        llg
        ===
        
        .. image:: https://img.shields.io/travis/lufvelasquezgo/llg.svg
                :target: https://travis-ci.org/lufvelasquezgo/llg
        
        .. image:: https://readthedocs.org/projects/llg/badge/?version=latest
                :target: https://llg.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        .. image:: https://pyup.io/repos/github/lufvelasquezgo/llg/shield.svg
             :target: https://pyup.io/repos/github/lufvelasquezgo/llg/
             :alt: Updates
        
        
        
        Python Boilerplate contains all the boilerplate you need to create a Python package.
        
        
        * Free software: MIT license
        * Documentation: https://llg.readthedocs.io.
        
        
        Features
        --------
        
        * TODO
        
        Credits
        -------
        
        This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        
        
        
Keywords: llg
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
