Metadata-Version: 1.1
Name: AssimpCy
Version: 2.1.1
Summary: Fast Python bindings for Assimp.
Home-page: https://github.com/jr-garcia/AssimpCy
Author: Javier R. García
Author-email: UNKNOWN
License: BSD3
Description: AssimpCy
        ========
        
        
        Fast Python bindings for `Assimp <http://assimp.org/>`__, Cython-based, BSD3 license.
        
        
        |PyPI - version| |PyPI - Python Version| |PyPI - Satus|
        
        |PyPI - License| |PyPI - Downloads|
        
        
        It is compatible with:
        
        -  Windows
        -  Linux
        -  Mac
        
        --------------
        
        Requirements:
        ^^^^^^^^^^^^^
        
        -  Numpy >= 1.21.3
        
        Assimp 5.0.1 is included in the binary wheel::
        
            Open Asset Import Library (assimp)
        
            Copyright (c) 2006-2016, assimp team
            All rights reserved.
        
        
        Installation:
        ^^^^^^^^^^^^^
        
        The easiest way is:
        
        .. code:: sh
        
           pip install assimpcy
        
        If that doesn't work on your system, please check
        `Installation <http://assimpcy.readthedocs.io/en/latest/install.html>`__
        for instructions.
        
        Missing:
        ^^^^^^^^
        
        -  Cameras
        -  Lights
        -  Export functionality
        
        Those might be added in the future.
        
        Documentation
        ^^^^^^^^^^^^^
        
        `Read The Docs <http://assimpcy.readthedocs.io/>`__
        
        --------------
        
        And what about the name? Well,
        `cyassimp <https://github.com/menpo/cyassimp>`__ was already taken 😞
        
        .. |PyPI - version| image:: https://badge.fury.io/py/AssimpCy.svg
           :target: https://pypi.org/project/AssimpCy/
        .. |PyPI - Python Version| image:: https://img.shields.io/pypi/pyversions/AssimpCy.svg
           :target: https://img.shields.io
        .. |PyPI - Satus| image:: https://img.shields.io/pypi/status/AssimpCy.svg
           :target: https://img.shields.io
        .. |PyPI - License| image:: https://img.shields.io/pypi/l/AssimpCy.svg
           :target: https://img.shields.io
        .. |PyPI - Downloads| image:: https://img.shields.io/pypi/dm/assimpcy
           :target: https://pypi.org/project/AssimpCy/
Keywords: 3d,model,geometry,assimp,games,cython
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Cython
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Games/Entertainment
Classifier: Topic :: Multimedia :: Graphics :: 3D Modeling
Classifier: Topic :: Multimedia :: Graphics :: 3D Rendering
Classifier: Topic :: Software Development :: Libraries
Requires: numpy
