tinydantic 0.1.6__tar.gz → 0.1.7__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.6 → tinydantic-0.1.7}/PKG-INFO +3 -3
  2. {tinydantic-0.1.6 → tinydantic-0.1.7}/README.md +2 -2
  3. tinydantic-0.1.7/docs/index.md +7 -0
  4. tinydantic-0.1.6/docs/index.md +0 -7
  5. {tinydantic-0.1.6 → tinydantic-0.1.7}/.github/workflows/publish.yml +0 -0
  6. {tinydantic-0.1.6 → tinydantic-0.1.7}/.github/workflows/test.yml +0 -0
  7. {tinydantic-0.1.6 → tinydantic-0.1.7}/.gitignore +0 -0
  8. {tinydantic-0.1.6 → tinydantic-0.1.7}/.pre-commit-config.yaml +0 -0
  9. {tinydantic-0.1.6 → tinydantic-0.1.7}/.readthedocs.yaml +0 -0
  10. {tinydantic-0.1.6 → tinydantic-0.1.7}/.vscode/extensions.json +0 -0
  11. {tinydantic-0.1.6 → tinydantic-0.1.7}/LICENSE.md +0 -0
  12. {tinydantic-0.1.6 → tinydantic-0.1.7}/LICENSES/Apache-2.0.txt +0 -0
  13. {tinydantic-0.1.6 → tinydantic-0.1.7}/LICENSES/CC-BY-4.0.txt +0 -0
  14. {tinydantic-0.1.6 → tinydantic-0.1.7}/LICENSES/MIT.txt +0 -0
  15. {tinydantic-0.1.6 → tinydantic-0.1.7}/REUSE.toml +0 -0
  16. {tinydantic-0.1.6 → tinydantic-0.1.7}/docs/installation.md +0 -0
  17. {tinydantic-0.1.6 → tinydantic-0.1.7}/mkdocs.yml +0 -0
  18. {tinydantic-0.1.6 → tinydantic-0.1.7}/pyproject.toml +0 -0
  19. {tinydantic-0.1.6 → tinydantic-0.1.7}/src/tinydantic/__about__.py +0 -0
  20. {tinydantic-0.1.6 → tinydantic-0.1.7}/src/tinydantic/__init__.py +0 -0
  21. {tinydantic-0.1.6 → tinydantic-0.1.7}/src/tinydantic/py.typed +0 -0
  22. {tinydantic-0.1.6 → tinydantic-0.1.7}/taplo.toml +0 -0
  23. {tinydantic-0.1.6 → tinydantic-0.1.7}/tests/__init__.py +0 -0
  24. {tinydantic-0.1.6 → tinydantic-0.1.7}/tests/test_version.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: tinydantic
3
- Version: 0.1.6
3
+ Version: 0.1.7
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
@@ -50,9 +50,9 @@ Description-Content-Type: text/markdown
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:
53
+ > `tinydantic` is currently a work in progress 🏗️
54
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:
55
+ > There's not much to see here yet, but feel free to grab your hard hat and have a look around! 👷
56
56
 
57
57
  ## Table of Contents
58
58
 
@@ -4,9 +4,9 @@
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:
7
+ > `tinydantic` is currently a work in progress 🏗️
8
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:
9
+ > There's not much to see here yet, but feel free to grab your hard hat and have a look around! 👷
10
10
 
11
11
  ## Table of Contents
12
12
 
@@ -0,0 +1,7 @@
1
+ # About
2
+
3
+ !!! warning "Warning"
4
+
5
+ `tinydantic` is currently a work in progress 🏗️
6
+
7
+ There's not much to see here yet, but feel free to grab your hard hat and have a look around! 👷
@@ -1,7 +0,0 @@
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:
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