Metadata-Version: 2.1
Name: geomdl.shapes
Version: 1.1.1
Summary: Generate common shapes with geomdl
Home-page: https://github.com/orbingol/geomdl-shapes
Author: Onur Rauf Bingol
Author-email: nurbs-python@googlegroups.com
License: MIT
Project-URL: Documentation, http://geomdl-shapes.readthedocs.io/
Project-URL: Source, https://github.com/orbingol/geomdl-shapes
Project-URL: Tracker, https://github.com/orbingol/geomdl-shapes/issues
Keywords: NURBS B-Spline curve surface volume CAD modeling visualization
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Dist: geomdl (>=5.0.0)

geomdl-shapes
^^^^^^^^^^^^^

|RTD|_ |PYPI|_ |PYPIDL|_

**geomdl.shapes** module provides a set of shortcut functions to generate common shapes using
`geomdl <https://pypi.org/project/geomdl>`_.

Installation
============

Installing via `pip <https://pip.pypa.io/en/stable/>`_ is the easiest and the recommended method:

.. code-block:: console

    $ pip install geomdl.shapes

If you are getting permission errors on Linux, you can use ``--user`` switch to install to current user's package
directory.

.. code-block:: console

    $ pip install --user geomdl.shapes

Author
======

* Onur Rauf Bingol (`@orbingol <https://github.com/orbingol>`_)

License
=======

geomdl-shapes is licensed under the `MIT License <https://github.com/orbingol/geomdl-shapes/blob/master/LICENSE>`_


.. |RTD| image:: https://readthedocs.org/projects/geomdl-shapes/badge/?version=latest
.. _RTD: https://geomdl-shapes.readthedocs.io/en/latest/?badge=latest

.. |PYPI| image:: https://img.shields.io/pypi/v/geomdl.shapes.svg
.. _PYPI: https://pypi.org/project/geomdl.shapes/

.. |PYPIDL| image:: https://img.shields.io/pypi/dm/geomdl.shapes.svg
.. _PYPIDL: https://pypi.org/project/geomdl.shapes/


