soia-client 1.0.0__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 (31) hide show
  1. soia_client-1.0.2/LICENSE +21 -0
  2. soia_client-1.0.2/PKG-INFO +33 -0
  3. {soia_client-1.0.0 → soia_client-1.0.2}/pyproject.toml +3 -3
  4. soia_client-1.0.2/soia_client.egg-info/PKG-INFO +33 -0
  5. {soia_client-1.0.0 → soia_client-1.0.2}/soia_client.egg-info/SOURCES.txt +1 -0
  6. soia_client-1.0.2/soialib/__init__.py +5 -0
  7. {soia_client-1.0.0 → soia_client-1.0.2}/soialib/serializer.py +1 -2
  8. {soia_client-1.0.0 → soia_client-1.0.2}/soialib/timestamp.py +4 -4
  9. soia_client-1.0.0/PKG-INFO +0 -11
  10. soia_client-1.0.0/soia_client.egg-info/PKG-INFO +0 -11
  11. soia_client-1.0.0/soialib/impl/__init__.py +0 -0
  12. {soia_client-1.0.0 → soia_client-1.0.2}/README +0 -0
  13. {soia_client-1.0.0 → soia_client-1.0.2}/setup.cfg +0 -0
  14. {soia_client-1.0.0 → soia_client-1.0.2}/soia_client.egg-info/dependency_links.txt +0 -0
  15. {soia_client-1.0.0 → soia_client-1.0.2}/soia_client.egg-info/top_level.txt +0 -0
  16. {soia_client-1.0.0/soialib → soia_client-1.0.2/soialib/impl}/__init__.py +0 -0
  17. {soia_client-1.0.0 → soia_client-1.0.2}/soialib/impl/arrays.py +0 -0
  18. {soia_client-1.0.0 → soia_client-1.0.2}/soialib/impl/encoding.py +0 -0
  19. {soia_client-1.0.0 → soia_client-1.0.2}/soialib/impl/enums.py +0 -0
  20. {soia_client-1.0.0 → soia_client-1.0.2}/soialib/impl/function_maker.py +0 -0
  21. {soia_client-1.0.0 → soia_client-1.0.2}/soialib/impl/optionals.py +0 -0
  22. {soia_client-1.0.0 → soia_client-1.0.2}/soialib/impl/primitives.py +0 -0
  23. {soia_client-1.0.0 → soia_client-1.0.2}/soialib/impl/repr.py +0 -0
  24. {soia_client-1.0.0 → soia_client-1.0.2}/soialib/impl/structs.py +0 -0
  25. {soia_client-1.0.0 → soia_client-1.0.2}/soialib/impl/type_adapter.py +0 -0
  26. {soia_client-1.0.0 → soia_client-1.0.2}/soialib/keyed_items.py +0 -0
  27. {soia_client-1.0.0 → soia_client-1.0.2}/soialib/module_initializer.py +0 -0
  28. {soia_client-1.0.0 → soia_client-1.0.2}/soialib/never.py +0 -0
  29. {soia_client-1.0.0 → soia_client-1.0.2}/soialib/spec.py +0 -0
  30. {soia_client-1.0.0 → soia_client-1.0.2}/tests/test_module_initializer.py +0 -0
  31. {soia_client-1.0.0 → soia_client-1.0.2}/tests/test_timestamp.py +0 -0
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2024 gepheum
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -0,0 +1,33 @@
1
+ Metadata-Version: 2.1
2
+ Name: soia-client
3
+ Version: 1.0.2
4
+ Author-email: Tyler Fibonacci <gepheum@gmail.com>
5
+ License: MIT License
6
+
7
+ Copyright (c) 2024 gepheum
8
+
9
+ Permission is hereby granted, free of charge, to any person obtaining a copy
10
+ of this software and associated documentation files (the "Software"), to deal
11
+ in the Software without restriction, including without limitation the rights
12
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
13
+ copies of the Software, and to permit persons to whom the Software is
14
+ furnished to do so, subject to the following conditions:
15
+
16
+ The above copyright notice and this permission notice shall be included in all
17
+ copies or substantial portions of the Software.
18
+
19
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
20
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
21
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
22
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
23
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
24
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
25
+ SOFTWARE.
26
+
27
+ Project-URL: Homepage, https://github.com/gepheum/soia-python-client
28
+ Classifier: License :: OSI Approved :: MIT License
29
+ Classifier: Programming Language :: Python
30
+ Classifier: Programming Language :: Python :: 3
31
+ Requires-Python: >=3.10
32
+ Description-Content-Type: text/markdown
33
+ License-File: LICENSE
@@ -4,8 +4,8 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "soia-client"
7
- version = "1.0.0"
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"
@@ -0,0 +1,33 @@
1
+ Metadata-Version: 2.1
2
+ Name: soia-client
3
+ Version: 1.0.2
4
+ Author-email: Tyler Fibonacci <gepheum@gmail.com>
5
+ License: MIT License
6
+
7
+ Copyright (c) 2024 gepheum
8
+
9
+ Permission is hereby granted, free of charge, to any person obtaining a copy
10
+ of this software and associated documentation files (the "Software"), to deal
11
+ in the Software without restriction, including without limitation the rights
12
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
13
+ copies of the Software, and to permit persons to whom the Software is
14
+ furnished to do so, subject to the following conditions:
15
+
16
+ The above copyright notice and this permission notice shall be included in all
17
+ copies or substantial portions of the Software.
18
+
19
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
20
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
21
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
22
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
23
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
24
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
25
+ SOFTWARE.
26
+
27
+ Project-URL: Homepage, https://github.com/gepheum/soia-python-client
28
+ Classifier: License :: OSI Approved :: MIT License
29
+ Classifier: Programming Language :: Python
30
+ Classifier: Programming Language :: Python :: 3
31
+ Requires-Python: >=3.10
32
+ Description-Content-Type: text/markdown
33
+ License-File: LICENSE
@@ -1,3 +1,4 @@
1
+ LICENSE
1
2
  README
