forked from vercel/python-typemap
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Description
Create documentation and tutorials for type manipulation patterns.
Motivation
The PEP 827 and implementation provide powerful features, but users need guidance on how to use them effectively.
Topics to cover
Basic Usage
- Getting started with type manipulation
- Using
Iter,Attrs,Members - Accessing types with
GetMemberType
Type Utilities
- Building Pick, Omit, Partial, Required
- Using KeyOf for dynamic key access
Real-world Patterns
- ORM query builder types
- API request/response types
- Data validation types
Advanced
- Custom type operators
- Recursive types
- Performance optimization
Output
- Add examples to the README
- Create docs/ directory with tutorials
- Add docstrings to public APIs
Acceptance criteria
- README updated with examples
- Tutorial docs created
- Public APIs documented
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels