Metadata-Version: 2.1
Name: pyopenvdb
Version: 0.1.1
Summary: Python bindings for Open Voxel Database
Home-page: https://github.com/theNewFlesh/docker_pyopenvdb
Author: Alex Braun
Author-email: Alexander.G.Braun@gmail.com
License: MPL version 2.0
Download-URL: https://github.com/theNewFlesh/docker_pyopenvdb/archive/0.1.1.tar.gz
Description: # docker_pyopenvdb
        OpenVDB for python 3.7
        Creates a docker container, which is used to build and package pyopenvdb.
        
        # Installation
        1. pip install numpy
        2. pip install pyopenvdb
        3. `export LD_LIBRARY_PATH=`[parent directory of pyopenvdb.so]
        
        # Installation
        1. Install [docker](https://docs.docker.com/v17.09/engine/installation)
        2. Install [docker-machine](https://docs.docker.com/machine/install-machine) (if running on macOS or Windows)
        3. Ensure docker-machine has at least 4 GB of memory allocated to it.
        4. `cd docker_pyopenvdb`
        5. `chmod +x bin/docker_pyopenvdb`
        6. `bin/docker_pyopenvdb start`
        
        The service should take several minutes to start up.
        
        Run `bin/docker_pyopenvdb --help` for more help on the command line tool.
        
        # Usage
        `>>>python3.7`
        
        `>>>import pyopenvdb`
        
Keywords: OpenVDB,pyopenvdb
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
