tmsgpack 0.1.2__tar.gz → 0.1.3__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 (41) hide show
  1. {tmsgpack-0.1.2/tmsgpack.egg-info → tmsgpack-0.1.3}/PKG-INFO +6 -5
  2. {tmsgpack-0.1.2 → tmsgpack-0.1.3}/README.md +2 -1
  3. {tmsgpack-0.1.2 → tmsgpack-0.1.3}/setup.cfg +3 -3
  4. {tmsgpack-0.1.2 → tmsgpack-0.1.3}/test/test_memoryview.py +1 -1
  5. {tmsgpack-0.1.2 → tmsgpack-0.1.3}/tmsgpack/__init__.py +2 -2
  6. {tmsgpack-0.1.2 → tmsgpack-0.1.3/tmsgpack.egg-info}/PKG-INFO +6 -5
  7. {tmsgpack-0.1.2 → tmsgpack-0.1.3}/COPYING +0 -0
  8. {tmsgpack-0.1.2 → tmsgpack-0.1.3}/MANIFEST.in +0 -0
  9. {tmsgpack-0.1.2 → tmsgpack-0.1.3}/pyproject.toml +0 -0
  10. {tmsgpack-0.1.2 → tmsgpack-0.1.3}/setup.py +0 -0
  11. {tmsgpack-0.1.2 → tmsgpack-0.1.3}/test/contexts_for_tests.py +0 -0
  12. {tmsgpack-0.1.2 → tmsgpack-0.1.3}/test/test_buffer.py +0 -0
  13. {tmsgpack-0.1.2 → tmsgpack-0.1.3}/test/test_case.py +0 -0
  14. {tmsgpack-0.1.2 → tmsgpack-0.1.3}/test/test_except.py +0 -0
  15. {tmsgpack-0.1.2 → tmsgpack-0.1.3}/test/test_format.py +0 -0
  16. {tmsgpack-0.1.2 → tmsgpack-0.1.3}/test/test_limits.py +0 -0
  17. {tmsgpack-0.1.2 → tmsgpack-0.1.3}/test/test_newspec.py +0 -0
  18. {tmsgpack-0.1.2 → tmsgpack-0.1.3}/test/test_pack.py +0 -0
  19. {tmsgpack-0.1.2 → tmsgpack-0.1.3}/test/test_roundtrip.py +0 -0
  20. {tmsgpack-0.1.2 → tmsgpack-0.1.3}/test/test_seq.py +0 -0
  21. {tmsgpack-0.1.2 → tmsgpack-0.1.3}/test/test_sequnpack.py +0 -0
  22. {tmsgpack-0.1.2 → tmsgpack-0.1.3}/test/test_subtype.py +0 -0
  23. {tmsgpack-0.1.2 → tmsgpack-0.1.3}/test/test_trace_from_x.py +0 -0
  24. {tmsgpack-0.1.2 → tmsgpack-0.1.3}/test/test_typed_objects.py +0 -0
  25. {tmsgpack-0.1.2 → tmsgpack-0.1.3}/test/test_unpack.py +0 -0
  26. {tmsgpack-0.1.2 → tmsgpack-0.1.3}/tmsgpack/_ctmsgpack.cpp +0 -0
  27. {tmsgpack-0.1.2 → tmsgpack-0.1.3}/tmsgpack/_ctmsgpack.pyx +0 -0
  28. {tmsgpack-0.1.2 → tmsgpack-0.1.3}/tmsgpack/_packer.pyx +0 -0
  29. {tmsgpack-0.1.2 → tmsgpack-0.1.3}/tmsgpack/_unpacker.pyx +0 -0
  30. {tmsgpack-0.1.2 → tmsgpack-0.1.3}/tmsgpack/buff_converter.h +0 -0
  31. {tmsgpack-0.1.2 → tmsgpack-0.1.3}/tmsgpack/exceptions.py +0 -0
  32. {tmsgpack-0.1.2 → tmsgpack-0.1.3}/tmsgpack/fallback.py +0 -0
  33. {tmsgpack-0.1.2 → tmsgpack-0.1.3}/tmsgpack/pack.h +0 -0
  34. {tmsgpack-0.1.2 → tmsgpack-0.1.3}/tmsgpack/pack_template.h +0 -0
  35. {tmsgpack-0.1.2 → tmsgpack-0.1.3}/tmsgpack/sysdep.h +0 -0
  36. {tmsgpack-0.1.2 → tmsgpack-0.1.3}/tmsgpack/unpack.h +0 -0
  37. {tmsgpack-0.1.2 → tmsgpack-0.1.3}/tmsgpack/unpack_define.h +0 -0
  38. {tmsgpack-0.1.2 → tmsgpack-0.1.3}/tmsgpack/unpack_template.h +0 -0
  39. {tmsgpack-0.1.2 → tmsgpack-0.1.3}/tmsgpack.egg-info/SOURCES.txt +0 -0
  40. {tmsgpack-0.1.2 → tmsgpack-0.1.3}/tmsgpack.egg-info/dependency_links.txt +0 -0
  41. {tmsgpack-0.1.2 → tmsgpack-0.1.3}/tmsgpack.egg-info/top_level.txt +0 -0
@@ -1,13 +1,13 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tmsgpack
3
- Version: 0.1.2
3
+ Version: 0.1.3
4
4
  Summary: Typed MessagePack serializer (similar but incompatible with msgpack)
5
- Home-page: https://github.com/Yaakov-Belch/tmsgpack
5
+ Home-page: https://github.com/Yaakov-Belch/tmsgpack-py
6
6
  Author: Inada Naoki, Yaakov Belch
