piel.cli.core
=============

.. py:module:: piel.cli.core


Functions
---------

.. autoapisummary::

   piel.cli.core.get_python_install_directory
   piel.cli.core.main
   piel.cli.core.get_piel_install_directory


Module Contents
---------------

.. py:function:: get_python_install_directory()

   Gets the piel installation directory.

   :returns: The piel installation directory.
   :rtype: pathlib.Path


.. py:function:: main(args=None)

   CLI Interface for piel There are available many helper commands to help you set up your
   environment and design your projects.


.. py:function:: get_piel_install_directory()

   Gets the piel installation directory.


