Metadata-Version: 2.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
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
Requires-Dist: Click (>=6.0)
Requires-Dist: numpy (>=1.17.0)
Requires-Dist: tqdm (>=4.32.2)
Requires-Dist: h5py (>=2.10.0)
Requires-Dist: matplotlib (>=3.1.2)
Requires-Dist: Pillow (>=7.0.0)
Requires-Dist: moviepy (>=1.0.1)
Requires-Dist: vapory (>=0.1.1)
Requires-Dist: nptyping (>=1.0.1)
Requires-Dist: numba (>=0.48.0)

===
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




