Skip to content

Commit eb0f931

Browse files
committed
update to 47
1 parent ba6217c commit eb0f931

10 files changed

+82
-5
lines changed

BigDataandCloud.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,10 @@ Project Homepage: https://code.google.com/p/goagent/
5757
1. libcloud
5858
Apache Libcloud is a Python library which hides differences between different cloud provider APIs and allows you to manage different cloud resources through a unified and easy to use API.
5959
Project Source: https://github.com/apache/libcloud
60-
Project Documentation: http://libcloud.apache.org/
60+
Project Documentation: http://libcloud.apache.org/
61+
62+
1. Fabulous
63+
Deploy django apps to Amazon EC2 with ONE command.
64+
Project Source: https://github.com/gcollazo/Fabulous
65+
Project Homepage: http://elweb.co/
66+

Cool Application.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,3 +107,17 @@ Project Homepage: http://posativ.org/isso/
107107
1. resume
108108
PDF/HTML resum¨¦ generator.
109109
Project Source: https://github.com/mwhite/resume
110+
111+
1. python-webkit2png
112+
Python script that takes screenshots (browsershots) using webkit.
113+
Project Source: https://github.com/adamn/python-webkit2png
114+
115+
1. creepy
116+
A geolocation OSINT tool. Offers geolocation information gathering through social networking platforms.
117+
Project Source: https://github.com/ilektrojohn/creepy
118+
Project Homepage: http://www.geocreepy.com/
119+
120+
1. satchless
121+
E-commerce for Python.
122+
Project Source: https://github.com/mirumee/satchless
123+
Project Homepage: http://satchless.com/

DataBaseandRelatedTools.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,13 @@ Project Source: https://github.com/wal-e/wal-e
5858
1. twissandra
5959
Twissandra is an example project, created to learn and demonstrate how to use Cassandra.
6060
Project Source: https://github.com/twissandra/twissandra
61+
62+
1. asyncmongo
63+
An asynchronous library for accessing mongo with tornado.ioloop.
64+
Project Source: https://github.com/bitly/asyncmongo
65+
66+
1. pycassa
67+
Python Thrift driver for Apache Cassandra.
68+
Project Source: https://github.com/pycassa/pycassa
69+
Project Documentation: http://pycassa.github.io/pycassa/
70+

Devops.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,4 +223,8 @@ Project Homepage: http://firefly.9miao.com/
223223
1. simmetrica
224224
Lightweight framework for collecting and aggregating event metrics as timeseries data.
225225
Project Source: https://github.com/o/simmetrica
226+
227+
1. yandex-tank
228+
Load and performance benchmark tool.
229+
Project Source: https://github.com/yandex-load/yandex-tank
226230

EditorandEditorEnhancements.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,5 +122,10 @@ Project Homepage: http://www.mcedit.net/
122122

123123
1. SublimeXiki
124124
Xiki plugin for Sublime Text 2.
125-
Project Source: https://github.com/lunixbochs/SublimeXiki
125+
Project Source: https://github.com/lunixbochs/SublimeXiki
126+
127+
1. CTags
128+
CTags support for Sublime Text 2/3.
129+
Project Source: https://github.com/SublimeText/CTags
130+
126131

Mail.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,8 @@ Project Source: https://github.com/charlierguo/gmail
2323
Gmvault is a tool for backing up your gmail account and never lose email correspondence.
2424
Project Source: https://github.com/gaubert/gmvault
2525
Project Website: http://gmvault.org/
26+
27+
1. imbox
28+
Python library for reading IMAP mailboxes and converting email content to machine readable data.
29+
Proeject Source: https://github.com/martinrusev/imbox.
30+

Science.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,5 +84,9 @@ Project Documentation: http://statsmodels.sourceforge.net/devel/
8484
The Python Cryptography Toolkit.
8585
Project Source: https://github.com/dlitz/pycrypto
8686
Project Homepage: https://www.dlitz.net/software/pycrypto/
87-
88-
87+
88+
1. biopython
89+
The Biopython Project is an international association of developers of freely available Python tools for computational molecular biology.
90+
Project Source: https://github.com/biopython/biopython
91+
Project Homepage: http://biopython.org/wiki/Main_Page
92+

ToolandUtilities.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,4 +256,16 @@ Project Source: https://github.com/seomoz/shovel
256256
1. python-phonenumbers
257257
Python port of Google's libphonenumber.
258258
Project Source: https://github.com/daviddrysdale/python-phonenumbers
259+
260+
1. virtualenv-burrito
261+
One command to have a working virtualenv + virtualenvwrapper environment.
262+
Project Source: https://github.com/brainsik/virtualenv-burrito
263+
264+
1. maestro
265+
Maestro provides the ability to easily launch, orchestrate and manage mulitple Docker containers as single unit.
266+
Project Source: https://github.com/toscanini/maestro
267+
268+
1. python-lust
269+
This project implements the basics of creating a proper modern daemon on a Unix system in Python.
270+
Project Source: https://github.com/zedshaw/python-lust
259271

ToolsWeb.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,7 @@ Project Source: https://github.com/sublimehq/anim_encoder
5050
Boom! is a simple command line tool to send some load to a web app.
5151
Project Source: https://github.com/tarekziade/boom
5252

53+
1. WeasyPrint
54+
WeasyPrint converts web documents (HTML with CSS, SVG, ¡­) to PDF.
55+
Project Source: https://github.com/Kozea/WeasyPrint
56+
Project Homepage: http://weasyprint.org/

WebFrameworkandRelatedTool.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,16 @@ Project Homepage: http://twoscoopspress.org/
120120
1. django-floppyforms
121121
Full control of form rendering in the templates.
122122
Project Source: https://github.com/gregmuellegger/django-floppyforms
123-
Project Documentation: http://django-floppyforms.readthedocs.org/en/latest/
123+
Project Documentation: http://django-floppyforms.readthedocs.org/en/latest/
124+
125+
1. django-cache-machine
126+
Automatic caching and invalidation for Django models through the ORM.
127+
Project Source: https://github.com/jbalogh/django-cache-machine
128+
129+
1. django-skel
130+
A modern Django (1.5) project skeleton.
131+
Project Source: https://github.com/rdegges/django-skel
132+
Project Documentation: http://django-skel.readthedocs.org/en/latest/
124133

125134
1. gargoyle
126135
Gargoyle is a platform built on top of Django which allows you to switch functionality of your application on and off based on conditions.
@@ -221,6 +230,10 @@ Tornado is a Python web framework and asynchronous networking library. By using
221230
Project Source: https://github.com/tornadoweb/tornado
222231
Project Documentation: http://www.tornadoweb.org/en/stable/
223232

233+
1. tornadio2
234+
Python socket.io server implementation on top of Tornado framework.
235+
Project Source: https://github.com/mrjoes/tornadio2
236+
224237
1. webpy
225238
web.py is a web framework for Python that is as simple as it is powerful.
226239
Project Source: https://github.com/webpy/webpy

0 commit comments

Comments
 (0)