Commit graph

229 commits

Author SHA1 Message Date
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
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
Emilio J. Rodríguez-Posada
3836cb6ef0 +WikiTeam tools for preserving wikis 2014-07-03 15:24:28 +02: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
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
e6e8b21382 Merge pull request #53 from kmonsoor/master
++ PyRun, a single-file based Python distro
2014-07-03 14:37:43 +08:00
Vinta
89b84b352f Merge pull request #59 from marselester/patch-1
Flask-API-Utils extension
2014-07-03 13:36:38 +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
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
kmonsoor
5040a16497 ++ PyRun, a single-file based Python distro
from dev-site:
"eGenix PyRun™ is our open source, one file, no installation version of Python, making the distribution of a Python interpreter to run based scripts and applications to Unix based systems as simple as copying a single file. eGenix PyRun's executable only needs 11MB for Python 2 and 13MB for Python 3, but still supports most Python applications and scripts - and it can be compressed to just 3-4MB using upx, if needed."
2014-07-03 01:58:01 +06:00
Miguel Turner
d31d7af6a1 fixed a typo 2014-07-02 13:23:58 -04:00
miguel
b51c63c92d added WSGI HTTP servers. descriptions from Bottle docs 2014-07-02 13:18:25 -04:00
andy@andrewwegner.com
e5070081aa Adds pybarcode 2014-07-02 12:12:48 -05:00
miguel
33c5044a0c added freezing/distribution libraries 2014-07-02 13:07:39 -04:00
miguel
076f473ff0 added ctypes for FFI 2014-07-02 13:04:52 -04:00
andy@andrewwegner.com
45fb3a8369 Adds PyQt and modifies PySide to indicate which version of Qt is supported 2014-07-02 12:03:39 -05:00
miguel
0901fdb517 added some configuration libraries 2014-07-02 13:00:09 -04:00
Fausto Carrera
5b9135e421 add some command line python tools 2014-07-02 11:40:41 -03:00
Fausto Carrera
c143ed6ed8 add some command line python tools 2014-07-02 11:39:02 -03:00
Vinta
84315457a8 Merge pull request #45 from remyroy/master
Added the Data Validation section.
2014-07-02 21:44:04 +08:00
Pete Bachant
face1d9eb7 Fix typo in science and data analysis 2014-07-02 09:41:16 -04:00
Rémy Roy
7ec3d1c518 Adding data validation link in the TOC. 2014-07-02 09:41:00 -04:00
Rémy Roy
1ff79d6173 Added the Data Validation section.
Added voluptuous, dictshield and colander.
2014-07-02 09:36:37 -04:00
Vinta
4f19dee6df rearrange 2014-07-02 21:31:03 +08:00
Vinta
fd42a11fc1 Merge remote-tracking branch 'pennersr/patch-1'
Conflicts:
	README.md

