{ "info": { "author": "cumulus13 Team", "author_email": "cumulus13@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7" ], "description": "usyslog\n==================\n\nSimple remote syslog sender \n\n\nInstalling\n------------\n\nInstall and update using `pip`_:\n\n.. code-block:: text\n\n $ pip install usyslog\n\nusyslog supports Python 2 and newer, Python 3 and newer, and PyPy.\n\n.. _pip: https://pip.pypa.io/en/stable/quickstart/\n\n\nA Simple Example\n-----------------\n\nWhat does it look like? Here is an example of a simple usyslog program:\n\n.. code-block:: python\n\n from usyslog import syslog\n\n message = \"This is an error\"\n \n syslog(message, level=LEVEL['error'], facility=FACILITY['daemon'],\n\thost='localhost', port=514)\n\t# default host = 'localhost'\n\t# default port = 514\n\t# or\n\t\n\tsyslog(message, 3, 3, '192.168.0.1')\n\n\nSupport\n--------\n\n* Python 2.7 +, Python 3.x\n* Windows, Linux\n\nLinks\n-------\n\n* License: `BSD `_\n* Code: https://bitbucket.org/licface/usyslog\n* Issue tracker: https://bitbucket.org/licface/make_color/issues", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://bitbucket.org/licface/usyslog", "keywords": "", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "usyslog", "package_url": "https://pypi.org/project/usyslog/", "platform": "", "project_url": "https://pypi.org/project/usyslog/", "project_urls": { "Homepage": "https://bitbucket.org/licface/usyslog" }, "release_url": "https://pypi.org/project/usyslog/0.16/", "requires_dist": null, "requires_python": "", "summary": "Simple remote syslog sender", "version": "0.16" }, "last_serial": 5212760, "releases": { "0.14": [ { "comment_text": "", "digests": { "md5": "867268f7399c68e92d4cfa9308add6ec", "sha256": "50bec7ff44888327643c0d693c84c713d599692bbced1a148f3ac221526c9e58" }, "downloads": -1, "filename": "usyslog-0.14.tar.gz", "has_sig": false, "md5_digest": "867268f7399c68e92d4cfa9308add6ec", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4198, "upload_time": "2019-04-29T05:12:54", "url": "https://files.pythonhosted.org/packages/cc/b8/8122bc390e9550f123291cae65726f843495403b29967c5991470c1d2339/usyslog-0.14.tar.gz" } ], "0.16": [ { "comment_text": "", "digests": { "md5": "e32aac5a8cb3ba5bf567dd24fec96807", "sha256": "1a297d4077e7099a2589005c939192074caa401e4514f366734aa780791183da" }, "downloads": -1, "filename": "usyslog-0.16.tar.gz", "has_sig": false, "md5_digest": "e32aac5a8cb3ba5bf567dd24fec96807", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4420, "upload_time": "2019-05-01T13:42:52", "url": "https://files.pythonhosted.org/packages/1e/d1/af2dbc61e3f23c948f62af90833eec826cd3faf963a1824f5bb77d3a40e1/usyslog-0.16.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e32aac5a8cb3ba5bf567dd24fec96807", "sha256": "1a297d4077e7099a2589005c939192074caa401e4514f366734aa780791183da" }, "downloads": -1, "filename": "usyslog-0.16.tar.gz", "has_sig": false, "md5_digest": "e32aac5a8cb3ba5bf567dd24fec96807", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4420, "upload_time": "2019-05-01T13:42:52", "url": "https://files.pythonhosted.org/packages/1e/d1/af2dbc61e3f23c948f62af90833eec826cd3faf963a1824f5bb77d3a40e1/usyslog-0.16.tar.gz" } ] }