File: README.md

package info (click to toggle)
python-multipart 0.0.20-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 716 kB
  • sloc: python: 2,206; sh: 17; makefile: 5
file content (9 lines) | stat: -rw-r--r-- 407 bytes parent folder | download
1
2
3
4
5
6
7
8
9
# Development Scripts

* `scripts/setup` - Install dependencies.
* `scripts/test` - Run the test suite.
* `scripts/lint` - Run the code format.
* `scripts/check` - Run the lint in check mode, and the type checker.
* `scripts/rename` - Check that the backward-compat `multipart` name works as expected.

Styled after GitHub's ["Scripts to Rule Them All"](https://github.com/github/scripts-to-rule-them-all).