Metadata-Version: 1.1
Name: modelr
Version: 0.3.1-alpha
Summary: Web Service like google charts API
Home-page: https://github.com/agile-geoscience/modelr
Author: Agile Geoscience.
Author-email: hello@agilegeoscience.com
License: BSD
Description: Welcome to modelr's documentation!
        ==================================
        
        Google charts like API for geophysics! Submit tasks via a script-plus-parameters, or via a URL. 
        
        Example: 
        
        * `<http://server.modelr.org:8081/plot.jpeg?script=stochastic_avo.py&plot_type=AVO&title=Plot&reflectivity_method=zoeppritz&Rpp0=2222%2C2222%2C2222%2C100%2C100%2C100&Rpp1=1500%2C1500%2C1500%2C10%2C50%2C100&iterations=1000>`_
        Or to get help just run:
        
        * `<http://server.modelr.org:8080/plot.jpeg>`_
        
        Prerequisites
        ++++++++++++++++
        .. line-block::
           You will need scientific python (numpy, scipy, matplotlib), which come with
           Enthought Canopy:  `<http://www.enthought.com>`_
        
           They can alternatively be installed via pip, aptitude, ports,
           or sourced from git.
        
           Additionally, ImageMagick will need to be installed in order to
           handle conversion of svg to png. 
           Binaries can be downloaded from the ImageMagick website: 
           `<http://www.imagemagick.org/script/binary-releases.php#unix>`_
        
           ImageMagick can also be installed via ports or aptitude.
        
           Other python packages that will be automatically installed during setup:
        
        * agilegeo
        * pypng
        * requests
        * jinja2
        * svgwrite
        
        
        
        
        
        
        Links
        +++++++++++
        
        * `Agile Geoscience <http://www.agilegeoscience.com>`_
        * `Homepage <http://agile-geoscience.github.com/modelr/>`_
        * `Issue Tracker <https://github.com/agile-geoscience/modelr/issues/>`_
        
        
        * `PyPi <http://pypi.python.org/pypi/modelr/>`_
        * `Github <https://github.com/agile-geoscience/modelr>`_
        
        
        Authors
        ++++++++++++++++
        
        * `Matt Hall <https://github.com/kwinkunks>`_ @ `Agile Geoscience <http://www.agilegeoscience.com>`_
        * `Sean Ross-Ross <https://github.com/srossross>`_ @ now at `Continuum`
        * `Evan Bianco <https://github.com/EvanBianco>`_ @ `Agile Geoscience <http://www.agilegeoscience.com>`_
        * `Ben Bougher <https://github.com/ben-bougher>`_
        
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: OS Independent
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python :: 2
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
