Metadata-Version: 2.1
Name: dsgov.migration
Version: 1.0b3
Summary: A add-on to import json content to plone
Home-page: https://github.com/collective/dsgov.migration
Author: handryks@gmail.com
Author-email: handryks@gmail.com
License: GPL version 2
Project-URL: PyPI, https://pypi.python.org/pypi/dsgov.migration
Project-URL: Source, https://github.com/collective/dsgov.migration
Project-URL: Tracker, https://github.com/collective/dsgov.migration/issues
Keywords: Python Plone CMS
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: Addon
Classifier: Framework :: Plone :: 5.2
Classifier: Framework :: Plone :: 6.0
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Requires-Python: >=3.7
Provides-Extra: test
License-File: LICENSE.GPL
License-File: LICENSE.rst

.. 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/collective/dsgov.migration/actions/workflows/plone-package.yml/badge.svg
    :target: https://github.com/collective/dsgov.migration/actions/workflows/plone-package.yml

.. image:: https://coveralls.io/repos/github/collective/dsgov.migration/badge.svg?branch=main
    :target: https://coveralls.io/github/collective/dsgov.migration?branch=main
    :alt: Coveralls

.. image:: https://codecov.io/gh/collective/dsgov.migration/branch/master/graph/badge.svg
    :target: https://codecov.io/gh/collective/dsgov.migration

.. image:: https://img.shields.io/pypi/v/dsgov.migration.svg
    :target: https://pypi.python.org/pypi/dsgov.migration/
    :alt: Latest Version

.. image:: https://img.shields.io/pypi/status/dsgov.migration.svg
    :target: https://pypi.python.org/pypi/dsgov.migration
    :alt: Egg Status

.. image:: https://img.shields.io/pypi/pyversions/dsgov.migration.svg?style=plastic   :alt: Supported - Python Versions

.. image:: https://img.shields.io/pypi/l/dsgov.migration.svg
    :target: https://pypi.python.org/pypi/dsgov.migration/
    :alt: License


===============
dsgov.migration
===============

A plugin for migratin content for Plone 5 or Plone 6 from Plone exported content in JSON.


Documentation
-------------

In progress.


Installation
------------

Install dsgov.migration by adding it to your buildout::

    [buildout]

    ...

    eggs =
        dsgov.migration


and then running ``bin/buildout``


Authors
-------

- Fabio Santos


Contributors
------------

- Francisco Filho



License
-------

The project is licensed under the GPLv2.


Contributors
============

- handryks@gmail.com, handryks@gmail.com


Changelog
=========


1.0b3 (2022-01-19)
------------------

- Adds support for Plone 6.


