Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/opennti/nti.externalization
Highly flexible, performant, schema based import/export of Python objects through JSON or YAML
https://github.com/opennti/nti.externalization
export import json python schema yaml
Last synced: about 20 hours ago
JSON representation
Highly flexible, performant, schema based import/export of Python objects through JSON or YAML
- Host: GitHub
- URL: https://github.com/opennti/nti.externalization
- Owner: OpenNTI
- License: other
- Created: 2017-07-05T22:26:39.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-04-24T18:06:58.000Z (over 1 year ago)
- Last Synced: 2024-11-09T13:47:26.510Z (8 days ago)
- Topics: export, import, json, python, schema, yaml
- Language: Python
- Homepage: https://ntiexternalization.readthedocs.io/en/latest/
- Size: 926 KB
- Stars: 1
- Watchers: 12
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- License: LICENSE
Awesome Lists containing this project
README
=====================
nti.externalization
=====================.. image:: https://img.shields.io/pypi/v/nti.externalization.svg
:target: https://pypi.python.org/pypi/nti.externalization/
:alt: Latest release.. image:: https://img.shields.io/pypi/pyversions/nti.externalization.svg
:target: https://pypi.org/project/nti.externalization/
:alt: Supported Python versions.. image:: https://github.com/NextThought/nti.externalization/workflows/tests/badge.svg
:target: https://github.com/NextThought/nti.externalization/actions?query=workflow%3Atests.. image:: https://coveralls.io/repos/github/NextThought/nti.externalization/badge.svg?branch=master
:target: https://coveralls.io/github/NextThought/nti.externalization?branch=master.. image:: https://readthedocs.org/projects/ntiexternalization/badge/?version=latest
:target: https://ntiexternalization.readthedocs.io/en/latest/
:alt: Documentation StatusA flexible, schema-driven system for converting Python objects to and
from external formats such as JSON and YAML. This works well in a
zope.component environment such as Pyramid.Documentation is hosted at https://ntiexternalization.readthedocs.io/