Metadata-Version: 2.1
Name: scaffoldmaker
Version: 0.6.0
Summary: Python client for generating anatomical scaffolds using OpenCMISS-Zinc
Home-page: https://github.com/ABI-Software/scaffoldmaker
Author: Auckland Bioengineering Institute
Author-email: r.christie@auckland.ac.nz
License: Apache Software License
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering :: Medical Science Apps.
Description-Content-Type: text/x-rst
License-File: LICENSE

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

Anatomical scaffold generator using OpenCMISS-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.

* opencmiss.zinc
* opencmiss.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.


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.



