Metadata-Version: 1.1
Name: pyIGES
Version: 0.0.10
Summary: Python IGES geometry export system
Home-page: https://github.com/Rod-Persky/pyIGES
Author: Rodney Persky
Author-email: rodney.persky@gmail.com
License: Academic Free License ("AFL") v. 3.0
Description: pyIGES
        =======
        
        IGES geometry system implemented in python. This is part of a larger project
        for my capstone project for `Mechanical Engineering` so heads up, it's no masterpiece of code.
        
        No great disposition on how to use this library (yet), however have a look at
        the examples and that should hopefully give an idea of how things are done. All
        the geometry items that have currently been implemented can be found in IGESGeomLib.py
        
        Further, as this library is being developed it hasn't been tested as to work
        with other cad programs beyond an IGES viewer program. Work needs to be done to
        ensure that it plays nicely with whatever program the IGES files are being imported to.
        
        Finally note, IGES in this case is being used for surface modeling - I'm unaware
        of programs that properly support the IGES constructive solid geometry items beyond b-rep geometry.
        
        
        Depends On
        ===========
        
        There are few dependencies in this library, these are
        
        - Python 3.3.x (latest, x64)
        - `Numpy (latest, preferably with MKL) <http://www.lfd.uci.edu/~gohlke/pythonlibs/#numpy>`_
        - `SciPy (latest, preferably with MKL) <http://www.lfd.uci.edu/~gohlke/pythonlibs/#scipy>`_
        
        The numpy and scipy packages are used in conjunction with the 'demo' geometry library.
Platform: Linux
Platform: Windows
Classifier: Development Status :: 3 - Alpha
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Electronic Design Automation (EDA)
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: License :: OSI Approved :: Academic Free License (AFL)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Manufacturing
Classifier: Intended Audience :: Science/Research
Classifier: Environment :: Console
Classifier: Environment :: No Input/Output (Daemon)
Classifier: Natural Language :: English
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft
Classifier: Operating System :: POSIX
Classifier: Operating System :: OS Independent
