Skip to content

Commit b227fb3

Browse files
committed
add new category
1 parent 9cdb444 commit b227fb3

File tree

12 files changed

+166
-149
lines changed

12 files changed

+166
-149
lines changed

Audio.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,10 @@ Project Documentation: http://unofficial-google-music-api.readthedocs.org/en/lat
1212
1. mopidy
1313
Mopidy is a music server which can play music both from multiple sources, like your local hard drive, radio streams, and from Spotify and SoundCloud.
1414
Project Source: https://github.com/mopidy/mopidy
15-
Project Homepage: http://www.mopidy.com/
15+
Project Homepage: http://www.mopidy.com/
16+
17+
1. jasper-client
18+
Client code for the Jasper voice computing platform. Jasper is an open source platform for developing always-on, voice-controlled applications.
19+
Project Source: https://github.com/jasperproject/jasper-client
20+
Project Homepage: http://jasperproject.github.io/
21+

CommandLineTools.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
##Command Line Tools
2+
3+
4+
1. docopt
5+
Pythonic command line arguments parser, that will make you smile.
6+
Project Source: https://github.com/docopt/docopt
7+
Project Homepage: http://docopt.org/
8+
9+
1. clint
10+
Clint is a module filled with a set of awesome tools for developing command line applications.
11+
Project Source: https://github.com/kennethreitz/clint
12+
Projcet Homepage: https://pypi.python.org/pypi/clint/
13+
14+
1. click
15+
click is a package for creating beautiful command line interfaces in a composable way with as little amount of code as necessary.
16+
Project Source: https://github.com/mitsuhiko/click
17+
Project Homepage: http://click.pocoo.org/
18+
19+
1. httpie
20+
HTTPie is a command line HTTP client. Its goal is to make CLI interaction with web services as human-friendly as possible.
21+
Project Source: https://github.com/jakubroztocil/httpie
22+
23+
1. docopt
24+
Pythonic command line arguments parser, that will make you smile.
25+
Project Source: https://github.com/docopt/docopt
26+
Project Homepage: http://docopt.org/
27+
28+
1. glue
29+
Glue is a simple command line tool to generate sprites.
30+
Project Source: https://github.com/jorgebastida/glue
31+
Project Documentation: http://glue.readthedocs.org/en/latest/
32+
33+
1. webkit2png
34+
webkit2png is a command line tool that creates screenshots of webpages.
35+
Project Source: https://github.com/paulhammond/webkit2png
36+
Project Homepage: http://www.paulhammond.org/webkit2png/
37+
38+
1. cookiecutter
39+
A command-line utility that creates projects from cookiecutters (project templates).
40+
Project Source: https://github.com/audreyr/cookiecutter
41+
Project Documentation: http://cookiecutter.readthedocs.org/en/latest/
42+
43+
44+

DataProcessing.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,13 @@ Project Documentation: http://docs.python-tablib.org/en/latest/
1717

1818
1. data_hacks
1919
Command line utilities for data analysis.
20-
Project Source: https://github.com/bitly/data_hacks
20+
Project Source: https://github.com/bitly/data_hacks
21+
22+
1. fuzzywuzzy
23+
Fuzzy string matching like a boss.
24+
Project Source: https://github.com/seatgeek/fuzzywuzzy
25+
26+
2127

2228

2329

Devops.md

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,4 +165,32 @@ Project Homepage: https://dpxdt-test.appspot.com/
165165

166166
1. scales
167167
Tracks server state and statistics, allowing you to see what your server is doing.
168-
Project Source: https://github.com/Cue/scales
168+
Project Source: https://github.com/Cue/scales
169+
170+
1. ngxtop
171+
Real-time metrics for nginx server
172+
Project Source: https://github.com/lebinh/ngxtop
173+
174+
1. autojump
175+
A faster way to navigate your filesystem.
176+
Project Source: https://github.com/joelthelion/autojump
177+
178+
1. bup
179+
Very efficient backup system based on the git packfile format, providing fast incremental saves and global deduplication.
180+
Project Source: https://github.com/bup/bup
181+
182+
1. logster
183+
Logster is a utility for reading log files and generating metrics in Graphite or Ganglia or Amazon CloudWatch.
184+
Project Source: https://github.com/etsy/logster
185+
186+
1. mackup
187+
Keep your application settings in sync.
188+
Project Source: https://github.com/lra/mackup
189+
Project Documentation: https://github.com/lra/mackup/tree/master/doc
190+
191+
1. pidcat
192+
Colored logcat script which only shows log entries for a specific application package.
193+
Project Source: https://github.com/JakeWharton/pidcat
194+
195+
196+

EditorandEditorEnhancements.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,19 @@ Proejct Source: https://github.com/SublimeText-Markdown/MarkdownEditing
6565
AngularJS code completion, snippets, go to definition, quick panel search, and more.
6666
Project Source: https://github.com/angular-ui/AngularJS-sublime-package
6767

