Metadata-Version: 2.1
Name: GraviPy
Version: 0.2.0
Summary: Tensor Calculus Package for General Relativity
Home-page: https://github.com/wojciechczaja/GraviPy
Author: Wojciech Czaja and contributors
Author-email: wojciech.czaja@gmail.com
Maintainer: Wojciech Czaja
Maintainer-email: wojciech.czaja@gmail.com
License: BSD
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Education
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Dist: sympy (>=1.4)

GraviPy
=======

Tensor Calculus Package for General Relativity
based on SymPy (python library for symbolic mathematics).



Installation
------------

GraviPy depends on:

* Python (version >=3.6)
* SymPy (version >=1.4)
* JupyterLab (version >=1.1.3, optional)

JupyterLab environment isn't required but it makes it easier to work with complex 
mathematical expressions.

To install GraviPy, simply run

    $ pip install gravipy


Documentation and usage
-----------------------

docs/GraviPy-tutorial.ipynb



