mirror of https://github.com/encode/starlette.git
c43a070eed
* 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 |
||
---|---|---|
.. | ||
README.md | ||
lint | ||
publish | ||
test |
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".