File tree Expand file tree Collapse file tree 11 files changed +91
-20
lines changed
Expand file tree Collapse file tree 11 files changed +91
-20
lines changed Original file line number Diff line number Diff line change @@ -38,3 +38,7 @@ Project Homepage: http://www.paulhammond.org/webkit2png/
3838A command-line utility that creates projects from cookiecutters (project templates).
3939Project Source: https://github.com/audreyr/cookiecutter
4040Project Documentation: http://cookiecutter.readthedocs.org/en/latest/
41+
42+ 1 . glacier-cli
43+ Command-line interface to Amazon Glacier.
44+ Project Source: https://github.com/basak/glacier-cli
Original file line number Diff line number Diff line change @@ -131,4 +131,19 @@ Project Documentation: http://robobrowser.readthedocs.org/
131131Peer-to-peer Bitcoin mining pool.
132132Project Source: https://github.com/forrestv/p2pool
133133Project Homepage: http://p2pool.in/
134+
135+ 1 . MIDAS
136+ Mac Intrusion Detection Analysis System.
137+ Project Source: https://github.com/etsy/MIDAS
138+
139+ 1 . Radicale
140+ A simple CalDAV (calendar) and CardDAV (contact) server.
141+ Project Source: https://github.com/Kozea/Radicale
142+ Project Homepage: http://radicale.org/
143+
144+ 1 . erpnext
145+ Open Source ERP built for the Web.
146+ Project Source: https://github.com/frappe/erpnext
147+ Project Homepage: https://erpnext.com/
148+
134149
Original file line number Diff line number Diff line change @@ -79,8 +79,13 @@ Project Source: https://github.com/mongolab/dex
79791 . pgtune
8080PostgreSQL configuration wizard.
8181Project Source: https://github.com/gregs1104/pgtune
82- Project Homepage: http://pgfoundry.org/projects/pgtune/
82+ Project Homepage: http://pgfoundry.org/projects/pgtune/
8383
84-
84+ 1 . pony
85+ An object-relational mapper.
86+ Project Source: https://github.com/ponyorm/pony
87+ Project Homepage: http://ponyorm.com/
8588
86-
89+ 1 . kule
90+ Kule is a REST interface for MongoDB.
91+ Project Source: https://github.com/fatiherikli/kule
Original file line number Diff line number Diff line change @@ -257,5 +257,10 @@ Project Homepage: http://www.shinken-monitoring.org/
2572571 . honcho
258258honcho: a python clone of Foreman, for managing Procfile-based applications.
259259Project Source: https://github.com/nickstenning/honcho
260- Project Documentation: https://pypi.python.org/pypi/honcho
261-
260+ Project Documentation: https://pypi.python.org/pypi/honcho
261+
262+ 1 . memory_profiler
263+ Monitor Memory usage of Python code.
264+ Project Source: https://github.com/fabianp/memory_profiler
265+ Project Documentation: https://pypi.python.org/pypi/memory_profiler
266+
Original file line number Diff line number Diff line change @@ -168,7 +168,3 @@ Project Homepage: http://gcollazo.github.io/BrowserRefresh-Sublime/
1681681 . Origami
169169Origami is a new way of thinking about panes in Sublime Text 2 and 3.
170170Project Source: https://github.com/SublimeText/Origami
171-
172-
173-
174-
Original file line number Diff line number Diff line change @@ -56,6 +56,7 @@ Import LLVM bitcode directly into Python and use it as an extension module.
5656Project Source: https://github.com/dabeaz/bitey
5757
58581 . Adafruit-Raspberry-Pi-Python-Code
59+ Adafruit library code for Raspberry Pi.
5960Project Source: https://github.com/adafruit/Adafruit-Raspberry-Pi-Python-Code
6061
61621 . overholt
@@ -66,4 +67,20 @@ Project Homepage: http://mattupstate.com/python/2013/06/26/how-i-structure-my-fl
66671 . diy-lisp
6768A hands-on, test driven guide to implementing a simple programming language.
6869Project Source: https://github.com/kvalle/diy-lisp
70+
71+ 1 . awesome-python
72+ A curated list of awesome Python frameworks, libraries and software.
73+ Project Source: https://github.com/vinta/awesome-python
74+
75+ 1 . CommonRegex
76+ A collection of common regular expressions bundled with an easy to use interface.
77+ Project Source: https://github.com/madisonmay/CommonRegex
78+
79+ 1 . WeRoBot
80+ a wechat robot framework.
81+ Project Source: https://github.com/whtsky/WeRoBot
82+
83+
84+
85+
6986
Original file line number Diff line number Diff line change @@ -92,5 +92,11 @@ Project Homepage: http://biopython.org/wiki/Main_Page
9292
93931 . simpleai
9494simple artificial intelligence utilities
95- Project Source: https://github.com/simpleai-team/simpleai
95+ Project Source: https://github.com/simpleai-team/simpleai
96+
97+ 1 . emcee
98+ The Python ensemble sampling toolkit for affine-invariant MCMC
99+ Project Source: https://github.com/dfm/emcee
100+ Project Homepage: http://dan.iel.fm/emcee/current/
101+
96102
Original file line number Diff line number Diff line change @@ -300,10 +300,6 @@ Project Source: https://github.com/mitsuhiko/logbook
300300WebSocket client and server library for Python 2 and 3 as well as PyPy.
301301Project Source: https://github.com/Lawouach/WebSocket-for-Python
302302Project 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
307303
3083041 . cryptography
309305cryptography is a package designed to expose cryptographic primitives and recipes to Python developers.
@@ -324,6 +320,15 @@ Universal Office Converter - Convert between any document format supported by Li
324320Project Source: https://github.com/dagwieers/unoconv
325321Project Homepage: http://dag.wiee.rs/home-made/unoconv/
326322
327-
328-
329-
323+ 1 . magpie
324+ Git-backed Evernote replacement.
325+ Project Source: https://github.com/charlesthomas/magpie
326+
327+ 1 . workflow
328+ minimalist file based workflow.
329+ Project Source: https://github.com/mdipierro/workflow
330+
331+ 1 . binwalk
332+ Firmware Analysis Tool.
333+ Project Source: https://github.com/devttys0/binwalk
334+
Original file line number Diff line number Diff line change @@ -59,5 +59,10 @@ Project Source: https://github.com/dotcloud/docker-py
5959
60601 . PyGithub
6161Python library implementing the full GitHub API v3.
62- Project Source: https://github.com/jacquev6/PyGithub
62+ Project Source: https://github.com/jacquev6/PyGithub
63+
64+ 1 . praw
65+ A python package that allows for simple access to reddit's API.
66+ Project Source: https://github.com/praw-dev/praw
67+ Project Documentation: https://praw.readthedocs.org/en/v2.1.16/
6368
Original file line number Diff line number Diff line change @@ -213,7 +213,6 @@ Project Source: https://github.com/bread-and-pepper/django-userena
213213A Redis cache backend for django.
214214Project Source: https://github.com/sebleier/django-redis-cache
215215
216-
2172161 . mongodb-engine
218217Django MongoDB Backend.
219218Project Source: https://github.com/django-nonrel/mongodb-engine
@@ -245,6 +244,11 @@ Project Source: https://github.com/tomchristie/django-vanilla-views
245244File and Image Management Application for django.
246245Project Source: https://github.com/stefanfoulis/django-filer
247246Project Documentation: http://django-filer.readthedocs.org/en/latest/index.html
247+
248+ 1 . model_mommy
249+ Model-mommy offers you a smart way to create fixtures for testing in Django.
250+ Project Source: https://github.com/vandersonmota/model_mommy
251+ Project Documentation: http://model-mommy.readthedocs.org/en/latest/
248252
2492531 . flask
250254Flask is a microframework for Python based on Werkzeug and Jinja2.
@@ -287,6 +291,11 @@ A solid foundation for your flask app.
287291Project Source: https://github.com/JackStouffer/Flask-Foundation
288292project Hoempage: https://jackstouffer.github.io/Flask-Foundation/
289293
294+ 1 . flask-api
295+ Browsable web APIs for Flask.
296+ Project Source: https://github.com/tomchristie/flask-api
297+ Project Homepage: http://www.flaskapi.org/
298+
2902991 . eve
291300Eve 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.
292301Project Source: https://github.com/nicolaiarocci/eve
You can’t perform that action at this time.
0 commit comments