Metadata-Version: 2.4
Name: selfusepy
Version: 0.3.0
Summary: Self-Use Python lib
Author-email: Luoming Xu <me@luomingxu.cn>
License-Expression: Apache-2.0
Project-URL: Homepage, https://github.com/LuomingXu/selfusepy
Project-URL: Documentation, https://github.com/LuomingXu/selfusepy
Project-URL: Repository, https://github.com/LuomingXu/selfusepy
Project-URL: Issues, https://github.com/LuomingXu/selfusepy/issues
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Customer Service
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Natural Language :: Chinese (Simplified)
Classifier: Operating System :: OS Independent
Classifier: Topic :: Utilities
Classifier: Typing :: Typed
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

Self-Use Python Lib
=

[![PyPI](https://badge.fury.io/py/selfusepy.svg)](https://pypi.org/project/selfusepy/)
[![image](https://github.com/LuomingXu/selfusepy/workflows/Python%20Test/badge.svg)](https://github.com/LuomingXu/selfusepy/actions?query=workflow%3A%22Python+Test%22)
[![image](https://github.com/LuomingXu/selfusepy/workflows/Pypi%20Release/badge.svg)](https://github.com/LuomingXu/selfusepy/actions?query=workflow%3A%22Pypi+Release%22)
[![image](https://img.shields.io/badge/License-Apache_v2-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0)

### Json To Object

#### Usage
check in [json_test_cases]

[json_test_cases]:test/jsontest/__init__.py
