| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 0.3.0 source code.tar.gz | 2019-04-19 | 334.2 kB | |
| 0.3.0 source code.zip | 2019-04-19 | 428.9 kB | |
| README.md | 2019-04-19 | 825 Bytes | |
| Totals: 3 Items | 763.9 kB | 0 | |
- PR #15:
- Update CRUD utils to use types better.
- Simplify Pydantic model names, from
UserInCreatetoUserCreate, etc. - Upgrade packages.
- Add new generic "Items" models, crud utils, endpoints, and tests. To facilitate re-using them to create new functionality. As they are simple and generic (not like Users), it's easier to copy-paste and adapt them to each use case.
- Update endpoints/path operations to simplify code and use new utilities, prefix and tags in
include_router. - Update testing utils.
- Update linting rules, relax vulture to reduce false positives.
- Add full text search for items.
- Update project README.md with tips about how to start with backend.