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: 4 months 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 (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2026-02-09T21:13:46.000Z (4 months ago)
- Last Synced: 2026-02-09T23:21:11.065Z (4 months ago)
- Topics: export, import, json, python, schema, yaml
- Language: Python
- Homepage: https://ntiexternalization.readthedocs.io/en/latest/
- Size: 1.11 MB
- Stars: 1
- Watchers: 11
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- License: LICENSE
- Authors: AUTHORS
- Copyright: COPYRIGHT.txt
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 Status
A 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/