resolved
2014-07-02 21:28:09 +08:00
Vinta
5fd6208596 Merge pull request #44 from Ayrx/patch-1
Added PyCA's Cryptography
2014-07-02 21:23:52 +08:00
Vinta
9cd84916e6 Merge pull request #42 from benjamin-hodgson/contexts
Add Contexts test framework to list
2014-07-02 21:23:26 +08:00
Vinta
9c454cc211 Merge pull request #41 from msund/master
Added Plotly
2014-07-02 21:23:05 +08:00
Vinta
89f0830d4f Merge pull request #39 from lepture/libraries
Mistune and OAuthLib
2014-07-02 21:22:01 +08:00
Vinta
f0e4e5e02e Merge pull request #37 from ergo/patch-1
Included deform and dogpile cache
2014-07-02 21:21:46 +08:00
Ayrx
6fe4408fcc Fixed link 2014-07-02 19:45:24 +08:00
Ayrx
ae1f5fc645 Update README.md 2014-07-02 19:44:00 +08:00
Ivan Kravets
8c233b2232 Added "Build Tools" section
Proposed tools: SCons and PlatformIO
Moved "buildout" to this new section
2014-07-02 12:19:34 +03:00
Benjamin Hodgson
abcd2562cf Add Contexts test framework to list 2014-07-02 09:41:32 +01:00
msund
3f7f3e1329 Added Plotly. 2014-07-02 00:46:53 -07:00
Raymond Penners
79c0ecab62 Added django-allauth to authentication section 2014-07-02 09:17:46 +02:00
Hsiaoming Yang
429cc6eb06 Add OAuthLib and Flask-OAuthlib for Authentication and OAuth section. 2014-07-02 14:48:54 +08:00
Hsiaoming Yang
0782c4f011 Add Mistune for Markdown: https://github.com/lepture/mistune 2014-07-02 14:46:20 +08:00
Marcin Lulek
ff2b92b55f Included deform and dogpile cache 2014-07-02 08:28:29 +02:00
Britt Gresham
f4aa0e70c4 Added Python-mode Vim Plugin 2014-07-02 01:28:02 -05:00
Vinta
da3be0ae99 move s3cmd 2014-07-02 11:16:43 +08:00
Vinta
459ab549fd add Downloader section 2014-07-02 11:14:16 +08:00
Vinta
53d9af9c97 fix name 2014-07-02 10:36:51 +08:00
Vinta
8d129a61a7 rearrange again 2014-07-02 10:35:17 +08:00
Vinta
57a9fed9c4 add WebSocket section 2014-07-02 10:27:09 +08:00
Vinta
6447a9dd63 add schema 2014-07-02 10:20:31 +08:00
Vinta
80253b3c2d add memory_profiler 2014-07-02 10:20:08 +08:00
Vinta
270a3acbb5 add lamson to Email section 2014-07-02 10:19:54 +08:00
Vinta
1e30c88156 add diesel 2014-07-02 10:13:07 +08:00
Vinta
3e10587f2b rearrange django-storages 2014-07-02 10:08:48 +08:00
Vinta
156082a0c8 Merge remote-tracking branch 'westurner/patch-3'
Conflicts:
	README.md

resolved
2014-07-02 10:05:13 +08:00
Vinta
e52c7ebb67 Merge pull request #36 from amcgregor/patch-1
Added Marrow Mailer package reference.
2014-07-02 09:55:23 +08:00
Vinta
fde25436a2 Merge pull request #34 from westurner/patch-2
Update README.md: Add cornice REST framework
2014-07-02 09:55:08 +08:00
Vinta
ff3a4d3abb Merge pull request #33 from westurner/patch-1
Update README.md: Add pathlib
2014-07-02 09:54:58 +08:00
Vinta
1467044d41 Merge pull request #32 from jgnog/patch-1
Fix typo
2014-07-02 09:54:06 +08:00
Vinta
6a0a3fb98b Merge pull request #31 from wyattanderson/master
Add webassets
2014-07-02 09:53:32 +08:00
Alice Zoë Bevan–McGregor
2a35dd38ef Added Marrow Mailer package reference. 2014-07-01 18:30:53 -04:00
Wes Turner
8adbc1272e Update README.md: Add fanstatic, file conveyer, and webassets 2014-07-01 16:47:33 -05:00
Wes Turner
a9f469e88b Update README.md: Add cornice REST framework 2014-07-01 16:41:12 -05:00
Wes Turner
1e5305d7cb Update README.md: Add pathlib 2014-07-01 16:39:27 -05:00
jgnog
c3f0aec7b4 Fix typo 2014-07-01 22:36:40 +01:00
Wyatt Anderson
86ec6ffdcd Add webassets 2014-07-01 17:19:28 -04:00
Vladimir Ulupov
fd4252c5ec add huey and mrq 2014-07-01 23:59:43 +04:00
Ivan Kravets
e93c08b1f9 Added "Build Tools" section
Proposed tools: SCons and PlatformIO
2014-07-01 21:59:06 +03:00
Vinta
960ffad2c8 Merge pull request #27 from ellisonleao/master
Add pyshorteners on URL Manipulation section
2014-07-02 02:40:50 +08:00
Dayvid Victor
d56c7f629c added scikit-image and scikit-video 2014-07-01 15:35:11 -03:00
Vinta
ade4d88fc0 remove useless 2014-07-02 02:32:07 +08:00
Vinta
dec24159ee rearrange sections 2014-07-02 02:30:10 +08:00
Vinta
1c3c605077 add pycrumbs 2014-07-02 02:17:24 +08:00
Vinta
648d93dd67 new sub-categories 2014-07-02 02:13:02 +08:00
Vinta
7ff2df649c add libs 2014-07-02 01:49:48 +08:00
Vinta
dbc059f42d add gmail to Third-party APIs 2014-07-02 01:33:52 +08:00
Vinta
faf6149194 add Pyston add High Performance section 2014-07-02 01:31:29 +08:00