Commit Graph

820 Commits

Author SHA1 Message Date
Lk Geimfari
25e9c58013 Update README.md 2016-09-13 20:04:09 +03:00
Vinta
8efa6abcc8 Merge pull request #713 from sojin/master
Add seaborn
2016-09-13 14:36:56 +08:00
Yaroslav Ilin
a936fd1d2d xhtml2pdf is officially deprecated in favor of WeasyPrint 2016-09-11 12:18:25 +03:00
Sojin
8d07d55f40 Add seaborn
Seaborn is a Python visualization library based on matplotlib. It provides a high-level interface for drawing attractive statistical graphics.
2016-08-28 20:25:08 +08:00
Vinta
e5601f568e Merge pull request #678 from xiaopeng163/master
add uvloop the fast implementation of asyncio event loop on top of libuv.
2016-08-21 01:08:01 +08:00
Swaraj Rao
947a56221b Readme: Fix link for faker
Fixed link for the Faker library

Closes https://github.com/vinta/awesome-python/issues/700
2016-08-19 23:31:08 +05:30
Vinta
d325d17f66 update README 2016-08-11 23:11:43 +08:00
Blake Oliver
4fc2baae4f Replace broken Cool Github Projects website with active subreddit of the same name and purpose 2016-08-01 06:44:02 -04:00
zhulongcheng
dc7080d3a6 Fix a link 2016-07-20 10:54:27 +08:00
Peng Xiao
3bc105e24f add uvloop
Ultra fast implementation of asyncio event loop on top of libuv.
2016-07-08 07:45:14 +08:00
James Spurin
8506951fe7 Add xmldataset
To 'Libraries for working with HTML and XML'

https://xmldataset.readthedocs.io
2016-06-28 09:39:19 +01:00
José Carlos García
29fba1f47e Update Podcast.ini name 2016-06-24 16:01:21 +02:00
José Carlos García
eabe995034 Remove redundat text 2016-06-24 09:00:55 +02:00
José Carlos García
1a5fa6961b Create Podcasts section under Resources 2016-06-24 08:58:12 +02:00
quobit
a769ffccd7 Added two podcasts to Weekly Resources 2016-06-23 23:38:43 +02:00
zhulongcheng
e6cf91b8ea Fix a link 2016-06-20 18:04:39 +08:00
Stan Bright
7d8a16e0e7 Add 'Awesome Ptyhon @LibHunt' to the Resources/Websites section 2016-06-13 10:43:20 +03:00
lovincyrus
8ec0ba9c1d Missing space - pydeep, ML 2016-05-21 00:15:08 -07:00
Vinta
fcb8d0d505 add ChatOps section 2016-05-17 14:03:11 +08:00
Guillaume Binet
88087430b7 Errbot chatbot (http://errbot.io)
The easiest and most popular chatbot to implement ChatOps in Python.
Very gentle learning curve but very powerful once you start to master
the tool (conversation flows, security, markdown formatting and
template, ...). It comes with developer friendly text and graphical
consoles to debug your plugins easily.

It is compatible out of the box with Slack, Hipchat, XMPP, IRC and lot
more. But you can also extend it easily to support a custom chat system.

Already 300+ public plugins are available !
Check out the list here: https://github.com/errbotio/errbot/wiki
2016-05-16 09:42:20 -07:00
Vinta
1a2cafdfcb add Codecov and Landscape 2016-05-09 18:06:33 +08:00
Vinta
cf70e7903b add CodeTengu Weekly 2016-05-09 18:06:11 +08:00
Vinta
485cd9dba3 fix or replace all of readthedocs links 2016-05-09 17:59:34 +08:00
zhulongcheng
c6a16158be Fix broken link for xlsxwriter 2016-05-09 17:14:37 +08:00
Vinta
77f35bfd87 add Serverless Frameworks section 2016-05-05 01:29:10 +08:00
Vinta
ecefc46acc refine 2016-04-28 23:58:29 +08:00
Attila Tovt
181eae66c3 Fix links redirects
https://github.com/sshwsfc/django-xadmin => https://github.com/sshwsfc/xadmin
https://github.com/DRMacIver/hypothesis => https://github.com/HypothesisWorks/hypothesis-python
2016-04-21 08:04:23 +03:00
Attila Tovt
fe50451d7d Add coala 2016-04-21 07:46:00 +03:00
Timothy Edmund Crosley
2db49edff7 Update README.md 2016-04-15 08:57:08 -07:00
Timothy Edmund Crosley
aa90c1cd27 Update README.md 2016-04-14 23:21:25 -07:00
Timothy Edmund Crosley
698fc3e26d Update README.md
Adds hug, the fastest growing micro-service for Python
2016-04-13 11:27:20 -07:00
Vinta
9b8253083c Merge pull request #588 from timofurrer/master
Add try - It's never been easier to try a package
2016-04-07 17:12:44 +08:00
Vinta
a0c26acd9c add jsonschema 2016-04-03 03:00:03 +08:00
Vinta
bdca951db4 fix links 2016-04-03 02:59:47 +08:00
Vinta
e581264f5e Merge pull request #595 from quobit/jinja_reallocated
Jinja2 repo reallocated to Pallets project
2016-04-03 02:47:11 +08:00
Vinta
ffc2366b3d refine 2016-04-03 02:22:53 +08:00
José Carlos García
3ec8f19493 Jinja2 repo reallocated to pallets project 2016-04-02 19:24:48 +02:00
José Carlos García
f1a564dc58 Update two repos redirections
[Travis-CI Build #106](https://travis-ci.org/vinta/awesome-python/builds/119307253) has two issues:

> Links 
  1. 301 https://github.com/mitsuhiko/markupsafehttps://github.com/pallets/markupsafe
  2. 301 https://github.com/mitsuhiko/itsdangeroushttps://github.com/pallets/itsdangerous
2016-03-30 14:05:49 +02:00
Timo Furrer
a3b2140d92 Add try 2016-03-27 17:15:40 -07:00
Vinta
1f91dae718 fix a link 2016-03-27 19:20:26 +08:00
Grant Jenks
de1611517c Added DiskCache reference under Caching
Added DiskCache reference under Caching.
2016-03-25 10:21:58 -07:00
Vinta
f184109b42 refine 2016-03-21 03:38:45 +08:00
Vinta
74c8446b24 add Cloud-Init to DevOps Tools section 2016-03-21 03:34:47 +08:00
Vinta
b2e6a7add8 Merge pull request #584 from acquayefrank/patch-1
Added a robust Natural Langauge Processing Library
2016-03-21 00:56:34 +08:00
Vinta
0b62a214b0 Merge pull request #504 from peterbrittain/master
Please add asciimatics
2016-03-20 23:40:24 +08:00
Vinta
e0fc823445 Merge pull request #564 from effigies/nipy
NeuroImaging in Python
2016-03-20 21:17:42 +08:00
Vinta
0c105fe931 move tox to Test Runner section 2016-03-20 21:11:52 +08:00
Vinta
aff4269e0f remove some libs 2016-03-20 21:10:53 +08:00
Vinta
8cb7b133df move PyAutoGUI to GUI / Web Testing section 2016-03-20 21:00:36 +08:00
Vinta
261eaba981 Merge pull request #585 from fernandojunior/patch-1
Add tox
2016-03-20 20:57:32 +08:00