Yun Xu
049f12096d
fix unit tests
2017-11-25 21:07:38 -08:00
Thomas Grainger
834468e8e7
fix README.rst -> long_description encoding
2017-05-02 17:37:17 +01:00
Thomas Grainger
9e502099e0
add readme to package directly
2017-05-02 10:05:05 +01:00
adam.serafini
6b2883074b
Fix installation on Ubuntu 16.10
...
Fixes issue #629 . Printing a unicode string at the end of the
setup.py script is asking for trouble. It's also redundant:
the pip tool itself tells the user whether the installation was
successful or not.
2017-04-12 10:59:03 +02:00
Jakob Bowyer
42ba5298a7
Flake8 cleanup. Setup environmental variables.
...
Skipping broken tests unrelated.
2017-03-28 10:50:09 +01:00
Raphael Deem
878ef446a2
refactor redundant print logic
2017-03-11 21:54:07 -08:00
Raphael Deem
668f6477bb
fix spacing
2017-03-11 21:46:31 -08:00
Raphael Deem
01a770cbca
windows setup
2017-03-11 19:32:38 -08:00
Miguel Grinberg
6e903ee7d5
websocket support, using websockets package
2017-02-27 22:35:28 -08:00
Eli Uriegas
a5066f15dc
Attempt to remedy install problems from 0.4.0
...
Relates to 1436fb3ef4
2017-02-27 10:14:47 -06:00
Angus Hollands
1436fb3ef4
Don't ask for uvloop on windows
...
This is a tricky issue, but essentially uvloop is unavailable on windows. This means for windows users, we have to install Sanic with no requirements, and then manually specify all requirements apart from uvloop.
However, Sanic will work with standard asyncio event loop. So, I propose we remove the uvloop requirement on windows. This patch doesn't touch any demo imports.
2017-02-10 13:14:36 +00:00
Channel Cat
1649f30808
Updated password
2017-01-30 02:22:12 -08:00
Andrew Widdersheim
0c7275da1a
Remove multidict requirement
...
This is no longer necessary after #302 .
2017-01-20 18:12:54 -05:00
Channel Cat
d02fffb6b8
Fixing import of CIMultiDict
2016-11-19 18:41:40 -08:00
Channel Cat
ee70f1e55e
Upped to version 0.1.6
2016-10-25 01:49:43 -07:00
Channel Cat
bf6879e46f
Made static file serving part of Sanic
...
Added sanic.static, blueprint.static, documentation, and testing
2016-10-24 01:21:06 -07:00
Channel Cat
201e232a0d
Releasing 0.1.5
2016-10-23 03:43:01 -07:00
Channel Cat
8142121c90
Update setup.py
2016-10-18 01:51:17 -07:00
Channel Cat
4f102a9cf2
Fixed setup.py bad classifier and upped version
2016-10-16 02:44:16 -07:00
Channel Cat
6b8b6b80ee
Upped version for pypi and added travis build status image to readme
2016-10-16 02:33:10 -07:00
cclauss
392ec9dc70
License is MIT, not BSD
...
Added Python 3.5 and 3.6 trove classifieds for PyPI.
2016-10-16 06:03:35 +02:00
Channel Cat
254861bc37
Reformatted code to use spaces instead of tabs
2016-10-14 19:53:49 -07:00
Channel Cat
5a7447e975
Basic documentation
2016-10-14 04:51:08 -07:00
Channel Cat
2cfce77328
Added exception tests and updated project description
2016-10-14 03:37:40 -07:00
Channel Cat
1c427181e2
Fuck it, uvloop is required
...
httptools already requires compilation, so why not include uvloop
2016-10-09 16:02:43 -07:00
Channel Cat
8fbc6c2c4e
Moved request handling into sanic
2016-10-08 19:45:11 -07:00
Channel Cat
74b0cbae1b
.
2016-10-06 01:40:22 -07:00
Channel Cat
afeed3cabd
Added setup for pip install
2016-10-01 19:48:50 -07:00