{ "info": { "author": "fox", "author_email": "fox91 at anche no", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Web Environment", "Intended Audience :: End Users/Desktop", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Utilities" ], "description": "Cici\u00f2l\n======\n\nCici\u00f2l aims to be a simple but extremely customizable and lightweight\nnotifier. Was designed to work with Twitter but its plugin-based structure\nmakes it extendible for any kind of service.\n\n\nGetting Started\n---------------\n* Install from PyPi:\n * ``` pip install ciciol ``` or ``` easy_install ciciol ```\n* Install from git:\n * ```\n git clone https://volpino@github.com/volpino/Ciciol.git\n ```\n * ```\n python setup.py install\n ```\n* Install python-notify for libnotify support\n\n* Write your own configuration file\n * If you want to use twitter just copy the config file in examples/.\n Get access_key and access_secret with:\n ```\n ciciol --setup twitter\n ```\n* Launch ciciol\n ```\n ciciol\n ```\n\n \nWhat are handlers?\n------------------\nHandlers are plugins for handling sources of information and extract\ninteresting notifications from them. For example the Twitter handler looks\nfor new tweets, filters according to what the user specified in the config\nfile and sends the notification data to one or more backends.\n\n\nWhat are backends?\n------------------\nBackends are plugins for effectively notify the user using various techniques\n(desktop notifications, emails, IRC, ...).\n\n\nWriting a configuration file\n----------------------------\nFirst of all have look at the examples in examples/\nBasically in the configuration file you've to specify which handlers and\nbackends you'd like to use plus optional handler specific configuration.\n\n\nContribute\n----------\n\nWriting a plugin for Cici\u00f2l is very easy! Start having a look at the existing\nplugins.\nFeel free to fork this repo, open issues and send pull requests\n\n\nDevelopment Status\n------------------\n[![Build Status](https://secure.travis-ci.org/volpino/Ciciol.png?branch=develop)](http://travis-ci.org/volpino/Ciciol)", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/volpino/Ciciol", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "ciciol", "package_url": "https://pypi.org/project/ciciol/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/ciciol/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/volpino/Ciciol" }, "release_url": "https://pypi.org/project/ciciol/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "Lightweight and extremely customizable notifier. Designed to work with Twitter and much more", "version": "0.1.1" }, "last_serial": 787399, "releases": { "0.1.1": [ { "comment_text": "", "digests": { "md5": "7528533482d39c66c1f9ce4e5bf05702", "sha256": "8b9f4144c1bcdeb03844f252f4c07e86c500d44a77b6dd21bd76a0f3c85c29f9" }, "downloads": -1, "filename": "ciciol-0.1.1.tar.gz", "has_sig": false, "md5_digest": "7528533482d39c66c1f9ce4e5bf05702", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6802, "upload_time": "2012-03-26T15:02:05", "url": "https://files.pythonhosted.org/packages/8b/72/92796e7020238c4dc8a9bfc08d49f9bc8cc6ea8d08f3ce0d697934a86b11/ciciol-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "7528533482d39c66c1f9ce4e5bf05702", "sha256": "8b9f4144c1bcdeb03844f252f4c07e86c500d44a77b6dd21bd76a0f3c85c29f9" }, "downloads": -1, "filename": "ciciol-0.1.1.tar.gz", "has_sig": false, "md5_digest": "7528533482d39c66c1f9ce4e5bf05702", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6802, "upload_time": "2012-03-26T15:02:05", "url": "https://files.pythonhosted.org/packages/8b/72/92796e7020238c4dc8a9bfc08d49f9bc8cc6ea8d08f3ce0d697934a86b11/ciciol-0.1.1.tar.gz" } ] }