Skip to content

Commit 2a40bdf

Browse files
committed
update to 56
1 parent 59649f4 commit 2a40bdf

File tree

10 files changed

+91
-6
lines changed

10 files changed

+91
-6
lines changed

DataProcessing.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,10 @@ Project Source: https://github.com/isnowfy/snownlp
3030
1. jieba
3131
Chinese text segmentation.
3232
Project Source: https://github.com/fxsjy/jieba
33-
Online Demo Address: http://jiebademo.ap01.aws.af.cm/
33+
Online Demo Address: http://jiebademo.ap01.aws.af.cm/
34+
35+
1. cubes
36+
Light-weight Python OLAP framework for multi-dimensional data analysis.
37+
Project Source: https://github.com/Stiivi/cubes
38+
Project Homepage: http://cubes.databrewery.org/
39+

Devops.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,4 +253,9 @@ Project Source: https://github.com/lincolnloop/salmon
253253
Flexible and scalable monitoring framework.
254254
Project Source: https://github.com/naparuba/shinken
255255
Project Homepage: http://www.shinken-monitoring.org/
256-
256+
257+
1. honcho
258+
honcho: a python clone of Foreman, for managing Procfile-based applications.
259+
Project Source: https://github.com/nickstenning/honcho
260+
Project Documentation: https://pypi.python.org/pypi/honcho
261+

EditorandEditorEnhancements.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,4 +158,17 @@ Project Homepage: http://www.vim.org/scripts/script.php?script_id=3642
158158
1. Gist
159159
Sublime Text plugin for creating new Gists from selected text.
160160
Project Source: https://github.com/condemil/Gist
161+
162+
1. BrowserRefresh-Sublime
163+
This plugin will switch from ST2 and ST3 to Google Chrome, Google Chrome Canary, Safari,
164+
Firefox or Opera and reload the active tab.
165+
Project Source: https://github.com/gcollazo/BrowserRefresh-Sublime
166+
Project Homepage: http://gcollazo.github.io/BrowserRefresh-Sublime/
167+
168+
1. Origami
169+
Origami is a new way of thinking about panes in Sublime Text 2 and 3.
170+
Project Source: https://github.com/SublimeText/Origami
171+
172+
173+
161174

Image.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,10 @@ Project Source: https://github.com/LindseyB/starwars-dot-gif
3737
Python QR Code image generator.
3838
Project Source: https://github.com/lincolnloop/python-qrcode
3939
Project Documentation: https://pypi.python.org/pypi/qrcode
40+
41+
1. scikit-image
42+
Image Processing SciKit
43+
Project Source: https://github.com/scikit-image/scikit-image
44+
Project Homepage: http://scikit-image.org/
45+
4046

Mail.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,12 @@ Artisanal inbound emails for every web app.
3333
Project Source: https://github.com/Flolagale/mailin
3434
Project Homepage: http://mailin.io/
3535

36-
36+
1. envelopes
37+
Mailing for human beings.
38+
Project Source: https://github.com/tomekwojcik/envelopes
39+
Project Documentation: http://tomekwojcik.github.io/envelopes/
40+
41+
1. mailur
42+
Webmail client with Gmail-like conversations.
43+
Project Source: https://github.com/naspeh/mailur
44+
Project Homepage: http://pusto.org/en/mailr/

Other.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,7 @@ Example Flask application illustrating some of my common practices.
6363
Project Source: https://github.com/mattupstate/overholt
6464
Project Homepage: http://mattupstate.com/python/2013/06/26/how-i-structure-my-flask-applications.html
6565

66+
1. diy-lisp
67+
A hands-on, test driven guide to implementing a simple programming language.
68+
Project Source: https://github.com/kvalle/diy-lisp
6669

ToolandUtilities.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,5 +313,17 @@ Project Documentation: https://cryptography.io/en/latest/
313313
1. pyquery
314314
A jquery-like library for python.
315315
Project Source: https://github.com/gawel/pyquery
316-
Project Documentation: http://pyquery.readthedocs.org/en/latest/
316+
Project Documentation: http://pyquery.readthedocs.org/en/latest/
317+
318+
1. schema
319+
schema is a library for validating Python data structures.
320+
Project Source: https://github.com/halst/schema
321+
322+
1. unoconv
323+
Universal Office Converter - Convert between any document format supported by LibreOffice/OpenOffice.
324+
Project Source: https://github.com/dagwieers/unoconv
325+
Project Homepage: http://dag.wiee.rs/home-made/unoconv/
326+
327+
328+
317329

UsefulAPI.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,8 @@ Project Documentation: https://pypi.python.org/pypi/apns/
5656
1. docker-py
5757
An API client for docker written in Python.
5858
Project Source: https://github.com/dotcloud/docker-py
59+
60+
1. PyGithub
61+
Python library implementing the full GitHub API v3.
62+
Project Source: https://github.com/jacquev6/PyGithub
5963

WebFrameworkandRelatedTool.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,28 @@ Media-Management with Grappelli .
224224
Project Source: https://github.com/sehmaschine/django-filebrowser
225225
Project Documentation: http://django-filebrowser.readthedocs.org/en/latest/
226226

227-
227+
1. django-twitter-tag
228+
A django template tag to display user's recent tweets.
229+
project Source: https://github.com/coagulant/django-twitter-tag
230+
231+
1. django-pagination
232+
A set of utilities for creating robust pagination tools throughout a django application.
233+
Project Source: https://github.con/ericflo/django-pagination
234+
Project Homepage: http://code.google.com/p/django-pagination/
235+
236+
1. django-drip
237+
Use the admin to manage drip campaign emails using querysets on Django's User model.
238+
Project Source: https://github.com/zapier/django-drip
239+
240+
1. django-vanilla-views
241+
Beautifully simple class-based views.
242+
Project Source: https://github.com/tomchristie/django-vanilla-views
243+
244+
1. django-filer
245+
File and Image Management Application for django.
246+
Project Source: https://github.com/stefanfoulis/django-filer
247+
Project Documentation: http://django-filer.readthedocs.org/en/latest/index.html
248+
228249
1. flask
229250
Flask is a microframework for Python based on Werkzeug and Jinja2.
230251
Project Source: https://github.com/mitsuhiko/flask

WebSiteSource.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,12 @@ Project Homepage: http://class2go.stanford.edu/
2222

2323
1. pythondotorg
2424
The new python.org.
25-
Project Source: https://github.com/python/pythondotorg
25+
Project Source: https://github.com/python/pythondotorg
26+
27+
1. zamboni
28+
The backend of the Firefox Marketplace.
29+
Project Source: https://github.com/mozilla/zamboni
30+
Project Documentation: http://zamboni.readthedocs.org/en/latest/
31+
32+
2633

0 commit comments

Comments
 (0)