68+
1. powerline
69+
Powerline is a statusline plugin for vim, and provides statuslines and prompts for several other applications, including zsh, bash, tmux, IPython, Awesome and Qtile.
70+
Project Source: https://github.com/Lokaltog/powerline
71+
Project Documentation: https://powerline.readthedocs.org/en/latest/
72+
73+
1. SublimeCodeIntel
74+
Full-featured code intelligence and smart autocomplete engine
75+
Project Source: https://github.com/SublimeCodeIntel/SublimeCodeIntel
76+
Project Homepage: http://sublimecodeintel.github.io/SublimeCodeIntel/
77+
78+
1. jedi
79+
Jedi is an autocompletion tool for Python that can be used in IDEs/editors. Jedi works. Jedi is fast.
80+
Project Source: https://github.com/davidhalter/jedi
81+
Project Documentation: http://jedi.jedidjah.ch/en/latest/
82+
6883

Image.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
##Image
2+
3+
1. Pillow
4+
Python Imaging Library.
5+
Project Source: https://github.com/python-imaging/Pillow
6+
Project Homepage: http://python-imaging.github.io/
7+
8+
1. thumbor
9+
thumbor is a smart imaging service. It enables on-demand crop, resizing and flipping of images.
10+
Project Source: https://github.com/thumbor/thumbor
11+
Project Homepage: https://github.com/thumbor/thumbor/wiki

Mail.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,8 @@ Project Documentation: https://pypi.python.org/pypi/inbox/
1818
1. gmail
1919
A Pythonic interface to Google's GMail, with all the tools you'll need.
2020
Project Source: https://github.com/charlierguo/gmail
21+
22+
1. gmvault
23+
Gmvault is a tool for backing up your gmail account and never lose email correspondence.
24+
Project Source: https://github.com/gaubert/gmvault
25+
Project Website: http://gmvault.org/

Network.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,12 @@ HTTP Request & Response Service, written in Python + Flask.
4848
Project Source: https://github.com/kennethreitz/httpbin
4949
Project Homepage: http://httpbin.org/
5050

51+
1. sshuttle
52+
Transparent proxy server that works as a poor man's VPN.
53+
Project Source: https://github.com/apenwarr/sshuttle
54+
55+
1. LANs.py
56+
Automatically find the most active WLAN users then spy on one of them and/or inject arbitrary HTML/JS into pages they visit
57+
Project Source: https://github.com/DanMcInerney/LANs.py
58+
59+

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ send me a pull request and follow the [contribution guide](https://github.com/ch
1414

1515
* [Web Framework and Related Tool](https://github.com/checkcheckzz/Python-open-projects/blob/master/WebFrameworkandRelatedTool.md)
1616
* [Network](https://github.com/checkcheckzz/Python-open-projects/blob/master/Network.md)
17-
* [Web Mining](https://github.com/checkcheckzz/Python-open-projects/blob/master/WebMining.md)
17+
* [Web Mining](https://github.com/checkcheckzz/Python-open-projects/blob/master/WebMining.md)
18+
* [Command Line Tools]()
1819
* [Tool and Utilities](https://github.com/checkcheckzz/Python-open-projects/blob/master/ToolandUtilities.md)
1920
* [Big Data and Cloud](https://github.com/checkcheckzz/Python-open-projects/blob/master/BigDataandCloud.md)
2021
* [Authentication](https://github.com/checkcheckzz/Python-open-projects/blob/master/Authentication.md)
@@ -33,6 +34,8 @@ send me a pull request and follow the [contribution guide](https://github.com/ch
3334
* [Chat](https://github.com/checkcheckzz/Python-open-projects/blob/master/Chat.md)
3435
* [Mail](https://github.com/checkcheckzz/Python-open-projects/blob/master/Mail.md)
3536
* [Audio](https://github.com/checkcheckzz/Python-open-projects/blob/master/Audio.md)
37+
* [Image]()
38+
* [Useful API]()
3639
* [Video](https://github.com/checkcheckzz/Python-open-projects/blob/master/Video.md)
3740
* [DataBase and Related Tools](https://github.com/checkcheckzz/Python-open-projects/blob/master/DataBaseandRelatedTools.md)
3841
* [Book](https://github.com/checkcheckzz/Python-open-projects/blob/master/Book.md)

Science.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,6 @@ NLTK is a suite of open source Python modules, data sets and tutorials supportin
5959
Project Source: https://github.com/nltk/nltk
6060
Project Homepage: http://www.nltk.org/
6161

62-
1. Pillow
63-
Python Imaging Library.
64-
Project Source: https://github.com/python-imaging/Pillow
65-
Project Homepage: http://python-imaging.github.io/
66-
67-
6862
1. TextBlob
6963
TextBlob is a Python library for processing textual data. It provides a simple API for diving into common natural language processing (NLP)
7064
tasks such as part-of-speech tagging, noun phrase extraction, sentiment analysis, classification, translation, and more.

0 commit comments

Comments
 (0)