Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7d1b798

Browse files
committed
update
1 parent eb33082 commit 7d1b798

File tree

9 files changed

+80
-10
lines changed

9 files changed

+80
-10
lines changed

Devops.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,5 +247,10 @@ Project Source: https://github.com/hut/ranger
247247

248248
1. salmon
249249
A simple monitoring system.
250-
Project Source: https://github.com/lincolnloop/salmon
251-
250+
Project Source: https://github.com/lincolnloop/salmon
251+
252+
1. shinken
253+
Flexible and scalable monitoring framework.
254+
Project Source: https://github.com/naparuba/shinken
255+
Project Homepage: http://www.shinken-monitoring.org/
256+

EditorandEditorEnhancements.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,5 +154,8 @@ Project Source: https://github.com/marijnh/tern_for_vim
154154
Text outlining and task management for Vim based on Emacs' Org-Mode.
155155
Project Source: https://github.com/jceb/vim-orgmode
156156
Project Homepage: http://www.vim.org/scripts/script.php?script_id=3642
157-
157+
158+
1. Gist
159+
Sublime Text plugin for creating new Gists from selected text.
160+
Project Source: https://github.com/condemil/Gist
158161

Git.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,10 @@ Project Source: https://github.com/gitpython-developers/GitPython
3434

3535
1. git-sweep
3636
A command-line tool that helps you clean up Git branches that have been merged into master.
37-
Project Source: https://github.com/arc90/git-sweep
37+
Project Source: https://github.com/arc90/git-sweep
38+
39+
1. git-cola
40+
The highly caffeinated Git GUI.
41+
Project Source: https://github.com/git-cola/git-cola
42+
Project Homepage: http://git-cola.github.io/
43+

Image.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,9 @@ Project Source: https://github.com/99designs/colorific
3232
1. starwars-dot-gif
3333
Python script to generate gifs from star wars.
3434
Project Source: https://github.com/LindseyB/starwars-dot-gif
35+
36+
1. python-qrcode
37+
Python QR Code image generator.
38+
Project Source: https://github.com/lincolnloop/python-qrcode
39+
Project Documentation: https://pypi.python.org/pypi/qrcode
3540

Science.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,4 +89,8 @@ Project Homepage: https://www.dlitz.net/software/pycrypto/
8989
The Biopython Project is an international association of developers of freely available Python tools for computational molecular biology.
9090
Project Source: https://github.com/biopython/biopython
9191
Project Homepage: http://biopython.org/wiki/Main_Page
92+
93+
1. simpleai
94+
simple artificial intelligence utilities
95+
Project Source: https://github.com/simpleai-team/simpleai
9296

ToolandUtilities.md

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,22 @@ Project Source: https://github.com/Birdback/manage.py
296296
A cool logging replacement for Python.
297297
Project Source: https://github.com/mitsuhiko/logbook
298298

299-
300-
301-
299+
1. WebSocket-for-Python
300+
WebSocket client and server library for Python 2 and 3 as well as PyPy.
301+
Project Source: https://github.com/Lawouach/WebSocket-for-Python
302+
Project Documentation: https://ws4py.readthedocs.org/en/latest/
303+
304+
1. glacier-cli
305+
Command-line interface to Amazon Glacier.
306+
Project Source: https://github.com/basak/glacier-cli
307+
308+
1. cryptography
309+
cryptography is a package designed to expose cryptographic primitives and recipes to Python developers.
310+
Project Source: https://github.com/pyca/cryptography
311+
Project Documentation: https://cryptography.io/en/latest/
312+
313+
1. pyquery
314+
A jquery-like library for python.
315+
Project Source: https://github.com/gawel/pyquery
316+
Project Documentation: http://pyquery.readthedocs.org/en/latest/
317+

ToolsWeb.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,8 @@ Project Homepage: http://weasyprint.org/
5959
Simple real-time messaging in web applications.
6060
Project Source: https://github.com/FZambia/centrifuge
6161

62+
1. pyjs
63+
pyjs is a Rich Internet Application (RIA) Development Platform for both Web and Desktop.
64+
Project Source: https://github.com/pyjs/pyjs
65+
Project Homepage: http://pyjs.org/
66+

UsefulAPI.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ Python library for interacting with the Apple Push Notification service.
5252
Project Source: https://github.com/djacobs/PyAPNs
5353
Project Documentation: https://pypi.python.org/pypi/apns/
5454

55-
56-
55+
1. docker-py
56+
An API client for docker written in Python.
57+
Project Source: https://github.com/dotcloud/docker-py
5758

WebFrameworkandRelatedTool.md

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,23 @@ Project Source: A Django app for handling user avatars.
207207

208208
1. django-userena
209209
Accounts for Django made beautifully simple.
210-
Project Source: https://github.com/bread-and-pepper/django-userena
210+
Project Source: https://github.com/bread-and-pepper/django-userena
211+
212+
1. django-redis-cache
213+
A Redis cache backend for django.
214+
Project Source: https://github.com/sebleier/django-redis-cache
215+
216+
217+
1. mongodb-engine
218+
Django MongoDB Backend.
219+
Project Source: https://github.com/django-nonrel/mongodb-engine
220+
Project Homepage: http://django-nonrel.org/
221+
222+
1. django-filebrowser
223+
Media-Management with Grappelli .
224+
Project Source: https://github.com/sehmaschine/django-filebrowser
225+
Project Documentation: http://django-filebrowser.readthedocs.org/en/latest/
226+
211227
212228
1. flask
213229
Flask is a microframework for Python based on Werkzeug and Jinja2.
@@ -241,6 +257,15 @@ Project Source: https://github.com/kennethreitz/flask-sockets
241257
Adds SQLAlchemy support to Flask.
242258
Project Source: https://github.com/mitsuhiko/flask-sqlalchemy
243259

260+
1. flaskr-tdd
261+
Intro to Flask, Test Driven Development (TDD), and jQuery.
262+
Project Source: https://github.com/mjhea0/flaskr-tdd
263+
264+
1. Flask-Foundation
265+
A solid foundation for your flask app.
266+
Project Source: https://github.com/JackStouffer/Flask-Foundation
267+
project Hoempage: https://jackstouffer.github.io/Flask-Foundation/
268+
244269
1. eve
245270
Eve is an out-of-the-box, highly customizable and fully featured RESTful Web API framework that you can use to effortlessly build and deploy your own APIs.
246271
Project Source: https://github.com/nicolaiarocci/eve

0 commit comments

Comments
 (0)