collective.campaignmonitor


Namecollective.campaignmonitor JSON
Version 1.4.2 PyPI version JSON
download
home_pagehttps://github.com/collective/collective.campaignmonitor
SummaryCampaingMonitor integration for Plone
upload_time2024-05-06 12:54:30
maintainerNone
docs_urlNone
authorMikel Larreategi
requires_pythonNone
licenseGPL version 2
keywords python plone
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage
            .. 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.

==========================
collective.campaignmonitor
==========================

.. image:: https://travis-ci.com/collective/collective.campaignmonitor.svg?branch=master
    :target: https://travis-ci.com/collective/collective.campaignmonitor

.. image:: https://coveralls.io/repos/github/collective/collective.campaignmonitor/badge.svg?branch=master
    :target: https://coveralls.io/github/collective/collective.campaignmonitor?branch=master


Campaign Monitor integration in Plone.

Heavily based on `collective.mailchimp`_ by `Timo Stollenwerk`_

Like `collective.mailchimp`_ this product provides a portlet and a view (@@cm-newsletter-subscribe) to let users subscribe to a newsletter.

The product provides a configuration control panel to let sites admins enter the Campaing Monitor API Key and select a customer, this way the available list of this customer will be selectable both in the subscribe form and in the portlet.

This product has been tested on Plone 5.1 and above.


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

Install collective.campaignmonitor by adding it to your buildout::

    [buildout]

    ...

    eggs =
        collective.campaignmonitor


and then running ``bin/buildout``


Contribute
----------

- Issue Tracker: https://github.com/collective/collective.campaignmonitor/issues
- Source Code: https://github.com/collective/collective.campaignmonitor


Support
-------

If you are having issues, please let us know using GitHub issues.


License
-------

The project is licensed under the GPLv2.


.. _`Timo Stollenwerk`: http://github.com/tisto
.. _`collective.mailchimp`: https://pypi.org/project/collective.mailchimp


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

- Mikel Larreategi, mlarreategi@codesyntax.com


Changelog
=========


1.4.2 (2024-05-06)
------------------

- Create wheels
  [erral]

1.4.1 (2024-05-06)
------------------

- add new supported python versions [Mikel Larreategi <mlarreategi@codesyntax.com>]

-  [Mikel Larreategi <mlarreategi@codesyntax.com>]

- [ci skip] [Mikel Larreategi <mlarreategi@codesyntax.com>]

  [erral]

1.4 (2024-05-06)
----------------

- Add additional methods to the utility
  [libargutxi]


1.3 (2021-10-25)
----------------

- Fix 'Connection Should not load state' errors, with a new strategy to obtain the settings in the utility.
  [erral]

1.2.1 (2020-07-14)
------------------

- Hide upgrade profile from install screen.
  [erral]


1.2 (2020-06-29)
----------------

- Add an option to let the administrator configure how should Campaign Monitor behave when unsubscribed users are subscribed again using the default form.
  [erral]


1.1 (2020-06-26)
----------------

- Allow passing the 'resubscribe' parameter when subscribing a user
  [erral]


1.0.2 (2020-06-25)
------------------

- Update classifiers: Plone 5.2 and python3.
  [erral]


1.0.1 (2020-06-25)
------------------

- Add eu and es translations.
  [erral]


1.0 (2020-02-24)
----------------

- Send name when subscribing user to a list if name is given.
  [erral]


1.0b1 (2019-07-11)
------------------

