pythonocc is a python library whose purpose is to provide 3D modeling features. It is intended to developers who aim at developing CAD/PDM/PLM applications.
The basis of pythonocc is python wrapper for the oce C++ library (see https://github.com/tpaviot/oce), aka pythonocc-core.
We use the following online resources:
- Homepage http://www.pythonocc.org
- Sources https://github.com/tpaviot/pythonocc-core
- API documentation http://api.pythonocc.org
- Bug tracker https://github.com/tpaviot/pythonocc-core/issues
- Mailing list http://groups.google.com/group/pythonocc/about
- Travic-CI https://travis-ci.org/tpaviot/pythonocc-core
- twitter https://twitter.com/pythonocc
git clone git://github.com/tpaviot/pythonocc-core.git
cd pythonocc-core
git pull
Read INSTALL.md file for instructions on compiling for both Windows, Linux and OSX.
You can redistribute it and/or modify it under the terms of the GNU Lesser General Public License version 3 as published by the Free Software Foundation.

