Metadata-Version: 2.1
Name: cmlibs.importer
Version: 0.5.2
Summary: CMLibs Import functions.
Home-page: https://github.com/CMLibs-Python/cmlibs.importer
Author: Hugh Sorby
Author-email: h.sorby@auckland.ac.nz
License: Apache Software License
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: cmlibs.zinc
Requires-Dist: pointpare
Provides-Extra: all
Requires-Dist: svg.path ; extra == 'all'
Requires-Dist: trimesh ; extra == 'all'
Requires-Dist: mbfxml2ex ; extra == 'all'
Requires-Dist: Shapely ; extra == 'all'
Requires-Dist: lxml ; extra == 'all'
Provides-Extra: common
Requires-Dist: trimesh ; extra == 'common'
Requires-Dist: Shapely ; extra == 'common'
Provides-Extra: mbfxml
Requires-Dist: mbfxml2ex ; extra == 'mbfxml'
Provides-Extra: svg
Requires-Dist: trimesh ; extra == 'svg'
Requires-Dist: svg.path ; extra == 'svg'
Requires-Dist: lxml ; extra == 'svg'


===============
CMLibs Importer
===============

CMLibs importer is a library for importing data into Zinc.  This software can be found on PyPi and installed with the following command::

  pip install cmlibs.importer

To support import of common mesh types: stl, obj, ply, and dxf install additional requirements with::

  pip install cmlibs.importer['common']

To support import of svg files install additional requirements with::

  pip install cmlibs.importer['svg']

To support import of MBF XML files install additional requirements with::

  pip install cmlibs.importer['mbfxml']

To support import of all supported formats install with::

  pip install cmlibs.importer['all']

License
=======

::


   Copyright 2021 University of Auckland

   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at

       http://www.apache.org/licenses/LICENSE-2.0

   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
   limitations under the License.
