Skip to content

sravel/yoda-powers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to Yoda powers documentation!

yoda Logo

Python /3.7+ PyPi package

Use it to import very handy functions.

Documentation available at : https://yoda-powers.readthedocs.io/en/latest

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

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
    

About

own usual fonction python import

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages