Skip to content

Commit f202e22

Browse files
committed
update to 33
1 parent a429857 commit f202e22

File tree

5 files changed

+50
-3
lines changed

5 files changed

+50
-3
lines changed

JobScheduler.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,11 @@ Project Homepage: http://www.celeryproject.org/
1717

1818
1. schedule
1919
An in-process scheduler for periodic jobs that uses the builder pattern for configuration.
20-
Project Source: https://github.com/dbader/schedule
20+
Project Source: https://github.com/dbader/schedule
21+
22+
1. pika
23+
Pure Python RabbitMQ/AMQP 0-9-1 client library
24+
Project Source: https://github.com/pika/pika
25+
Project Documentation: http://pika.readthedocs.org/en/0.9.13/
26+
27+

Network.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,9 @@ Project Source: https://github.com/apenwarr/sshuttle
5555
1. LANs.py
5656
Automatically find the most active WLAN users then spy on one of them and/or inject arbitrary HTML/JS into pages they visit
5757
Project Source: https://github.com/DanMcInerney/LANs.py
58+
59+
1. grequests
60+
GRequests allows you to use Requests with Gevent to make asynchronous HTTP Requests easily.
61+
Project Source: https://github.com/kennethreitz/grequests
62+
Project Homepage: https://pypi.python.org/pypi/grequests/
63+

Other.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,11 @@ Project Homepage: http://cython.org/
3030

3131
1. clojure-py
3232
A implementation of Clojure in pure dynamic Python.
33-
Project Source: https://github.com/halgari/clojure-py
33+
Project Source: https://github.com/halgari/clojure-py
34+
35+
1. Theano
36+
Optimizing GPU-meta-programming code generating array oriented optimizing math compiler in Python.
37+
Project Source: https://github.com/Theano/Theano
38+
Project Homepage: http://www.deeplearning.net/software/theano/
39+
3440

ToolandUtilities.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,4 +218,21 @@ Project Source: https://github.com/scrapy/scrapely
218218
1. objc_dep
219219
Graph the import dependancies in an Objective-C project.
220220
Project Source: https://github.com/nst/objc_dep
221+
222+
1. mincss
223+
Tool for finding out which CSS selectors you're NOT using.
224+
Project Source: https://github.com/peterbe/mincss
225+
Project Homepage: http://peterbe.github.io/mincss/
226+
227+
1. dnsyo
228+
Check your DNS against over 1500 global DNS servers.
229+
Project Source: https://github.com/samarudge/dnsyo
230+
Project Homepage: http://samarudge.github.io/dnsyo/
231+
232+
1. hayaku
233+
Fuzzy abbreviations, support for preprocessors (Sass, Less, Stylus) and a lot of other features in easily configurable set of tools for writing CSS faster.
234+
Project Source: https://github.com/hayaku/hayaku
235+
Project Homepage: http://hayakubundle.com/
236+
237+
221238

WebFrameworkandRelatedTool.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,11 @@ A Django admin theme using Bootstrap. It doesn't need any kind of modification o
8585
Project Source: https://github.com/django-admin-bootstrapped/django-admin-bootstrapped
8686
Project Homepage: https://github.com/django-admin-bootstrapped/django-admin-bootstrapped
8787

88+
1. django-model-utils
89+
Django model mixins and utilities.
90+
Project Source: https://github.com/carljm/django-model-utils
91+
Project Documentation: https://django-model-utils.readthedocs.org/en/latest/
92+
8893
1. Thumbnails for Django
8994
Thumbnails for Django.
9095
Project Source: https://github.com/mariocesar/sorl-thumbnail
@@ -152,4 +157,10 @@ Project Homepage: http://www.pylonsproject.org/
152157
1. play1
153158
Play framework makes it easier to build Web applications with Java. It is a clean alternative to bloated Enterprise Java stacks.
154159
Project Source: https://github.com/playframework/play1
155-
Project Homepage: http://www.playframework.com/
160+
Project Homepage: http://www.playframework.com/
161+
162+
1. web2py
163+
web2py is a free open source full-stack framework for rapid development of fast, scalable, secure and portable database-driven web-based applications.
164+
Project source: https://github.com/web2py/web2py
165+
Project Homepage: http://www.web2py.com/
166+

0 commit comments

Comments
 (0)