Metadata-Version: 2.4
Name: scaffoldmaker
Version: 0.18.0
Summary: Python client for generating anatomical scaffolds using Zinc.
Author-email: Richard Christie <r.christie@auckland.ac.nz>
License: 
           Copyright 2022 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.
        
        
Keywords: Medical,Physiology,Anatomical,Mesh,Finite Element,SPARC
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: cmlibs.maths>=0.7.1
Requires-Dist: cmlibs.utils>=0.12.5
Requires-Dist: cmlibs.zinc>=4.2.1
Requires-Dist: fieldfitter>=0.5.1
Requires-Dist: scaffoldfitter>=0.11.1
Requires-Dist: scipy
Requires-Dist: numpy
Dynamic: license-file

Scaffold Maker
==============

Anatomical scaffold generator using Zinc.
Install with::

  pip install scaffoldmaker

For developing scaffolds::

  git clone git+https://github.com/ABI-Software/scaffoldmaker
  cd scaffoldmaker
  pip install -e .

Requires the following Python libraries to be installed.

* cmlibs.zinc
* cmlibs.utils

We recommend installing scaffoldmaker into a virtual python environment.
See `python virtual environment documentation <https://docs.python.org/3/library/venv.html>`__ for information on virtual environments.
