{ "info": { "author": "Tobias Ammann", "author_email": "", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3.6", "Topic :: Database :: Front-Ends" ], "description": "Simply Logging\n==============\n\nSometimes you just don't want to configure logging. Documentation_\n\nFeatures\n--------\n\n- Configuration using ENV variables\n- Low overhead debug operation (2 op codes)\n- Audit functions to track business operations\n\nConfiguration\n-------------\n\n.. code:: shell\n\n export SILO_0=syslog_format:stderr\n export SILO_1=json_format:stderr\n export DEBUG=0\n\nExamples\n--------\n\n.. code:: python\n\n from silo import info, debug, audit\n\n def hello(who='World'):\n info(f'Hello, {who}!')\n debug('done')\n\n hello()\n\n @audit\n def login(username, password):\n # do smart stuff here...\n return False\n\n login('duckie', 'secret')\n\nThis library is MIT licensed.\n\n.. _Documentation: https://digitalmensch.github.io/silo/", "description_content_type": null, "docs_url": null, "download_url": "https://pypi.python.org/pypi/silo", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/digitalmensch/silo", "keywords": "logging,simple,json,audit", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "silo", "package_url": "https://pypi.org/project/silo/", "platform": "any", "project_url": "https://pypi.org/project/silo/", "project_urls": { "Download": "https://pypi.python.org/pypi/silo", "Homepage": "https://github.com/digitalmensch/silo" }, "release_url": "https://pypi.org/project/silo/0.2/", "requires_dist": null, "requires_python": "", "summary": "Simply Logging", "version": "0.2" }, "last_serial": 3469731, "releases": { "0.2": [ { "comment_text": "", "digests": { "md5": "e904d700cd73aaf421ec0acdc7f508fe", "sha256": "5d6a7cda0d2788e15353080263abdc535925610d8fd658523c9226cd30a19926" }, "downloads": -1, "filename": "silo-0.2.tar.gz", "has_sig": false, "md5_digest": "e904d700cd73aaf421ec0acdc7f508fe", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3459, "upload_time": "2018-01-07T23:30:29", "url": "https://files.pythonhosted.org/packages/29/1f/86b5d9757391c75db5d7839a48e3628ad858432c4e9dfdfc3cdddfc059c4/silo-0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e904d700cd73aaf421ec0acdc7f508fe", "sha256": "5d6a7cda0d2788e15353080263abdc535925610d8fd658523c9226cd30a19926" }, "downloads": -1, "filename": "silo-0.2.tar.gz", "has_sig": false, "md5_digest": "e904d700cd73aaf421ec0acdc7f508fe", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3459, "upload_time": "2018-01-07T23:30:29", "url": "https://files.pythonhosted.org/packages/29/1f/86b5d9757391c75db5d7839a48e3628ad858432c4e9dfdfc3cdddfc059c4/silo-0.2.tar.gz" } ] }