Metadata-Version: 2.0
Name: GrTiPy
Version: 0.1.0
Summary: General Relativity toolbox in python
Home-page: UNKNOWN
Author: Ahmed Salah
Author-email: asalah3020@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 :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Requires-Dist: sympy (>=0.7.3)

GrTiPy
=======

General Relativity toobox in python
based on SymPy (python library for symbolic mathematics).



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

GraviPy depends on:

* Python (version >= 3.5.2)
* SymPy (version >=1.0)
* numpy (version >= 1.11.1)
* IPython (version >=5.1.0)

IPython notebook isn't required but it makes it easier to work with complex 
mathematical formulas.

To install GrTiPy, simply run

    $ python setup.py install




