{ "info": { "author": "di-dip-unistra", "author_email": "di-dip@unistra.fr", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Framework :: Django :: 1.4", "Framework :: Django :: 1.5", "Framework :: Django :: 1.6", "Framework :: Django :: 1.7", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License v2 (GPLv2)", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.4", "Topic :: Communications :: Email :: Mailing List Servers" ], "description": "============\r\nDjango-sympa\r\n============\r\n\r\n.. image:: https://landscape.io/github/unistra/django-sympa/master/landscape.svg?style=flat\r\n :target: https://landscape.io/github/unistra/django-sympa/master\r\n :alt: Code Health\r\n\r\n.. image:: https://secure.travis-ci.org/unistra/django-sympa.png?branch=master\r\n :target: https://travis-ci.org/unistra/django-sympa\r\n\r\n.. image:: https://coveralls.io/repos/unistra/django-sympa/badge.png?branch=master\r\n :target: https://coveralls.io/r/unistra/django-sympa?branch=master\r\n\r\n.. image:: https://img.shields.io/pypi/v/django-sympa.svg\r\n :target: https://crate.io/packages/django-sympa/\r\n\r\n.. image:: https://img.shields.io/pypi/dm/django-sympa.svg\r\n :target: https://crate.io/packages/django-sympa/\r\n\r\nAdd a route to exposed immediately your app users to sympa in right format. This\r\nwill synchronize users to a configured mai list.\r\n\r\nInstall\r\n=======\r\n\r\nWith pip ::\r\n\r\n $> pip install django-sympa\r\n\r\n\r\nIn your django project, be sure that the ``auth`` application is installed : ::\r\n\r\n # settings.py\r\n INSTALLED_APPS = (\r\n ...,\r\n 'django.contrib.auth',\r\n ...\r\n )\r\n\r\nAdd the ``sympa`` application to your project. ``INSTALLED_APPS`` looks like : ::\r\n\r\n # settings.py\r\n INSTALLED_APPS = (\r\n ...,\r\n 'django.contrib.auth',\r\n ...,\r\n 'sympa'\r\n )\r\n\r\nAdd a route to your base urls configuration : ::\r\n\r\n # urls.py\r\n\r\n urlpatterns = (\r\n ...\r\n url('^users.sympa$', 'sympa.views.users', name='sympa_users'),\r\n ...\r\n )\r\n\r\nThat's it !", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/unistra/django-sympa/", "keywords": "django,Universit\u00e9 de Strasbourg,sympa,mail,users", "license": "PSF", "maintainer": null, "maintainer_email": null, "name": "django-sympa", "package_url": "https://pypi.org/project/django-sympa/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-sympa/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/unistra/django-sympa/" }, "release_url": "https://pypi.org/project/django-sympa/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "Add a view to interact with sympa", "version": "0.1.1" }, "last_serial": 1644594, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "385f207d0a042dfba4e327bdcd762dee", "sha256": "b8b893120e6e2e03b7590b6846671f0ceca4735a106dd22c3ad090942b0d79d9" }, "downloads": -1, "filename": "django-sympa-0.1.tar.gz", "has_sig": false, "md5_digest": "385f207d0a042dfba4e327bdcd762dee", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3004, "upload_time": "2015-07-06T08:04:07", "url": "https://files.pythonhosted.org/packages/e5/e3/7cb748ec7e23e00a91c06260654f1901539b2836a072add2295510c83c16/django-sympa-0.1.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "7650eedc09bb270c60813cac4720ae33", "sha256": "523e558dd8845adadc2d87dbc026eb530d03eb2cfe0c058dafb521c6d7517def" }, "downloads": -1, "filename": "django-sympa-0.1.1.tar.gz", "has_sig": false, "md5_digest": "7650eedc09bb270c60813cac4720ae33", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3108, "upload_time": "2015-07-22T10:15:12", "url": "https://files.pythonhosted.org/packages/52/4b/cf57dc462e9bf1417180fc742a2810a6df00e0da2bf8b4c0a7a3cba2a657/django-sympa-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "7650eedc09bb270c60813cac4720ae33", "sha256": "523e558dd8845adadc2d87dbc026eb530d03eb2cfe0c058dafb521c6d7517def" }, "downloads": -1, "filename": "django-sympa-0.1.1.tar.gz", "has_sig": false, "md5_digest": "7650eedc09bb270c60813cac4720ae33", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3108, "upload_time": "2015-07-22T10:15:12", "url": "https://files.pythonhosted.org/packages/52/4b/cf57dc462e9bf1417180fc742a2810a6df00e0da2bf8b4c0a7a3cba2a657/django-sympa-0.1.1.tar.gz" } ] }