Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Type tracker #3

Open
13 of 14 tasks
oir opened this issue Sep 28, 2024 · 0 comments
Open
13 of 14 tasks

Type tracker #3

oir opened this issue Sep 28, 2024 · 0 comments
Labels
🚀 Enhancement: New feature or request
Milestone

Comments

@oir
Copy link
Owner

oir commented Sep 28, 2024

Support the following types (this is a fluid list):

  • str
  • int
  • float
  • bool
  • list[T], List[T]
    • list, List (assuming str)
  • tuple[T]
  • set[T]
  • os.PathLike
  • pathlib.Path
  • Cls(Enum)
    • Cls(str, Enum), Cls(StrEnum), Cls(IntEnum)
  • Literal["a", "b", "c"]
  • Optional[T], Union[T, None], T | None
@oir oir added the 🚀 Enhancement: New feature or request label Sep 28, 2024
@oir oir added this to the v0.1 milestone Sep 28, 2024
@oir oir added this to Jumpstartle Sep 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🚀 Enhancement: New feature or request
Projects
Status: In progress
Development

No branches or pull requests

1 participant