sera-2 1.2.0__tar.gz → 1.2.1__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 (31) hide show
  1. {sera_2-1.2.0 → sera_2-1.2.1}/PKG-INFO +3 -1
  2. {sera_2-1.2.0 → sera_2-1.2.1}/pyproject.toml +2 -1
  3. sera_2-1.2.0/sera/.DS_Store +0 -0
  4. sera_2-1.2.0/sera/make/.DS_Store +0 -0
  5. {sera_2-1.2.0 → sera_2-1.2.1}/README.md +0 -0
  6. {sera_2-1.2.0 → sera_2-1.2.1}/sera/__init__.py +0 -0
  7. {sera_2-1.2.0 → sera_2-1.2.1}/sera/libs/__init__.py +0 -0
  8. {sera_2-1.2.0 → sera_2-1.2.1}/sera/libs/api_helper.py +0 -0
  9. {sera_2-1.2.0 → sera_2-1.2.1}/sera/libs/base_orm.py +0 -0
  10. {sera_2-1.2.0 → sera_2-1.2.1}/sera/libs/base_service.py +0 -0
  11. {sera_2-1.2.0 → sera_2-1.2.1}/sera/make/__init__.py +0 -0
  12. {sera_2-1.2.0 → sera_2-1.2.1}/sera/make/__main__.py +0 -0
  13. {sera_2-1.2.0 → sera_2-1.2.1}/sera/make/make_app.py +0 -0
  14. {sera_2-1.2.0 → sera_2-1.2.1}/sera/make/make_python_api.py +0 -0
  15. {sera_2-1.2.0 → sera_2-1.2.1}/sera/make/make_python_model.py +0 -0
  16. {sera_2-1.2.0 → sera_2-1.2.1}/sera/make/make_python_services.py +0 -0
  17. {sera_2-1.2.0 → sera_2-1.2.1}/sera/make/make_typescript_model.py +0 -0
  18. {sera_2-1.2.0 → sera_2-1.2.1}/sera/misc/__init__.py +0 -0
  19. {sera_2-1.2.0 → sera_2-1.2.1}/sera/misc/_rdf.py +0 -0
  20. {sera_2-1.2.0 → sera_2-1.2.1}/sera/misc/_utils.py +0 -0
  21. {sera_2-1.2.0 → sera_2-1.2.1}/sera/models/__init__.py +0 -0
  22. {sera_2-1.2.0 → sera_2-1.2.1}/sera/models/_class.py +0 -0
  23. {sera_2-1.2.0 → sera_2-1.2.1}/sera/models/_collection.py +0 -0
  24. {sera_2-1.2.0 → sera_2-1.2.1}/sera/models/_datatype.py +0 -0
  25. {sera_2-1.2.0 → sera_2-1.2.1}/sera/models/_module.py +0 -0
  26. {sera_2-1.2.0 → sera_2-1.2.1}/sera/models/_multi_lingual_string.py +0 -0
  27. {sera_2-1.2.0 → sera_2-1.2.1}/sera/models/_parse.py +0 -0
  28. {sera_2-1.2.0 → sera_2-1.2.1}/sera/models/_property.py +0 -0
  29. {sera_2-1.2.0 → sera_2-1.2.1}/sera/models/_schema.py +0 -0
  30. {sera_2-1.2.0 → sera_2-1.2.1}/sera/namespace.py +0 -0
  31. {sera_2-1.2.0 → sera_2-1.2.1}/sera/typing.py +0 -0
@@ -1,7 +1,8 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: sera-2
3
- Version: 1.2.0
3
+ Version: 1.2.1
4
4
  Summary:
5
+ Home-page: https://github.com/binh-vu/sera
5
6
  Author: Binh Vu
6
7
  Author-email: bvu687@gmail.com
7
8
  Requires-Python: >=3.12,<4.0
@@ -12,6 +13,7 @@ Requires-Dist: black (>=25.0.1,<26.0.0)
12
13
  Requires-Dist: codegen-2 (>=2.1.4,<3.0.0)
13
14
  Requires-Dist: litestar (>=2.15.1,<3.0.0)
14
15
  Requires-Dist: msgspec (>=0.19.0,<0.20.0)
16
+ Project-URL: Repository, https://github.com/binh-vu/sera
15
17
  Description-Content-Type: text/markdown
16
18
 
17
19
  # Overview
@@ -1,10 +1,11 @@
1
1
  [tool.poetry]
2
2
  name = "sera-2"
3
- version = "1.2.0"
3
+ version = "1.2.1"
4
4
  description = ""
5
5
  authors = ["Binh Vu <bvu687@gmail.com>"]
6
6
  readme = "README.md"
7
7
  packages = [{ include = "sera" }]
8
+ repository = "https://github.com/binh-vu/sera"
8
9
 
9
10
  [tool.poetry.dependencies]
10
11
  python = "^3.12"
Binary file
Binary file
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
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
File without changes
File without changes
File without changes