Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Commit

Permalink
Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ltworf committed Apr 23, 2024
1 parent a08df23 commit bf2dd17
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ The following things are supported:
* IPv4Address, IPv6Address
* typing.Any
* typing.NewType
* uuid.UUID

Unions
------
Expand Down
1 change: 1 addition & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
2.28
====
* Add support for uuid.UUID

2.27
====
Expand Down
4 changes: 4 additions & 0 deletions docs/supported_types.md
Original file line number Diff line number Diff line change
Expand Up @@ -452,6 +452,10 @@ Loads a string as a `Path`; when dumping it goes back to being a string.
* `ipaddress.IPv4Interface`
* `ipaddress.IPv6Interface`

### uuid.UUID

* `uuid.UUID`

```python
In : typedload.load('10.1.1.3', IPv4Address)
Out: IPv4Address('10.1.1.3')
Expand Down

0 comments on commit bf2dd17

Please sign in to comment.