modoboa-radicale


Namemodoboa-radicale JSON
Version 1.7.3 PyPI version JSON
download
home_pageNone
SummaryThe Radicale frontend of Modoboa
upload_time2024-12-02 16:35:44
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseThe MIT License (MIT) Copyright (c) 2015 Antoine Nguyen <tonio@ngyn.org> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords modoboa email radicale calendar caldav
VCS
bugtrack_url
requirements drf-nested-routers django-webpack-loader caldav
Travis-CI No Travis.
coveralls test coverage No coveralls.
            modoboa-radicale
================

|gha| |codecov|

The `Radicale <http://radicale.org/>`_ frontend of Modoboa.

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

Install this extension system-wide or inside a virtual environment by
running the following commands::

  $ pip install https://github.com/modoboa/caldav/tarball/master#egg=caldav
  $ pip install modoboa-radicale

Edit the settings.py file of your modoboa instance and apply the following modifications:

- add ``modoboa_radicale`` inside the ``MODOBOA_APPS`` variable like this::

    MODOBOA_APPS = (
      'modoboa',
      'modoboa.core',
      'modoboa.lib',
      'modoboa.admin',
      'modoboa.transport',
      'modoboa.relaydomains',
      'modoboa.limits',
      'modoboa.parameters',
      # Extensions here
      # ...
      'modoboa_radicale',
    )

- Add the following at the end of the file::

    from modoboa_radicale import settings as modoboa_radicale_settings
    modoboa_radicale_settings.apply(globals())

Run the following commands to setup the database tables::

  $ cd <modoboa_instance_dir>
  $ python manage.py migrate
  $ python manage.py load_initial_data
  $ python manage.py collectstatic
    
Finally, restart the python process running modoboa (uwsgi, gunicorn,
apache, whatever).

For developpers
---------------

The frontend part of this plugin is developed with `VueJS 2 <https://vuejs.org/>`_ and
requires `nodejs <https://nodejs.org/en/>`_ and `webpack <https://webpack.js.org/>`_.

Once nodejs is installed on your system, run the following commands::

  $ cd frontend
  $ npm install
  $ npm run serve

To update dist files (the ones that will be distributed with the plugin), run::

  $ npm run build

.. |gha| image:: https://github.com/modoboa/modoboa-radicale/actions/workflows/plugin.yml/badge.svg
   :target: https://github.com/modoboa/modoboa-radicale/actions/workflows/plugin.yml