- Initial release.
  [erral]

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/collective/collective.campaignmonitor",
    "name": "collective.campaignmonitor",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "Python Plone",
    "author": "Mikel Larreategi",
    "author_email": "mlarreategi@codesyntax.com",
    "download_url": "https://files.pythonhosted.org/packages/0a/37/f9afc4fda7a10112a939b04eb8c40ce973e70cba0e16bd43b70d01793914/collective_campaignmonitor-1.4.2.tar.gz",
    "platform": null,
    "description": ".. This README is meant for consumption by humans and pypi. Pypi can render rst files so please do not use Sphinx features.\n   If you want to learn more about writing documentation, please check out: http://docs.plone.org/about/documentation_styleguide.html\n   This text does not appear on pypi or github. It is a comment.\n\n==========================\ncollective.campaignmonitor\n==========================\n\n.. image:: https://travis-ci.com/collective/collective.campaignmonitor.svg?branch=master\n    :target: https://travis-ci.com/collective/collective.campaignmonitor\n\n.. image:: https://coveralls.io/repos/github/collective/collective.campaignmonitor/badge.svg?branch=master\n    :target: https://coveralls.io/github/collective/collective.campaignmonitor?branch=master\n\n\nCampaign Monitor integration in Plone.\n\nHeavily based on `collective.mailchimp`_ by `Timo Stollenwerk`_\n\nLike `collective.mailchimp`_ this product provides a portlet and a view (@@cm-newsletter-subscribe) to let users subscribe to a newsletter.\n\nThe product provides a configuration control panel to let sites admins enter the Campaing Monitor API Key and select a customer, this way the available list of this customer will be selectable both in the subscribe form and in the portlet.\n\nThis product has been tested on Plone 5.1 and above.\n\n\nInstallation\n------------\n\nInstall collective.campaignmonitor by adding it to your buildout::\n\n    [buildout]\n\n    ...\n\n    eggs =\n        collective.campaignmonitor\n\n\nand then running ``bin/buildout``\n\n\nContribute\n----------\n\n- Issue Tracker: https://github.com/collective/collective.campaignmonitor/issues\n- Source Code: https://github.com/collective/collective.campaignmonitor\n\n\nSupport\n-------\n\nIf you are having issues, please let us know using GitHub issues.\n\n\nLicense\n-------\n\nThe project is licensed under the GPLv2.\n\n\n.. _`Timo Stollenwerk`: http://github.com/tisto\n.. _`collective.mailchimp`: https://pypi.org/project/collective.mailchimp\n\n\nContributors\n============\n\n- Mikel Larreategi, mlarreategi@codesyntax.com\n\n\nChangelog\n=========\n\n\n1.4.2 (2024-05-06)\n------------------\n\n- Create wheels\n  [erral]\n\n1.4.1 (2024-05-06)\n------------------\n\n- add new supported python versions [Mikel Larreategi <mlarreategi@codesyntax.com>]\n\n-  [Mikel Larreategi <mlarreategi@codesyntax.com>]\n\n- [ci skip] [Mikel Larreategi <mlarreategi@codesyntax.com>]\n\n  [erral]\n\n1.4 (2024-05-06)\n----------------\n\n- Add additional methods to the utility\n  [libargutxi]\n\n\n1.3 (2021-10-25)\n----------------\n\n- Fix 'Connection Should not load state' errors, with a new strategy to obtain the settings in the utility.\n  [erral]\n\n1.2.1 (2020-07-14)\n------------------\n\n- Hide upgrade profile from install screen.\n  [erral]\n\n\n1.2 (2020-06-29)\n----------------\n\n- Add an option to let the administrator configure how should Campaign Monitor behave when unsubscribed users are subscribed again using the default form.\n  [erral]\n\n\n1.1 (2020-06-26)\n----------------\n\n- Allow passing the 'resubscribe' parameter when subscribing a user\n  [erral]\n\n\n1.0.2 (2020-06-25)\n------------------\n\n- Update classifiers: Plone 5.2 and python3.\n  [erral]\n\n\n1.0.1 (2020-06-25)\n------------------\n\n- Add eu and es translations.\n  [erral]\n\n\n1.0 (2020-02-24)\n----------------\n\n- Send name when subscribing user to a list if name is given.\n  [erral]\n\n\n1.0b1 (2019-07-11)\n------------------\n\n- Initial release.\n  [erral]\n",
    "bugtrack_url": null,
    "license": "GPL version 2",
    "summary": "CampaingMonitor integration for Plone",
    "version": "1.4.2",
    "project_urls": {
        "Homepage": "https://github.com/collective/collective.campaignmonitor",
        "PyPI": "https://pypi.python.org/pypi/collective.campaignmonitor",
        "Source": "https://github.com/collective/collective.campaignmonitor",
        "Tracker": "https://github.com/collective/collective.campaignmonitor/issues"
    },
    "split_keywords": [
        "python",
        "plone"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0a66375b1066a173018a7ef951843ed64046501e5104f9c2b319659ff36082ef",
                "md5": "b7dc4d8f3c03858212fddc52f99b3a4d",
                "sha256": "25d5a10679746e16ee0b4a6f111946743d9958d9a1595f49f45c9625e1857f6b"
            },
            "downloads": -1,
            "filename": "collective.campaignmonitor-1.4.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b7dc4d8f3c03858212fddc52f99b3a4d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 46555,
            "upload_time": "2024-05-06T12:54:28",
            "upload_time_iso_8601": "2024-05-06T12:54:28.131135Z",
            "url": "https://files.pythonhosted.org/packages/0a/66/375b1066a173018a7ef951843ed64046501e5104f9c2b319659ff36082ef/collective.campaignmonitor-1.4.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0a37f9afc4fda7a10112a939b04eb8c40ce973e70cba0e16bd43b70d01793914",
                "md5": "7e9aa59abedfbf67a78a29072a5950b4",
                "sha256": "d6cdec25d0aa610ae50e8e6cab832e3df4e0a0e60d037bf13b809e03fe4dbad4"
            },
            "downloads": -1,
            "filename": "collective_campaignmonitor-1.4.2.tar.gz",
            "has_sig": false,
            "md5_digest": "7e9aa59abedfbf67a78a29072a5950b4",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 34234,
            "upload_time": "2024-05-06T12:54:30",
            "upload_time_iso_8601": "2024-05-06T12:54:30.161923Z",
            "url": "https://files.pythonhosted.org/packages/0a/37/f9afc4fda7a10112a939b04eb8c40ce973e70cba0e16bd43b70d01793914/collective_campaignmonitor-1.4.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-06 12:54:30",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "collective",
    "github_project": "collective.campaignmonitor",
    "travis_ci": true,
    "coveralls": true,
    "github_actions": false,
    "requirements": [],
    "tox": true,
    "lcname": "collective.campaignmonitor"
}
        
Elapsed time: 0.29322s