Metadata-Version: 1.1
Name: pyOfx
Version: 0.1.0
Summary: A wrapper around OrcFxAPI by Orcina to add extra functionality.
Home-page: https://pythonhosted.org/pyOfx/
Author: Steven Rossiter
Author-email: steve@flexsis.co.uk
License: MIT
Description: PYOFX
        =====
        
        ### A wrapper around [Orcina's OrcFxAPI](http://www.orcina.com/SoftwareProducts/OrcaFlex/Documentation/OrcFxAPIHelp/) 
        
        **You will need to have OrcaFlex and the Python API installed before any of this will work**
        
        Documentation can be found at [pythonhosted.org/pyOfx/](http://pythonhosted.org/pyOfx/)
        
        TODO
        ====
        
        * implement Models failed_function
        * Complete Documentation
        * Add more tests
        * Improve the way Jobs works
        
        
        CHANGELOG
        =========
        0.1.0  - Added python 3 support
        0.0.16 - Added Documentation (no really!) fixed the drawing helpers [#2](https://github.com/FLEXSIS/pyofx/issues/2)   
        0.0.15 - Added clipboard support to vessel_drawing 
        0.0.14 - Fix for [#1](https://github.com/FLEXSIS/pyofx/issues/1)  
        0.0.13 - Added Model.lines, Model.vessels, Model.six_d_buoys attributes
                 various performance enhancements  
        0.0.12 - Fixed test for string in objects_of_type to include unicode,
        	     addeed yml option to dat_sim_paths  
        0.0.11 - Added buoy_drawing  
        0.0.10 - Added gamma_dnv function  
        
        The MIT License (MIT)
        
        Copyright (c) 2014 FLEXSIS
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in
        all copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
        THE SOFTWARE.
Keywords: orcaflex api wrapper subsea engineering
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Win32 (MS Windows)
Classifier: Topic :: Utilities
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Scientific/Engineering :: Physics
