Commit Graph

209 Commits

Author SHA1 Message Date
Vinta
c7d50643da Merge remote-tracking branch 'radoslawc/master'
Conflicts:
	README.md

resolved
2014-07-05 01:43:15 +08:00
radoslawc
eaa37ee994 added pexpect to DevOps tools 2014-07-04 11:24:33 +02:00
Vinta
0d5bfef8bf add new section: News Feed 2014-07-04 15:25:14 +08:00
Vinta
63ea67f1d4 add modoboa to Email 2014-07-04 15:18:44 +08:00
Vinta
94938d1441 add hmap to Imagery 2014-07-04 15:14:14 +08:00
Vinta
afd0fe32f8 add guava Fixes #70 2014-07-04 14:14:08 +08:00
Vinta
3d8be7868a fix merge mistake 2014-07-04 14:10:03 +08:00
Vinta
388d3e84bd Merge remote-tracking branch 'kmonsoor/master'
Conflicts:
	README.md

resolved
2014-07-04 14:08:05 +08:00
Vinta
edb216ec89 Merge pull request #68 from ellisonleao/master
Add facepy and opengraph libs
2014-07-04 14:01:00 +08:00
Ellison Leão
4338356991 Add facepy on Third party APIs 2014-07-03 17:06:40 -03:00
Ellison Leão
01098b83ea Add opengraph lib on Web Content Extracting 2014-07-03 17:04:15 -03:00
Vinta
61d5876bd4 add multiprocessing and threading 2014-07-04 02:46:58 +08:00
Vinta
d9a241f920 add a twitter link 2014-07-04 02:36:15 +08:00
kmonsoor
a4f8fdcaa3 adding "cliff" for crafting multi-level command
adding "cliff" for crafting multi-level command for command-line applications
doc_home: https://cliff.readthedocs.org/en/latest/introduction.html

from dev:
> The cliff framework is meant to be used to create multi-level commands such as subversion and git, where the main program handles some basic argument parsing and then invokes a sub-command to do the work.
2014-07-04 00:27:54 +06:00
Vinta
05cd061adf add mm to Text Processing 2014-07-04 02:20:39 +08:00
Vinta
9091d06250 add something 2014-07-04 00:26:01 +08:00
Vinta
43bb6c9416 rearrange 2014-07-04 00:21:14 +08:00
Vinta
83aea88dcd Merge pull request #63 from dreispt/patch-1
Add pyPDF2 to Text processing
2014-07-03 22:17:04 +08:00
Vinta
bfcc2b209d Merge pull request #62 from sangeeths/master
Added pycassa - Python Thrift driver for Apache Cassandra.
2014-07-03 22:16:27 +08:00
Daniel Reis
d3b29705a9 Add pyPDF2 to Text processing
pyPDF2 is under active maintenance and can be complementary to PDFMiner
2014-07-03 13:07:02 +01:00
Sangeeth Saravanaraj
f10b7eacbf Added SWIG to FFI. 2014-07-03 17:23:26 +05:30
Sangeeth Saravanaraj
16d973127c Added pycassa - Python Thrift driver for Apache Cassandra. 2014-07-03 17:10:24 +05:30
Vinta
5dbd7ef7e0 Merge pull request #61 from checkcheckzz/master
add pyinstaller to distribution
2014-07-03 18:58:22 +08:00
Vinta
a80b931fe9 Merge pull request #60 from uranusjr/master
Add Clime, Grappelli, pudb and bpython
2014-07-03 18:58:15 +08:00
Zach
0a5d9ab9b4 add pyinstaller to distribution 2014-07-03 03:06:20 -07:00
Tzu-ping Chung
df0eaeef8a Add things
Clime (command line tool)
Grappelli (admin panel)
pudb (debugging tool)
bpython (miscellaneous)
2014-07-03 17:30:51 +08:00
Vinta
48d2026d11 add Functional Programming section 2014-07-03 16:36:34 +08:00
Vinta
b2e781fbfc add doit Fixes #57 2014-07-03 16:26:37 +08:00
Vinta
19b693ad7b porter 2014-07-03 16:24:06 +08:00
Vinta
5ff5ef21e3 add sub section to Command-line Tools 2014-07-03 16:20:13 +08:00
Vinta
0c7115f6f8 Merge remote-tracking branch 'faustocarrera/master' 2014-07-03 16:05:43 +08:00
Vinta
db0a7db92c rearrange 2014-07-03 15:44:53 +08:00
Vinta
4b37103c64 Merge remote-tracking branch 'mkcor/patch-1' 2014-07-03 15:40:50 +08:00
Vinta
a0a6cad3e8 Merge remote-tracking branch 'dvro/master' 2014-07-03 15:40:27 +08:00
Vinta
be258b0a28 Merge branch 'master' of github.com:vinta/awesome-python 2014-07-03 15:38:22 +08:00
Vinta
252f60df93 add WSGI Server section 2014-07-03 15:36:22 +08:00
Vinta
64d12cffb3 Merge remote-tracking branch 'vortec/master' 2014-07-03 15:36:04 +08:00
Vinta
e6e8b21382 Merge pull request #53 from kmonsoor/master
++ PyRun, a single-file based Python distro
2014-07-03 14:37:43 +08:00
Vinta
a96f889892 apply PEP 2014-07-03 14:30:24 +08:00
Vinta
6cdb449271 Merge remote-tracking branch 'AhmedAKZM/master' 2014-07-03 14:22:36 +08:00
Ahmed Mustafa
1b941dc24f Revert "Ran sort script - affected change in README.md directly"
This reverts commit 1bcfb6037f.
2014-07-03 09:09:19 +03:00
Vinta
89b84b352f Merge pull request #59 from marselester/patch-1
Flask-API-Utils extension
2014-07-03 13:36:38 +08:00
Vinta
aabcf9742b Merge pull request #56 from Alir3z4/master
Add Django MongoDB Backend
2014-07-03 13:35:01 +08:00
Marsel Mavletkulov
9b42eeef1c Add Flask-API-Utils to "RESTful API" section 2014-07-03 10:21:25 +07:00
Marianne Corvellec
e9b1acbe38 Add scikit-image for image manipulation 2014-07-02 17:52:59 -07:00
Alireza Savand
80afa69c82 Add Django MongoDB Backend 2014-07-03 03:50:01 +04:00
Ahmed Mustafa
1bcfb6037f Ran sort script - affected change in README.md directly 2014-07-03 01:37:54 +03:00
Ahmed Mustafa
87fee426e2 Added python 3 script to sort entries in README.md 2014-07-03 01:35:39 +03:00
Vinta
40ac968c09 Merge pull request #51 from AWegnerGitHub/Branch_pybarcode
Adds pybarcode
2014-07-03 04:06:09 +08:00
Vinta
be93bfdc2b Merge pull request #52 from dhagrow/master
Configuration, distribution, and WSGI libraries
2014-07-03 04:05:14 +08:00