https://github.com/cusyio/cusy.exportimport
Extensions and patches for collective.exportimport
https://github.com/cusyio/cusy.exportimport
export import json plone
Last synced: 30 days ago
JSON representation
Extensions and patches for collective.exportimport
- Host: GitHub
- URL: https://github.com/cusyio/cusy.exportimport
- Owner: cusyio
- License: gpl-2.0
- Created: 2021-07-12T09:05:44.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-19T15:02:24.000Z (almost 5 years ago)
- Last Synced: 2026-02-28T00:57:35.997Z (4 months ago)
- Topics: export, import, json, plone
- Language: Python
- Homepage:
- Size: 59.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- License: LICENSE.GPL
Awesome Lists containing this project
README
.. This README is meant for consumption by humans and pypi. Pypi can render rst files so please do not use Sphinx features.
If you want to learn more about writing documentation, please check out: http://docs.plone.org/about/documentation_styleguide.html
This text does not appear on pypi or github. It is a comment.
.. image:: https://github.com/cusyio/cusy.exportimport/workflows/ci/badge.svg
:target: https://github.com/cusyio/cusy.exportimport/actions
:alt: CI Status
.. image:: https://codecov.io/gh/cusyio/cusy.exportimport/branch/main/graph/badge.svg?token=KL4QL32DJR
:target: https://codecov.io/gh/cusyio/cusy.exportimport
:alt: Coverage Status
.. image:: https://img.shields.io/pypi/v/cusy.exportimport.svg
:target: https://pypi.python.org/pypi/cusy.exportimport/
:alt: Latest Version
.. image:: https://img.shields.io/pypi/status/cusy.exportimport.svg
:target: https://pypi.python.org/pypi/cusy.exportimport
:alt: Egg Status
.. image:: https://img.shields.io/pypi/pyversions/cusy.exportimport.svg?style=plastic :alt: Supported - Python Versions
.. image:: https://img.shields.io/pypi/l/cusy.exportimport.svg
:target: https://pypi.python.org/pypi/cusy.exportimport/
:alt: License
=================
cusy.exportimport
=================
Extensions and patches for collective.exportimport
Features
--------
- Fix wrong ``@id`` for collections:
https://github.com/collective/collective.exportimport/issues/30
Installation
------------
Install ``cusy.exportimport`` by adding it to your buildout::
[buildout]
...
eggs =
cusy.exportimport
and then running ``bin/buildout``
Contribute
----------
- Issue Tracker: https://github.com/cusyio/cusy.exportimport/issues
- Source Code: https://github.com/cusyio/cusy.exportimport
Support
-------
If you are having issues, please let us know by adding a new ticket.
License
-------
The project is licensed under the GPLv2.