Skip to content

Commit 87c9db3

Browse files
committed
add new category
1 parent 8fe7f14 commit 87c9db3

File tree

4 files changed

+53
-58
lines changed

4 files changed

+53
-58
lines changed

Network.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,11 @@ Project Homepage: http://samarudge.github.io/dnsyo/
7474
1. urllib3
7575
Python HTTP library with thread-safe connection pooling, file post support, sanity friendly, and more.
7676
Project Source: https://github.com/shazow/urllib3
77-
Project Documentation: http://urllib3.readthedocs.org/en/latest/
77+
Project Documentation: http://urllib3.readthedocs.org/en/latest/
78+
79+
1. HTTPretty
80+
HTTP client mocking tool for Python, it's like ruby's FakeWeb for python.
81+
Project Source: https://github.com/gabrielfalcao/HTTPretty
82+
Project Homepage: http://falcao.it/HTTPretty/
7883

7984

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ send me a pull request and follow the [contribution guide](https://github.com/ch
4040
* [Static Web Generator](https://github.com/checkcheckzz/Python-open-projects/blob/master/StaticWebGenerator.md)
4141
* [Testing](https://github.com/checkcheckzz/Python-open-projects/blob/master/Testing.md)
4242
* [Tools and Utilities](https://github.com/checkcheckzz/Python-open-projects/blob/master/ToolandUtilities.md)
43+
* [Tools for Web](https://github.com/checkcheckzz/Python-open-projects/blob/master/ToolsWeb.md)
4344
* [Useful API](https://github.com/checkcheckzz/Python-open-projects/blob/master/UsefulAPI.md)
4445
* [Video](https://github.com/checkcheckzz/Python-open-projects/blob/master/Video.md)
4546
* [Visualization](https://github.com/checkcheckzz/Python-open-projects/blob/master/Visualization.md)

ToolandUtilities.md

Lines changed: 2 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@ Project Source: https://github.com/kennethreitz/envoy
1717
xmltodict is a module that makes working with XML feel like you are working with JSON.
1818
Project Source: https://github.com/martinblech/xmltodict
1919

20-
1. huxley
21-
Huxley is a test-like system for catching visual regressions in Web applications. It watches you browse, takes screenshots, and tells you when they change.
22-
Project Source: https://github.com/facebook/huxley
23-
2420
1. GateOne
2521
Gate One is an HTML5 web-based terminal emulator and SSH client.
2622
Project Source: https://github.com/liftoff/GateOne
@@ -46,17 +42,11 @@ q allows direct SQL-like queries on CSVs/TSVs (and any other tabular text files)
4642
and supports automatic detection of column types and names.
4743
Project Source: https://github.com/harelba/q
4844

49-
1. sparkup
50-
Sparkup lets you write HTML code faster. You can write HTML in a CSS-like syntax, and have Sparkup handle the expansion to full HTML code.
51-
Project Source: https://github.com/rstacruz/sparkup
52-
Online Demo Address: https://github.com/rstacruz/sparkup
53-
5445
1. arrow
5546
Arrow is a Python library that offers a sensible, human-friendly approach to creating, manipulating, formatting and converting dates, times, and timestamps.
5647
Project Source: https://github.com/crsmithdev/arrow
5748
Project Homepage: http://crsmithdev.com/arrow/
5849

59-
6050
1. beeswithmachineguns
6151
A utility for arming many bees to attack targets (web applications).
6252
Project Source: https://github.com/newsapps/beeswithmachineguns
@@ -107,12 +97,6 @@ Project Source: https://github.com/nvie/pip-tools
10797
autopep8 automatically formats Python code to conform to the PEP 8 style guide.
10898
Project Source: https://github.com/hhatto/autopep8
10999
Project Homepage: https://pypi.python.org/pypi/autopep8/
110-
111-
1. html2text
112-
Convert HTML to Markdown-formatted text.
113-
Project Source: https://github.com/aaronsw/html2text
114-
Project Homepage: http://www.aaronsw.com/2002/html2text/
115-
116100

117101
1. leapcast
118102
ChromeCast emulation app for any device
@@ -146,27 +130,16 @@ Easily spoof your MAC address.
146130
Project Source: https://github.com/feross/SpoofMAC
147131
Project Homepage: http://feross.org/spoofmac/
148132

149-
1. xhtml2pdf
150-
HTML/CSS to PDF converter based on Python
151-
Project Source: https://github.com/chrisglass/xhtml2pdf
152-
Project Homepage: http://www.xhtml2pdf.com/
153-
154133
1. funcy
155134
A collection of fancy functional tools focused on practicality.
156135
Project Source: https://github.com/Suor/funcy
157136
Project Documentation: https://github.com/Suor/funcy
158-
159-
1. bleach
160-
An easy, HTML5, whitelisting HTML sanitizer.
161-
Project Source: https://github.com/jsocol/bleach
162-
Project Documentation: https://github.com/jsocol/bleach
163-
137+
164138
1. pystache
165139
Pystache is a Python implementation of Mustache. Mustache is a framework-agnostic, logic-free templating system inspired by ctemplate and et.
166140
Project Source: https://github.com/defunkt/pystache
167141
Project Homepage: http://mustache.github.com/
168142

169-
170143
1. dropship
171144
Instantly transfer files between Dropbox accounts using only their hashes.
172145
Project Source: https://github.com/driverdan/dropship
@@ -176,11 +149,6 @@ CLI program that extracts streams from various services and pipes them into a vi
176149
Project Source: https://github.com/chrippa/livestreamer
177150
Project Homepage: http://livestreamer.tanuki.se/en/latest/
178151

179-
1. HTTPretty
180-
HTTP client mocking tool for Python, it's like ruby's FakeWeb for python.
181-
Project Source: https://github.com/gabrielfalcao/HTTPretty
182-
Project Homepage: http://falcao.it/HTTPretty/
183-
184152
1. node-gyp
185153
node-gyp is a cross-platform command-line tool written in Node.js for compiling native addon modules for Node.js.
186154
Project Source: https://github.com/TooTallNate/node-gyp
@@ -211,28 +179,15 @@ Tools for writing awesome Fabric files.
211179
Project Source: https://github.com/ronnix/fabtools
212180
Project Documentation: http://fabtools.readthedocs.org/en/0.17.0/
213181

214-
1. scrapely
215-
Scrapely is a library for extracting structured data from HTML pages.
216-
Project Source: https://github.com/scrapy/scrapely
217-
218182
1. objc_dep
219183
Graph the import dependancies in an Objective-C project.
220184
Project Source: https://github.com/nst/objc_dep
221185

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-
227186
1. oauthlib
228187
A generic, spec-compliant, thorough implementation of the OAuth request-signing logic.
229188
Project Source: https://github.com/idan/oauthlib
230189
Project Documentation: https://oauthlib.readthedocs.org/en/latest/index.html
231190

232-
1. WebPutty
233-
WebPutty is a simple CSS editing and hosting service that you can run on Google App Engine.
234-
Project Source: https://github.com/FogCreek/WebPutty
235-
236191
1. geeknote
237192
Console client for Evernote.
238193
Project Source: https://github.com/VitaliyRodnenko/geeknote
@@ -242,11 +197,6 @@ Plumbum is a small yet feature-rich library for shell script-like programs in Py
242197
Project Source: https://github.com/tomerfiliba/plumbum
243198
Project Homepage: http://plumbum.readthedocs.org/en/latest/
244199

245-
1. webassets
246-
Asset management for Python web development.
247-
Project Source: https://github.com/miracle2k/webassets
248-
Project Documentation: http://webassets.readthedocs.org/en/latest/script.html
249-
250200
1. flanker
251201
Python email address and Mime parsing library.
252202
Project Source: https://github.com/mailgun/flanker
@@ -256,9 +206,4 @@ Project Documentation: https://github.com/mailgun/flanker/blob/master/docs/User%
256206
Various helpers to pass trusted data to untrusted environments.
257207
Project Source: https://github.com/mitsuhiko/itsdangerous
258208
Project Homepage: https://pythonhosted.org/itsdangerous/
259-
260-
261-
262-
263-
264-
209+

ToolsWeb.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
##Tools for Web
2+
3+
1. huxley
4+
Huxley is a test-like system for catching visual regressions in Web applications. It watches you browse, takes screenshots, and tells you when they change.
5+
Project Source: https://github.com/facebook/huxley
6+
7+
1. sparkup
8+
Sparkup lets you write HTML code faster. You can write HTML in a CSS-like syntax, and have Sparkup handle the expansion to full HTML code.
9+
Project Source: https://github.com/rstacruz/sparkup
10+
Online Demo Address: https://github.com/rstacruz/sparkup
11+
12+
1. xhtml2pdf
13+
HTML/CSS to PDF converter based on Python
14+
Project Source: https://github.com/chrisglass/xhtml2pdf
15+
Project Homepage: http://www.xhtml2pdf.com/
16+
17+
1. bleach
18+
An easy, HTML5, whitelisting HTML sanitizer.
19+
Project Source: https://github.com/jsocol/bleach
20+
Project Documentation: https://github.com/jsocol/bleach
21+
22+
1. scrapely
23+
Scrapely is a library for extracting structured data from HTML pages.
24+
Project Source: https://github.com/scrapy/scrapely
25+
26+
1. mincss
27+
Tool for finding out which CSS selectors you're NOT using.
28+
Project Source: https://github.com/peterbe/mincss
29+
Project Homepage: http://peterbe.github.io/mincss/
30+
31+
1. WebPutty
32+
WebPutty is a simple CSS editing and hosting service that you can run on Google App Engine.
33+
Project Source: https://github.com/FogCreek/WebPutty
34+
35+
1. webassets
36+
Asset management for Python web development.
37+
Project Source: https://github.com/miracle2k/webassets
38+
Project Documentation: http://webassets.readthedocs.org/en/latest/script.html
39+
40+
1. html2text
41+
Convert HTML to Markdown-formatted text.
42+
Project Source: https://github.com/aaronsw/html2text
43+
Project Homepage: http://www.aaronsw.com/2002/html2text/
44+

0 commit comments

Comments
 (0)