Commit Graph

17 Commits

Author SHA1 Message Date
Jose Eduardo 2544762512 Apply linting to setup.py (#403) 2019-02-19 11:30:33 +00:00
Eugene Molotov 69a0e80292 Add python version restriction (#387) 2019-02-13 12:24:58 +00:00
Mickaël Schoentgen 2e4a4d71a8 Fix several ResourceWarning: unclosed file (#310)
Signed-off-by: Mickaël Schoentgen <contact@tiger-222.fr>
2019-01-08 15:12:26 +00:00
Carlo b94f02e2a2 include license file (#299) 2019-01-02 12:44:20 +00:00
Daniel Hahler 56b4d73c3a setup.py: add asyncpg to "full" extras_require (#264) 2018-12-11 13:06:12 +00:00
Tom Christie ce9556acce
Authentication (#256)
* Authentication

* Fleshing out authentication support

* Version 0.9.6
2018-12-07 13:05:31 +00:00
Sebastián Ramírez cad82793d1 Add py.typed marker to setup.py (#253) 2018-12-07 09:15:06 +00:00
Santiago 49c4b78d7c refactor: schemas now have better support for third party packages (#197) 2018-11-23 15:20:07 +00:00
Jesse Braham 5fc8b394e2 Include Jinja2 in the [full] optional package (#213) 2018-11-11 01:54:21 +00:00
Tom Christie 81c4306a3a
Add OpenAPIResponse, API Schema docs, etc... (#171) 2018-11-01 12:52:03 +00:00
Tom Christie 7ab015d8e8 Update README/homepage 2018-10-29 16:49:13 +00:00
Tom Christie c43a070eed
Form parsing (#102)
* Work towards MultiPartParser

* Work towards MultiPartParser

* Add test for multipart files

* MultiPart parsing

* Fix for large multipart messages

* Add python-multipart to docs

* Add python-multipart to 'pip install starlette[full]'

* Add FormParser

* Add docs for request.form()

* Drop mypy momentarily
2018-10-12 18:15:04 +01:00
Tom Christie 78d1829758
Version 0.3 (#57)
* Renamings

* Version 0.3.0

* Black formatting

* Update docs for 0.3
2018-09-05 11:39:38 +01:00
Abiola 50af72edc0
Fixed encoding issues on windows
Attempting to install the package on windows throws `UnicodeDecodeError: 'charmap' codec can't decode byte 0x90 in position 1549: character maps to <undefined>`

This is an attempted fix
2018-07-17 21:38:38 +01:00
Tom Christie 5f194f73bf Add FileResponse 2018-07-11 16:08:51 +01:00
Tom Christie b60f72ab33 Bump Python requirements 2018-06-25 14:58:51 +01:00
Tom Christie 5a9fe3f048 Initial commit 2018-06-25 14:15:32 +01:00