soia-client 1.0.1__tar.gz → 1.0.2__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.

Potentially problematic release.


This version of soia-client might be problematic. Click here for more details.

Files changed (29) hide show
  1. {soia_client-1.0.1 → soia_client-1.0.2}/PKG-INFO +2 -3
  2. {soia_client-1.0.1 → soia_client-1.0.2}/pyproject.toml +3 -3
  3. {soia_client-1.0.1 → soia_client-1.0.2}/soia_client.egg-info/PKG-INFO +2 -3
  4. soia_client-1.0.2/soialib/__init__.py +5 -0
  5. {soia_client-1.0.1 → soia_client-1.0.2}/soialib/serializer.py +1 -2
  6. soia_client-1.0.1/soialib/impl/__init__.py +0 -0
  7. {soia_client-1.0.1 → soia_client-1.0.2}/LICENSE +0 -0
  8. {soia_client-1.0.1 → soia_client-1.0.2}/README +0 -0
  9. {soia_client-1.0.1 → soia_client-1.0.2}/setup.cfg +0 -0
  10. {soia_client-1.0.1 → soia_client-1.0.2}/soia_client.egg-info/SOURCES.txt +0 -0
  11. {soia_client-1.0.1 → soia_client-1.0.2}/soia_client.egg-info/dependency_links.txt +0 -0
  12. {soia_client-1.0.1 → soia_client-1.0.2}/soia_client.egg-info/top_level.txt +0 -0
  13. {soia_client-1.0.1/soialib → soia_client-1.0.2/soialib/impl}/__init__.py +0 -0
  14. {soia_client-1.0.1 → soia_client-1.0.2}/soialib/impl/arrays.py +0 -0
  15. {soia_client-1.0.1 → soia_client-1.0.2}/soialib/impl/encoding.py +0 -0
  16. {soia_client-1.0.1 → soia_client-1.0.2}/soialib/impl/enums.py +0 -0
  17. {soia_client-1.0.1 → soia_client-1.0.2}/soialib/impl/function_maker.py +0 -0
  18. {soia_client-1.0.1 → soia_client-1.0.2}/soialib/impl/optionals.py +0 -0
  19. {soia_client-1.0.1 → soia_client-1.0.2}/soialib/impl/primitives.py +0 -0
  20. {soia_client-1.0.1 → soia_client-1.0.2}/soialib/impl/repr.py +0 -0
  21. {soia_client-1.0.1 → soia_client-1.0.2}/soialib/impl/structs.py +0 -0
  22. {soia_client-1.0.1 → soia_client-1.0.2}/soialib/impl/type_adapter.py +0 -0
  23. {soia_client-1.0.1 → soia_client-1.0.2}/soialib/keyed_items.py +0 -0
  24. {soia_client-1.0.1 → soia_client-1.0.2}/soialib/module_initializer.py +0 -0
  25. {soia_client-1.0.1 → soia_client-1.0.2}/soialib/never.py +0 -0
  26. {soia_client-1.0.1 → soia_client-1.0.2}/soialib/spec.py +0 -0
  27. {soia_client-1.0.1 → soia_client-1.0.2}/soialib/timestamp.py +0 -0
  28. {soia_client-1.0.1 → soia_client-1.0.2}/tests/test_module_initializer.py +0 -0
  29. {soia_client-1.0.1 → soia_client-1.0.2}/tests/test_timestamp.py +0 -0
@@ -1,7 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: soia-client
3
- Version: 1.0.1
4
- Summary: Read the latest Real Python tutorials
3
+ Version: 1.0.2
5
4
  Author-email: Tyler Fibonacci <gepheum@gmail.com>
6
5
  License: MIT License
7
6
 
@@ -25,7 +24,7 @@ License: MIT License
25
24
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
26
25
  SOFTWARE.
27
26
 
28
- Project-URL: Homepage, https://github.com/realpython/reader
27
+ Project-URL: Homepage, https://github.com/gepheum/soia-python-client
29
28
  Classifier: License :: OSI Approved :: MIT License
30
29
  Classifier: Programming Language :: Python
31
30
  Classifier: Programming Language :: Python :: 3
@@ -4,8 +4,8 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "soia-client"
7
- version = "1.0.1"
8
- description = "Read the latest Real Python tutorials"
7
+ version = "1.0.2"
8
+ description = ""
9
9
  readme = "README.md"
10
10
  authors = [{ name = "Tyler Fibonacci", email = "gepheum@gmail.com" }]
11
11
  license = { file = "LICENSE" }
@@ -19,4 +19,4 @@ dependencies = []
19
19
  requires-python = ">=3.10"
20
20
 
21
21
  [project.urls]
22
- Homepage = "https://github.com/realpython/reader"
22
+ Homepage = "https://github.com/gepheum/soia-python-client"
@@ -1,7 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: soia-client
3
- Version: 1.0.1
4
- Summary: Read the latest Real Python tutorials
3
+ Version: 1.0.2
5
4
  Author-email: Tyler Fibonacci <gepheum@gmail.com>
6
5
  License: MIT License
7
6
 
@@ -25,7 +24,7 @@ License: MIT License
25
24
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
26
25
  SOFTWARE.
27
26
 
28
- Project-URL: Homepage, https://github.com/realpython/reader
27
+ Project-URL: Homepage, https://github.com/gepheum/soia-python-client
29
28
  Classifier: License :: OSI Approved :: MIT License
30
29
  Classifier: Programming Language :: Python
31
30
  Classifier: Programming Language :: Python :: 3
@@ -0,0 +1,5 @@
1
+ from soialib.keyed_items import KeyedItems
2
+ from soialib.serializer import Serializer
3
+ from soialib.timestamp import Timestamp
4
+
5
+ __all__ = ["KeyedItems", "Serializer", "Timestamp"]
@@ -1,10 +1,9 @@
1
- import io
2
1
  import json as jsonlib
3
2
  from collections.abc import Callable
4
3
  from dataclasses import FrozenInstanceError
5
4
  from typing import Any, Generic, TypeVar, cast, final
6
5
 
7
- from soialib.impl.function_maker import BodyBuilder, Expr, LineSpan, make_function
6
+ from soialib.impl.function_maker import Expr, LineSpan, make_function
8
7
  from soialib.impl.type_adapter import TypeAdapter
9
8
  from soialib.never import Never
10
9
 
File without changes
File without changes
File without changes
File without changes
File without changes