Commit Graph

781 Commits

Author SHA1 Message Date
Vinta
37473fd6b0 refine 2015-09-01 01:58:53 +08:00
Vinta
71925dd8fc Merge pull request #431 from muxuezi/patch-1
Add PyAutoGUI model at Testing Frameworks
2015-09-01 01:45:05 +08:00
Vinta
776ea9464b Merge pull request #430 from kishore-narendran/master
Added Awesome badge to README.md
2015-09-01 01:44:19 +08:00
Vinta
726e713e4c Merge pull request #440 from stephenmcd/master
A handful of additions.
2015-09-01 01:43:26 +08:00
Vinta
2099252ab3 Merge pull request #442 from kexplo/master
Add PTVS in Editor Plugins section
2015-09-01 00:14:34 +08:00
Vinta
034938fdc9 update the description of mock 2015-08-29 02:12:11 +08:00
Vinta
dec7477ce1 add sub-sections for Debugging Tools 2015-08-29 02:09:05 +08:00
Vinta
53cdbd0e17 add Object Factories sub-section 2015-08-29 02:04:35 +08:00
Chanwoong Kim
9c00563668 Add PTVS in Editor Plugins section 2015-08-28 10:25:08 +09:00
Vinta
d46510e3ea add VCR.py to Testing/Mock section 2015-08-24 21:16:54 +08:00
Vinta
d408208ef8 refine 2015-08-24 19:49:40 +08:00
Stephen McDonald
2555655831 A handful of additions. 2015-08-22 15:50:19 +10:00
Vinta
0c6d14557d remove packages 2015-08-17 00:01:38 +08:00
Vinta
238a8d239b add p 2015-08-15 17:41:18 +08:00
Vinta
a86340dd1a reorder packages and move the most popular ones to top 2015-08-15 02:34:28 +08:00
Vinta
1191ec1490 Merge branch 'master' of github.com:vinta/awesome-python 2015-08-15 01:54:44 +08:00
Vinta
d23c166452 add shoop and remove mechanize 2015-08-15 01:54:36 +08:00
Vinta
e00261a27b Merge pull request #438 from jldork/patch-2
Splinter link update. Closes #436
2015-08-14 22:47:02 +08:00
James
12649b44db Splinter link update. Closes #436 2015-08-14 08:46:55 -04:00
Vinta
2a1fc6d236 Merge pull request #432 from muffl0n/typos
Fixed typo in description of geojson
2015-08-12 15:47:52 +08:00
Vinta
a3df2336f1 Merge pull request #434 from muffl0n/google_code_urls
mutagen has moved to Bitbucket
2015-08-12 15:47:16 +08:00
muffl0n
387650b69f mutagen has moved to Bitbucket 2015-08-12 09:28:02 +02:00
muffl0n
90738f62f2 Fixed typo in description of geojson 2015-08-12 09:25:14 +02:00
Junjie Tao
b8ba7a3f1d Add PyAutoGUI model at Testing Frameworks
[PyAutoGUI](https://github.com/asweigart/pyautogui) - 
A cross-platform GUI automation Python module for human beings. Used to programmatically control the mouse & keyboard. Eventually it would be great to offer the same type of features that [Sikuli](http://www.sikuli.org) offers.
2015-08-11 10:41:12 +08:00
Kishore Narendran
0daa74b9ac Added Awesome badge to README.md 2015-08-07 15:24:04 +07:00
Vinta
5732b0a0c5 remove duplicate Fixes #337 2015-08-07 00:31:03 +08:00
Vinta
36e1ea7f8f update sections 2015-08-07 00:26:27 +08:00
Vinta
24008170c3 refine 2015-08-07 00:08:56 +08:00
Vinta
98caa887e3 add Tomorrow to Concurrency section 2015-08-06 23:27:23 +08:00
Vinta
5105a685f3 Merge remote-tracking branch 'spikergit1/patch-1' 2015-08-06 05:20:38 +08:00
Vinta
19fc70b178 Merge pull request #425 from smartsammler/patch-1
Delete unmaintained visualizing data libs
2015-07-27 10:57:24 +08:00
Julian
fb80e9aee0 Delete unmaintained visualizing data libs
d3py links to vincent
Kartography.py links to mapshaper (node.js)
2015-07-26 22:46:20 +02:00
Vinta
10c47b56c5 Merge pull request #422 from aspyatkin/add_line_profiler
Add line_profiler to Debugging Tools
2015-07-21 23:45:09 +08:00
Alexander Pyatkin
30eac33231 Add line_profiler to Debugging Tools 2015-07-20 12:21:19 +04:00
Vinta
cb41fcbfd2 Merge pull request #421 from locolupo/master
adding PyBuilder a continuous build tool written in pure Python
2015-07-18 23:44:57 +08:00
Vinta
94ef3f6d0f sort some sections 2015-07-15 22:42:13 +08:00
Vinta
132d426964 add Python ZEEF 2015-07-15 22:40:44 +08:00
locolupo
5228fe6979 adding PyBuilder a continuous build tool written in pure Python which mainly targets Python applications. 2015-07-15 14:29:41 +02:00
Vinta
ccb199e4d9 Merge pull request #417 from funkyfuture/patch-1
Adds Cerberus to Data Validation
2015-07-09 11:31:42 +08:00
Frank Sachsenheim
a439f0a9bf Adds Cerberus to Data Validation
disclaimer: i recently contributed to the project. and i still think it's awesome.
2015-07-09 05:00:48 +02:00
Vinta
fb09dfcde6 fix tabs 2015-07-07 22:40:20 +08:00
Vinta
f8b980cc52 Merge pull request #416 from AkashMalhotra/master
added new command line example
2015-07-07 22:34:01 +08:00
AkashMalhotra
ecc643c131 added new command line example 2015-07-07 09:59:54 -04:00
Vinta
193b01ed3b Merge pull request #413 from kxepal/patch-1
Add Hypothesis project (property based testing library)
2015-07-06 16:03:00 +08:00
Vinta
eba29d94bf Merge pull request #409 from timmartin19/patch-1
Added ripozo to RESTful APIs
2015-07-06 16:02:30 +08:00
Alexander Shorin
360594135d Add Hypothesis project 2015-07-03 18:20:07 +03:00
Vinta
f178179794 Merge pull request #410 from fabianrost84/patch-1
Updating the link to the newest version of PyMC
2015-07-02 11:43:56 +08:00
Fabian Rost
511d001390 Updating the link to the newest version of PyMC
The development version of PyMC (version 3) has been moved to its own repository called pymc3.
2015-07-02 01:00:01 +02:00
Tim Martin
badc21efd9 Forgot the . 2015-07-01 11:30:02 -04:00
Tim Martin
5d53e4c525 Added ripozo to RESTful APIs 2015-07-01 11:29:20 -04:00