.. |codecov| image:: http://codecov.io/github/modoboa/modoboa-radicale/coverage.svg?branch=master
   :target: http://codecov.io/github/modoboa/modoboa-radicale?branch=master

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "modoboa-radicale",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "modoboa, email, radicale, calendar, caldav",
    "author": null,
    "author_email": "Antoine Nguyen <tonio@ngyn.org>",
    "download_url": "https://files.pythonhosted.org/packages/4a/44/3c44b236ffcf1019dac67e9021cbfe882376babfab175d90101213082f74/modoboa_radicale-1.7.3.tar.gz",
    "platform": null,
    "description": "modoboa-radicale\n================\n\n|gha| |codecov|\n\nThe `Radicale <http://radicale.org/>`_ frontend of Modoboa.\n\nInstallation\n------------\n\nInstall this extension system-wide or inside a virtual environment by\nrunning the following commands::\n\n  $ pip install https://github.com/modoboa/caldav/tarball/master#egg=caldav\n  $ pip install modoboa-radicale\n\nEdit the settings.py file of your modoboa instance and apply the following modifications:\n\n- add ``modoboa_radicale`` inside the ``MODOBOA_APPS`` variable like this::\n\n    MODOBOA_APPS = (\n      'modoboa',\n      'modoboa.core',\n      'modoboa.lib',\n      'modoboa.admin',\n      'modoboa.transport',\n      'modoboa.relaydomains',\n      'modoboa.limits',\n      'modoboa.parameters',\n      # Extensions here\n      # ...\n      'modoboa_radicale',\n    )\n\n- Add the following at the end of the file::\n\n    from modoboa_radicale import settings as modoboa_radicale_settings\n    modoboa_radicale_settings.apply(globals())\n\nRun the following commands to setup the database tables::\n\n  $ cd <modoboa_instance_dir>\n  $ python manage.py migrate\n  $ python manage.py load_initial_data\n  $ python manage.py collectstatic\n    \nFinally, restart the python process running modoboa (uwsgi, gunicorn,\napache, whatever).\n\nFor developpers\n---------------\n\nThe frontend part of this plugin is developed with `VueJS 2 <https://vuejs.org/>`_ and\nrequires `nodejs <https://nodejs.org/en/>`_ and `webpack <https://webpack.js.org/>`_.\n\nOnce nodejs is installed on your system, run the following commands::\n\n  $ cd frontend\n  $ npm install\n  $ npm run serve\n\nTo update dist files (the ones that will be distributed with the plugin), run::\n\n  $ npm run build\n\n.. |gha| image:: https://github.com/modoboa/modoboa-radicale/actions/workflows/plugin.yml/badge.svg\n   :target: https://github.com/modoboa/modoboa-radicale/actions/workflows/plugin.yml\n.. |codecov| image:: http://codecov.io/github/modoboa/modoboa-radicale/coverage.svg?branch=master\n   :target: http://codecov.io/github/modoboa/modoboa-radicale?branch=master\n",
    "bugtrack_url": null,
    "license": "The MIT License (MIT)  Copyright (c) 2015 Antoine Nguyen <tonio@ngyn.org>  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.  ",
    "summary": "The Radicale frontend of Modoboa",
    "version": "1.7.3",
    "project_urls": {
        "Changelog": "https://github.com/modoboa/modoboa-radicale/blob/master/CHANGELOG.md",
        "Documentation": "https://modoboa.readthedocs.io/en/latest/",
        "Homepage": "https://modoboa.org/",
        "Issues": "https://github.com/modoboa/modoboa-radicale/issues",
        "Repository": "https://github.com/modoboa/modoboa-radicale"
    },
    "split_keywords": [
        "modoboa",
        " email",
        " radicale",
        " calendar",
        " caldav"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e4baa67f6188841c33d44bcfea4477e32bdbd54b3b7697e088f9b34c45e05bdf",
                "md5": "81410dbf8421f0546bdc19bb7aa2ab6a",
                "sha256": "e4a488c1ca858896858c1200961b01b73a32cad57e76afc50978ace68f5f5a94"
            },
            "downloads": -1,
            "filename": "modoboa_radicale-1.7.3-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "81410dbf8421f0546bdc19bb7aa2ab6a",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=3.9",
            "size": 1833654,
            "upload_time": "2024-12-02T16:35:42",
            "upload_time_iso_8601": "2024-12-02T16:35:42.551967Z",
            "url": "https://files.pythonhosted.org/packages/e4/ba/a67f6188841c33d44bcfea4477e32bdbd54b3b7697e088f9b34c45e05bdf/modoboa_radicale-1.7.3-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4a443c44b236ffcf1019dac67e9021cbfe882376babfab175d90101213082f74",
                "md5": "f4e8c85cba652886b76b7c29b9e75cd2",
                "sha256": "3006e4c153210278f17a616a2d1b7f16da6d3553801e08d04c390651e5ab4729"
            },
            "downloads": -1,
            "filename": "modoboa_radicale-1.7.3.tar.gz",
            "has_sig": false,
            "md5_digest": "f4e8c85cba652886b76b7c29b9e75cd2",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 1559660,
            "upload_time": "2024-12-02T16:35:44",
            "upload_time_iso_8601": "2024-12-02T16:35:44.259759Z",
            "url": "https://files.pythonhosted.org/packages/4a/44/3c44b236ffcf1019dac67e9021cbfe882376babfab175d90101213082f74/modoboa_radicale-1.7.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-02 16:35:44",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "modoboa",
    "github_project": "modoboa-radicale",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "drf-nested-routers",
            "specs": []
        },
        {
            "name": "django-webpack-loader",
            "specs": [
                [
                    "==",
                    "2.0.1"
                ]
            ]
        },
        {
            "name": "caldav",
            "specs": [
                [
                    "==",
                    "1.3.9"
                ]
            ]
        }
    ],
    "lcname": "modoboa-radicale"
}
        
Elapsed time: 0.36321s