Metadata-Version: 2.1
Name: maraplus
Version: 0.1.2
Summary: Migration and setup tool for Odoo
Home-page: https://github.com/focusate/maraplus
Author: Focusate (Andrius Laukavičius)
Author-email: dev@focusate.eu
License: AGPLv3+
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Provides-Extra: test

Maraplus
########

Wrapper for :code:`marabunta` package, that adds some extra features:

* :code:`--db-password-file` argument to read file from file instead of direct input. It is mutually exclusive to :code:`--db-password`.
* :code:`install` option for :code:`addons` key can be used if only install is needed. :code:`upgrade` manages both install and upgrade of modules.
* :code:`--extra-mig-files` can be used to combine extra migration files with main one. This can be useful, when you want to reuse common setup with different projects.


