Metadata-Version: 2.1
Name: pysonlib
Version: 0.0.2
Summary: Python Script Object Notation (pysonlib) is a standard text-based format for expressing structured data using Python object syntax.
Home-page: https://github.com/ddukbaek2/pysonlib
Author: ddukbaek2
Author-email: ddukbaek2@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE

# pysonlib
- Python Script Object Notation (pyson) is a standard text-based format for expressing structured data using Python object syntax.
  
- 파이썬 문법으로 다룰 수 있는 유사 JSON 포맷의 데이터 오브젝트 입니다.
- 파이썬이 json 을 dict로 변환하기 때문에 마찬가지로 dict를 사용합니다.
- 데이터 포맷이면서 파이썬 코드이므로 그대로 사용해도 무방합니다.

- 여러가지 편의기능을 지원할 예정입니다.
  - 주석 기능
  - 필드명 결합 기능
  - 읽기/쓰기 권한 기능
  - 클래스 오브젝트 생성 기능
  - 오브젝트로서 직렬화/역직렬화 기능
  - PYSONObject 객체로서의 기능
  - pyson 구조 기반 파이썬 클래스 작성 기능
