What is geomdl-cli?

Introduction

geomdl.cli module provides a set of commands for using geomdl NURBS and B-spline evaluation library from the command line.

The geomdl-cli package automatically installs the following as its dependencies:

Although geomdl-cli is a pure Python package, it is only tested with Python v3.5.x and later.

Why geomdl-cli?

  • Highly configurable via command line parameters
  • Direct integration with geomdl library
  • Ability to add, extend or override commands without touching the base code
  • Pure Python, no external C/C++ or FORTRAN dependencies needed for installation and command execution

Author

License

MIT