Metadata-Version: 2.1
Name: serialize-php
Version: 0.0.4
Summary: handle contents of serialize/deserialize in php
Keywords: bencode,bittorrent,bit-torrent,serialize,deserialize,p2p
Author-Email: trim21 <trim21me@gmail.com>
License: MIT
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
Project-URL: Homepage, https://github.com/trim21/php-serialize-py
Project-URL: Repository, https://github.com/trim21/php-serialize-py
Project-URL: Issues, https://github.com/trim21/php-serialize-py/issues
Requires-Python: <4.0,>=3.9
Requires-Dist: typing-extensions>=4.12.2
Description-Content-Type: text/markdown

handle php serialize in python

# Install

```shell
pip install serialize-php
```

# Usage

```python
import php_serialize

php_serialize.dumps(...)
php_serialize.loads(b'...')
```
