vendredi 22 mars 2013

#Applis #PIP #Python

Vous pouvez installer des modules python en faisant des apt-get, seulement vous êtes dépendant du cycle de développement de votre distribution et du rythme des packageurs.

Installer pip et virtualenv pour Ubuntu 10.10 Maverick et antérieur

sudo apt-get install python-pip python-dev build-essential
sudo pip install --upgrade pip
sudo pip install --upgrade virtualenv
 
pip install --upgrade pip
 

Exemples de modules python :

 
Installer GUI Builder
pip install guibuilder
ou
easy install guibuilder

mitmproxy is an SSL-capable man-in-the-middle HTTP proxy.
It provides a console interface that allows traffic flows
to be inspected and edited on the fly.

pip install mitmproxy 
pip install bioservices
pip install geojson
pip install epub pip install docopt
pip install fabric fabtools
pip install fakeemail
pip install flask
sudo pip install flexget
pip install icalendar 
 

Pour les torrents en ligne de commande :
sudo python3 -m pip install --upgrade torrench 
Installer Shinken-monitoring 
adduser shinken 
pip install shinken
 

Installer PyOpenGL automatiquement
pip install PyOpenGL PyOpenGL_accelerate

Installer Matplotlib
( permet de faire des graphiques 2d / Fr )
pip install matplotlib
 
Installer Django le framework Web Python
pip install Django
 
Installer graphite-webapp moniteur serveur temps réel
pip install carbon
pip install whisper
pip install graphite-web

Installer Glances moniteur système
pip install Glances
 
Installer eyeD3 outil de manipulation audio et mp3
pip install eyeD3
pip install python-magic

Installer SpoofMACpour modifier son adresse MAC
pip install SpoofMAC


Installer python Facebook SDK
pip install facebook-sdk
pip install -e git+git://github.com/pythonforfacebook/facebook-sdk.git#egg=facebook-sdk

Installer googlecl commandes pour les outils google
pip install googlecl

Alternative à Skype : TOX
pip install tox

Notes intéressantes en Fr sur l'utilisation de PIP




pip3 install pinggraph
gping [adresse_réseau]






Python-Imaging:
sur Ubuntu 12.04 x64 
prerequis
sudo apt-get install libjpeg libjpeg-dev libfreetype6 libfreetype6-dev zlib1g-dev
pip install PIL
Probleme
(
It turns out that the APT installations put the libraries under /usr/lib/x86_64-linux-gnu and PIL will search for them in /usr/lib/. So you have to create symlinks for PIL to see them.
Try to see if libjpeg and libz libs exist in /usr/lib/x86_64-linux-gnu and make a symlink this way
sudo ln -s /lib/x86_64-linux-gnu/libz.so.1 /lib/ sudo ln -s /usr/lib/x86_64-linux-gnu/libfreetype.so.6 /usr/lib/ sudo ln -s /usr/lib/x86_64-linux-gnu/libjpeg.so.62 /usr/lib/
)

Pillow PIP fork :
pip install Pillow
(sources) 
Présentation de Pillow
 
Paperwork GUI to make papers easily searchable using OCR.
sudo apt-get install libjpeg-dev zlib1g-dev 
sudo pip install paperwork

Developpement Python virtualisé
pip install gmusicapi
pip install lxml
pip install netaddr
pip install M2Crypto
pip install mechanize 
pip install numpy  
pip install odfpy 'django-haystack<2' lepl 
pip install psutil 
sudo pip install scrapy
pip install beautifulsoup4
pip install csvkit
Gcalcli : 
aptitude install python-pip python-gdata python-dateutil python-gflags python-vobject python-parsedatetime 
pip install google-api-python-client
pip install apiclient urllib3
pip install itools
 
pip install feed2tweet
pip install gcalcli 
ou
git clone https://github.com/insanum/gcalcli.git
cd gcalcli
python setup.py install
cp gcalcli /usr/bin/
sudo pip install mayavi 
pip install mps-youtube
sudo pip install mpi4py
sudo pip install networkX 
pip install numpy
pip install modoboa 
pip install pykka mopidy 

sudo pip install py-Asterisk
       
sudo pip install pyamg 
pip install pyttsx 
pip install rsstail  
pip install scipy 
 sudo pip install -U selenium 
pip install speedtest-cli 
pip install youtube_dl 
pip install cherrypy
 
Radicale Calendar+Contacts Server:
pip install radicale

TWISTED

Vdirsyncer – Synchroniser des serveurs CardDAV et CalDAV :
pip install --user vdirsyncer

pip install PyWavelets

LIVESTREAMER :
pip install livestreamer

Exemple en ligne de commande :
livestreamer http://www.youtube.com/watch?v=Gn7ElDDYsKY best
On peut aussi utiliser l'extension VLC context menu

***
pip install -U yturl
vlc "$(yturl 'http://www.youtube.com/watch?v=Gn7ElDDYsKY')"


PYTHON :

SWFK "Snake Wrangling for Kids" is a printable electronic book, for children 8 years and older, who would like to learn computer programming. It covers the very basics of programming, and uses the Python 3 programming language to teach the concepts.

Modules Tryton

pip install trytondActuellement, les principaux modules disponibles de Tryton couvrent les champs d'activités suivants:
  • Comptabilité
  • Facturier
  • Gestion des ventes
  • Gestion des achats
  • Comptabilité analytique
  • Gestion de stock
 
sudo pip install clamd PyGithub GitPython pybloomfiltermmap esmre nltk pdfminer futures guess-language cluster msgpack-python python-ntlm xdot
 

Aucun commentaire:

Enregistrer un commentaire

Archives du blog