7
7
  Author-email: yaakov.belch@gmail.com
8
8
  License: Apache-2.0
9
- Project-URL: Source, https://github.com/Yaakov-Belch/tmsgpack
10
- Project-URL: Tracker, https://github.com/Yaakov-Belch/tmsgpack/issues
9
+ Project-URL: Source, https://github.com/Yaakov-Belch/tmsgpack-py
10
+ Project-URL: Tracker, https://github.com/Yaakov-Belch/tmsgpack-py/issues
11
11
  Classifier: Programming Language :: Python :: 3
12
12
  Classifier: Programming Language :: Python :: 3.9
13
13
  Classifier: Programming Language :: Python :: 3.10
@@ -24,7 +24,8 @@ Dynamic: license-file
24
24
 
25
25
  # tmsgpack: Typed MessagePack-inspired pack/unpack component
26
26
 
27
- See also: [FORMAT.md](FORMAT.md) and [DEVELOP.md](DEVELOP.md)
27
+ See also: [FORMAT.md](FORMAT.md), [DEVELOP.md](DEVELOP.md)
28
+ [tmsgpack-js](https://github.com/Yaakov-Belch/tmsgpack-js)
28
29
 
29
30
  The tmsgpack format expresses **typed objects**: maps and arrays (or: dicts and
30
31
  tuples/lists) with an `object_type` property.
@@ -1,6 +1,7 @@
1
1
  # tmsgpack: Typed MessagePack-inspired pack/unpack component
2
2
 
3
- See also: [FORMAT.md](FORMAT.md) and [DEVELOP.md](DEVELOP.md)
3
+ See also: [FORMAT.md](FORMAT.md), [DEVELOP.md](DEVELOP.md)
4
+ [tmsgpack-js](https://github.com/Yaakov-Belch/tmsgpack-js)
4
5
 
5
6
  The tmsgpack format expresses **typed objects**: maps and arrays (or: dicts and
6
7
  tuples/lists) with an `object_type` property.
@@ -7,11 +7,11 @@ author_email = yaakov.belch@gmail.com
7
7
  description = Typed MessagePack serializer (similar but incompatible with msgpack)
8
8
  long_description = file: README.md
9
9
  long_description_content_type = text/markdown
10
- url = https://github.com/Yaakov-Belch/tmsgpack
10
+ url = https://github.com/Yaakov-Belch/tmsgpack-py
11
11
  python_requires = >=3.9
12
12
  project_urls =
13
- Source = https://github.com/Yaakov-Belch/tmsgpack
14
- Tracker = https://github.com/Yaakov-Belch/tmsgpack/issues
13
+ Source = https://github.com/Yaakov-Belch/tmsgpack-py
14
+ Tracker = https://github.com/Yaakov-Belch/tmsgpack-py/issues
15
15
  classifiers =
16
16
  Programming Language :: Python :: 3
17
17
  Programming Language :: Python :: 3.9
@@ -65,7 +65,7 @@ def test_bin32_from_float():
65
65
 
66
66
 
67
67
  def test_multidim_memoryview():
68
- # See https://github.com/tmsgpack/tmsgpack-python/issues/526
68
+ # See https://github.com/msgpack/msgpack-python/issues/526
69
69
  view = memoryview(b"\00" * 6)
70
70
  data = view.cast(view.format, (3, 2))
71
71
  packed = packb(data, pack_ctrl=pctrl())
@@ -3,8 +3,8 @@ import os
3
3
  import sys
4
4
 
5
5
 
6
- version = (0, 1, 2)
7
- __version__ = "0.1.2"
6
+ version = (0, 1, 3)
7
+ __version__ = "0.1.3"
8
8
 
9
9
 
10
10
  class PackConfig:
@@ -1,13 +1,13 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tmsgpack
3
- Version: 0.1.2
3
+ Version: 0.1.3
4
4
  Summary: Typed MessagePack serializer (similar but incompatible with msgpack)
5
- Home-page: https://github.com/Yaakov-Belch/tmsgpack
5
+ Home-page: https://github.com/Yaakov-Belch/tmsgpack-py
6
6
  Author: Inada Naoki, Yaakov Belch
7
7
  Author-email: yaakov.belch@gmail.com
8
8
  License: Apache-2.0
9
- Project-URL: Source, https://github.com/Yaakov-Belch/tmsgpack
10
- Project-URL: Tracker, https://github.com/Yaakov-Belch/tmsgpack/issues
9
+ Project-URL: Source, https://github.com/Yaakov-Belch/tmsgpack-py
10
+ Project-URL: Tracker, https://github.com/Yaakov-Belch/tmsgpack-py/issues
11
11
  Classifier: Programming Language :: Python :: 3
12
12
  Classifier: Programming Language :: Python :: 3.9
13
13
  Classifier: Programming Language :: Python :: 3.10
@@ -24,7 +24,8 @@ Dynamic: license-file
24
24
 
25
25
  # tmsgpack: Typed MessagePack-inspired pack/unpack component
26
26
 
27
- See also: [FORMAT.md](FORMAT.md) and [DEVELOP.md](DEVELOP.md)
27
+ See also: [FORMAT.md](FORMAT.md), [DEVELOP.md](DEVELOP.md)
28
+ [tmsgpack-js](https://github.com/Yaakov-Belch/tmsgpack-js)
28
29
 
29
30
  The tmsgpack format expresses **typed objects**: maps and arrays (or: dicts and
30
31
  tuples/lists) with an `object_type` property.
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