Python implementation of the postcard serialization format
Project description
PyPostcard
Python implementation of the postcard serialization format.
Installation
Using uv (recommended)
uv pip install .
The package automatically detects your Python implementation and installs the appropriate dependencies:
- On CPython: Installs with pyserde for efficient serialization
- On PyPy: Uses a custom optimized implementation
Development Installation
Install in editable mode:
uv pip install -e .
Implementation Details
The library automatically detects whether you're using CPython or PyPy and uses the appropriate implementation:
- On CPython: Uses
pyserdefor efficient serialization/deserialization - On PyPy: Uses a custom implementation optimized for PyPy
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pypostcard-0.1.1.tar.gz.
File metadata
- Download URL: pypostcard-0.1.1.tar.gz
- Upload date:
- Size: 5.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.5.31
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9f61d67f2054ba11c44c6982d0aaa0f00fdeabd36b7f8ed7fdadd7b290401238
|
|
| MD5 |
5911ba006360895c9f077e4ae2e2cf94
|
|
| BLAKE2b-256 |
7e3f6be1d547755dc228fe3a59cabd6cdcc9552bdb034ea1501da4d8d9c1498e
|
File details
Details for the file pypostcard-0.1.1-py3-none-any.whl.
File metadata
- Download URL: pypostcard-0.1.1-py3-none-any.whl
- Upload date:
- Size: 5.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.5.31
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
146c6776e8d8d1f4a9a5b869b1a357fdcdfca92d77e34a16659ba52695c3bce6
|
|
| MD5 |
87c6a947f675511bc1ff24803b575cc0
|
|
| BLAKE2b-256 |
f46c07ab650eb665332183f6a25cf9093f84183f822aa278491096fd02470197
|