-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpython.sh
More file actions
executable file
·90 lines (70 loc) · 3.04 KB
/
python.sh
File metadata and controls
executable file
·90 lines (70 loc) · 3.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
#!/bin/bash
# TODO: Port to Brewfile 'brew pip foo': https://github.com/hanxue/brew-pip
echo "Installing Python apps..."
### --- SETUP ---
echo "Start autoenv"
source /usr/local/opt/autoenv/activate.sh
echo "Start pyenv-virtualenv"
if which pyenv-virtualenv-init > /dev/null; then eval "$(pyenv virtualenv-init -)"; fi
# pyenv installs: https://github.com/yyuu/pyenv
echo "Install all the Python versions we need"
echo "Installing Python 3.7.2..." && pyenv install 3.7.2 --verbose
echo "Installing Python 3.5.0..." && pyenv install 3.5.0 --verbose
echo "Installing Python 3.4.3..." && pyenv install 3.4.3 --verbose
echo "Installing Python 3.3.6..." && pyenv install 3.3.6 --verbose
echo "Installing Python 3.2.6..." && pyenv install 3.2.6 --verbose
echo "Installing Python 2.7.10..." && pyenv install 2.7.10 --verbose
echo "Installing Python 2.6.9..." && pyenv install 2.6.9 --verbose
# --- GENERAL ---
pip install waybackpack
#pip install hogwatch
#pip install voltron
# Development
pip install cookiecutter # https://github.com/audreyr/cookiecutter
pip install requests # http://docs.python-requests.org/en/latest/
pip install flask # http://flask.pocoo.org/
pip install gixy # https://github.com/yandex/gixy
# Testing
pip3 install trypackage # https://github.com/timofurrer/try\
pip install --ignore-dependencies requests==2.20.1
pip install selenium==3.141.0
pip install bzt # https://github.com/Blazemeter/taurus
pip install hamms # https://github.com/kevinburke/hamms
# Security
pip install voltron # https://github.com/snare/voltron
# UI Applications
pip install -U wxPython
pip install -U twodict
pip install youtube-dlg # https://github.com/MrS0m30n3/youtube-dl-gui
# Scrapers
pip3 install you-get # https://github.com/soimort/you-get
pip install ImageScraper # https://github.com/sananth12/ImageScraper
pip install pyspider # https://github.com/binux/pyspider
pip install beautifulsoup4 # https://www.crummy.com/software/BeautifulSoup/bs4/doc/
# Utilities
pip install maybe # https://github.com/p-e-w/maybe
pip install ispy # https://github.com/dellis23/ispy
pip install stormssh # https://github.com/emre/storm
pip install SpoofMAC # https://github.com/feross/SpoofMAC
pip3 install pinggraph # https://github.com/orf/gping
pip install pygments # http://pygments.org/
# Random
pip install pyyaml==3.11
pip install twitter_markov # https://github.com/fitnr/twitter_markov
pip install rtv # Command-line Reddit client
# Cloud (AWS/etc)
pip install aws-shell # https://github.com/awslabs/aws-shell
# Docker
pip install --ignore-installed requests==2.5.3
pip install docker-utils # https://github.com/andymckay/docker-utils
# Deployment
pip install dpxdt # https://github.com/bslatkin/dpxdt
# Linters (also used in SublimeLinter)
# pip3 install pep8
pip install pycodestyle # https://github.com/SublimeLinter/SublimeLinter-pycodestyle
# Downloads
pip3 install xkcd-dl # https://github.com/tasdikrahman/xkcd-dl
# tq: https://github.com/plainas/tq
sudo pip3 install --upgrade html5lib==1.0b8
pip3 install beautifulsoup4==4.4.0
sudo pip3 install https://github.com/plainas/tq/zipball/stable