tinydantic 0.1.4__tar.gz → 0.1.6__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (24) hide show
  1. {tinydantic-0.1.4 → tinydantic-0.1.6}/PKG-INFO +5 -2
  2. {tinydantic-0.1.4 → tinydantic-0.1.6}/README.md +4 -1
  3. tinydantic-0.1.6/docs/index.md +7 -0
  4. tinydantic-0.1.4/docs/index.md +0 -7
  5. {tinydantic-0.1.4 → tinydantic-0.1.6}/.github/workflows/publish.yml +0 -0
  6. {tinydantic-0.1.4 → tinydantic-0.1.6}/.github/workflows/test.yml +0 -0
  7. {tinydantic-0.1.4 → tinydantic-0.1.6}/.gitignore +0 -0
  8. {tinydantic-0.1.4 → tinydantic-0.1.6}/.pre-commit-config.yaml +0 -0
  9. {tinydantic-0.1.4 → tinydantic-0.1.6}/.readthedocs.yaml +0 -0
  10. {tinydantic-0.1.4 → tinydantic-0.1.6}/.vscode/extensions.json +0 -0
  11. {tinydantic-0.1.4 → tinydantic-0.1.6}/LICENSE.md +0 -0
  12. {tinydantic-0.1.4 → tinydantic-0.1.6}/LICENSES/Apache-2.0.txt +0 -0
  13. {tinydantic-0.1.4 → tinydantic-0.1.6}/LICENSES/CC-BY-4.0.txt +0 -0
  14. {tinydantic-0.1.4 → tinydantic-0.1.6}/LICENSES/MIT.txt +0 -0
  15. {tinydantic-0.1.4 → tinydantic-0.1.6}/REUSE.toml +0 -0
  16. {tinydantic-0.1.4 → tinydantic-0.1.6}/docs/installation.md +0 -0
  17. {tinydantic-0.1.4 → tinydantic-0.1.6}/mkdocs.yml +0 -0
  18. {tinydantic-0.1.4 → tinydantic-0.1.6}/pyproject.toml +0 -0
  19. {tinydantic-0.1.4 → tinydantic-0.1.6}/src/tinydantic/__about__.py +0 -0
  20. {tinydantic-0.1.4 → tinydantic-0.1.6}/src/tinydantic/__init__.py +0 -0
  21. {tinydantic-0.1.4 → tinydantic-0.1.6}/src/tinydantic/py.typed +0 -0
  22. {tinydantic-0.1.4 → tinydantic-0.1.6}/taplo.toml +0 -0
  23. {tinydantic-0.1.4 → tinydantic-0.1.6}/tests/__init__.py +0 -0
  24. {tinydantic-0.1.4 → tinydantic-0.1.6}/tests/test_version.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: tinydantic
3
- Version: 0.1.4
3
+ Version: 0.1.6
4
4
  Project-URL: Documentation, https://github.com/cdwilson/tinydantic#readme
5
5
  Project-URL: Issues, https://github.com/cdwilson/tinydantic/issues
6
6
  Project-URL: Source, https://github.com/cdwilson/tinydantic
@@ -49,7 +49,10 @@ Description-Content-Type: text/markdown
49
49
  [![PyPI - Version](https://img.shields.io/pypi/v/tinydantic.svg)](https://pypi.org/project/tinydantic)
50
50
  [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/tinydantic.svg)](https://pypi.org/project/tinydantic)
51
51
 
52
- -----
52
+ > [!WARNING]
53
+ > `tinydantic` is currently a work in progress :building_construction:
54
+ >
55
+ > There's not much to see here yet, but feel free to grab your hard hat and have a look around! :construction_worker:
53
56
 
54
57
  ## Table of Contents
55
58
 
@@ -3,7 +3,10 @@
3
3
  [![PyPI - Version](https://img.shields.io/pypi/v/tinydantic.svg)](https://pypi.org/project/tinydantic)
4
4
  [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/tinydantic.svg)](https://pypi.org/project/tinydantic)
5
5
 
6
- -----
6
+ > [!WARNING]
7
+ > `tinydantic` is currently a work in progress :building_construction:
8
+ >
9
+ > There's not much to see here yet, but feel free to grab your hard hat and have a look around! :construction_worker:
7
10
 
8
11
  ## Table of Contents
9
12
 
@@ -0,0 +1,7 @@
1
+ # About
2
+
3
+ !!! warning "Warning"
4
+
5
+ `tinydantic` is currently a work in progress :building_construction:
6
+
7
+ There's not much to see here yet, but feel free to grab your hard hat and have a look around! :construction_worker:
@@ -1,7 +0,0 @@
1
- # About
2
-
3
- !!! warning "Under Construction :construction:"
4
-
5
- `tinydantic` is currently a work in progress :construction_site:
6
-
7
- There's not much to see here yet, but free to grab your hard hat and have a look around! :construction_worker:
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes