Metadata-Version: 1.1
Name: GraviPy
Version: 0.1.0
Summary: Tensor Calculus Package for General Relativity
Home-page: UNKNOWN
Author: Wojciech Czaja and contributors
Author-email: wojciech.czaja@gmail.com
License: BSD
Description: GraviPy
        =======
        
        Tensor Calculus Package for General Relativity
        based on SymPy (python library for symbolic mathematics).
        
        
        
        Installation
        ------------
        
        GraviPy depends on:
        
        * Python (version >=2.6)
        * SymPy (version >=7.3)
        * IPython (version >=1.1.0)
        
        IPython notebook isn't required but it makes it easier to work with complex 
        mathematical formulas.
        
        To install GraviPy, simply run
        
            $ python setup.py install
        
        or
        
            $ pip install gravipy
        
        
        Documentation and usage
        -----------------------
        
        docs/GraviPy-tutorial.ipynb
        
        
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
