Metadata-Version: 2.1
Name: yoda-powers
Version: 1.0.0
Summary: Use it to import very handy functions.
Home-page: https://github.com/sravel/yoda-powers
Author: Sébastien Ravel
Author-email: sebastien.ravel@cirad.fr
License: UNKNOWN
Download-URL: https://github.com/sravel/yoda-powers/archive/1.0.0.tar.gz
Keywords: python
Platform: cross-platform
Platform: Windows i686
Platform: MacOSX AMD64
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Other Environment
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.7
Classifier: Natural Language :: English
Description-Content-Type: text/x-rst
Requires-Dist: BioPython

=====================================
Welcome to Yoda powers documentation!
=====================================

.. image:: https://raw.githubusercontent.com/sravel/yoda-powers/master/docs/source/SupplementaryFiles/yoda.png
    :target: https://raw.githubusercontent.com/sravel/yoda-powers/master/docs/source/SupplementaryFiles/yoda.png
    :alt: yoda Logo

|PythonVersions| |PypiPackage|


.. contents:: Table of Contents
    :depth: 2


About this package
==================

Use it to import very handy functions.

**Documentation available at :** `<https://yoda-powers.readthedocs.io/en/latest>`_


Install
=======

Global install
--------------

To compile and install yoda_powers you should do this::

    # for all users (requiring super-user rights)
    sudo pip install yoda_powers
    # for the current user only
    pip install yoda_powers --user

Install for a specific version of python for example python3.7::

    # for all users (requiring super-user rights)
    sudo python3.7 -m pip install yoda_powers
    # for the current user only
    python3.7 -m pip install yoda_powers --user

Developing version
------------------

If you want to use an **unofficial version** of the ``yoda_powers`` module, you need to work from
a clone of this ``git`` repository.
following actions:

1. Clone from github ::

    git clone https://github.com/sravel/yoda-powers.git

2. Go in the cloned directory ::

    cd yoda_powers

3. Install in editable mode ::

    pip install -e . --user

.. |PythonVersions| image:: https://img.shields.io/badge/python-3.7+-blue.svg
    :target: https://www.python.org/downloads
    :alt: Python /3.7+

.. |PypiPackage| image:: https://badge.fury.io/py/Yoda_powers.svg
    :target: https://pypi.org/project/Yoda_powers
    :alt: PyPi package