2
3
  pyproject.toml
3
4
  soia_client.egg-info/PKG-INFO
@@ -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
 
@@ -1,6 +1,6 @@
1
1
  import dataclasses
2
2
  import datetime
3
- from typing import Any, Final, Union, final, overload
3
+ from typing import Any, Final, Union, cast, final, overload
4
4
 
5
5
 
6
6
  @final
@@ -32,9 +32,9 @@ class Timestamp:
32
32
  def now() -> "Timestamp":
33
33
  return Timestamp.from_datetime(datetime.datetime.now(tz=datetime.timezone.utc))
34
34
 
35
- EPOCH: Final["Timestamp"] = ...
36
- MIN: Final["Timestamp"] = ...
37
- MAX: Final["Timestamp"] = ...
35
+ EPOCH: Final["Timestamp"] = cast("Timestamp", ...)
36
+ MIN: Final["Timestamp"] = cast("Timestamp", ...)
37
+ MAX: Final["Timestamp"] = cast("Timestamp", ...)
38
38
 
39
39
  @property
40
40
  def unix_seconds(self) -> float:
@@ -1,11 +0,0 @@
1
- Metadata-Version: 2.1
2
- Name: soia-client
3
- Version: 1.0.0
4
- Summary: Read the latest Real Python tutorials
5
- Author-email: Tyler Fibonacci <gepheum@gmail.com>
6
- Project-URL: Homepage, https://github.com/realpython/reader
7
- Classifier: License :: OSI Approved :: MIT License
8
- Classifier: Programming Language :: Python
9
- Classifier: Programming Language :: Python :: 3
10
- Requires-Python: >=3.10
11
- Description-Content-Type: text/markdown
@@ -1,11 +0,0 @@
1
- Metadata-Version: 2.1
2
- Name: soia-client
3
- Version: 1.0.0
4
- Summary: Read the latest Real Python tutorials
5
- Author-email: Tyler Fibonacci <gepheum@gmail.com>
6
- Project-URL: Homepage, https://github.com/realpython/reader
7
- Classifier: License :: OSI Approved :: MIT License
8
- Classifier: Programming Language :: Python
9
- Classifier: Programming Language :: Python :: 3
10
- Requires-Python: >=3.10
11
- Description-Content-Type: text/markdown
File without changes
File without changes
File without changes
File without changes