Metadata-Version: 1.1
Name: pytecplot
Version: 0.6.1
Summary: A python interface to Tecplot 360 EX
Home-page: http://www.tecplot.com/docs/pytecplot
Author: Tecplot, Inc.
Author-email: support@tecplot.com
License: UNKNOWN
Description: PyTecplot
        =========
        
        The pytecplot library is a high level API that connects your Python script
        to the power of the |Tecplot 360 EX| visualization engine. It offers line
        plotting, 2D and 3D surface plots in a variety of formats, and 3D volumetric
        visualization. Familiarity with |Tecplot 360 EX| and the |Tecplot 360 EX|
        macro language is helpful, but not required.
        
        Documentation
        -------------
        
        The full documentation is here: http://www.tecplot.com/docs/pytecplot
        
        .. note::
            |PyTecplot| supports 64-bit Python versions 2.7 and 3.4+. |PyTecplot|
            does not support 32 bit Python. Please refer to INSTALL.rst for
            installation instructions and environment setup. For the best
            experience, developers are encouraged to use the **latest version of
            Python**.
        
        Quick Start
        -----------
        
        Please refer to the documentation for detailed installation instructions and
        environment setup. The short of it is something like this::
        
            pip install pytecplot
        
        Linux and OSX users may have to set ``LD_LIBRARY_PATH`` or
        ``DYLD_LIBRARY_PATH`` to the directories containing the |Tecplot 360 EX|
        dynamic libraries. Please refer to the documentation at
        http://www.tecplot.com/docs/pytecplot for detailed information regarding setup
        and use. In addition, the web page
        http://www.tecplot.com/support/faqs/pytecplot contains a list of answered
        questions you may have about |PyTecplot| in general.
        
        .. |Tecplot 360 EX| replace:: `Tecplot 360 EX <http://www.tecplot.com/products/tecplot-360/>`__
        .. |PyTecplot| replace:: `PyTecplot <http://www.tecplot.com/docs/pytecplot>`__
        
Keywords: tecplot,cfd,data analysis,scientific,scientific computing,statistics,visualization,numerical simulation,aerospace
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Science/Research
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Topic :: Education
Classifier: Topic :: Multimedia :: Graphics :: 3D Rendering
Classifier: Topic :: Multimedia :: Graphics :: Presentation
Classifier: Topic :: Multimedia :: Graphics :: Viewers
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
