starlette/scripts
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
..
README.md Initial commit 2018-06-25 14:15:32 +01:00
lint Push black linting into ./scripts/test (#96) 2018-10-09 12:27:27 +01:00
publish Initial commit 2018-06-25 14:15:32 +01:00
test Form parsing (#102) 2018-10-12 18:15:04 +01:00

README.md

Development Scripts

  • scripts/test - Run the test suite.
  • scripts/lint - Run the code linting.
  • scripts/publish - Publish the latest version to PyPI.

Styled after GitHub's "Scripts to Rule Them All".