{ "info": { "author": "Micha\u00ebl Hooreman", "author_email": "michael@hooreman.be", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3.7", "Topic :: Software Development :: Build Tools" ], "description": "clalogger - Python logging from class point of view with easy configuration\n===========================================================================\n\nSee doc/index.rst\n\nThis project provides a python ClaLogger class which have to be inherited and\nprovides logging which uses loggers based on the class name.\n\nIt also provides easy configuration features, via a `configfile` file.\n\nInstallation and requirements\n-----------------------------\n\nThis requires `python >= 3.7`. It can be simply installed via `pip install\nclalogger`.\n\nDevelopment also needs `pipenv`. You have to `cd` to the package directory and\nrun `pipenv shell`, followed by `pipenv install -d`. Development environment\ncan then easily be setup using `python setup.py develop`.\n\nBuilding the documentation also requires `sphinx`. It is automatically\ninstalled via `pipenv install d-`.\n\nContacts, issues and copyright\n------------------------------\n\nThe author can be contacted on: michael_AT_hooreman_DOT_be\n\nIssues can be described on the github project: https://github.com/mhooreman/clalogger\n\nCopyright (C) 2019 Micha\u00ebl Hooreman\nReleased under the terms of the MIT license, see LICENSE.\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/mhooreman/clalogger", "keywords": "logging stacktrace caller", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "clalogger", "package_url": "https://pypi.org/project/clalogger/", "platform": "", "project_url": "https://pypi.org/project/clalogger/", "project_urls": { "Homepage": "https://github.com/mhooreman/clalogger", "Source": "https://github.com/mhooreman/clalogger" }, "release_url": "https://pypi.org/project/clalogger/0.2.0/", "requires_dist": [ "twine", "pipenv ; extra == 'dev'", "sphinx ; extra == 'dev'", "sphinx-rtd-theme ; extra == 'dev'", "isort ; extra == 'dev'", "flake8 ; extra == 'dev'", "pylint ; extra == 'dev'", "safety ; extra == 'dev'", "bandit ; extra == 'dev'", "twine ; extra == 'dev'" ], "requires_python": ">=3.7", "summary": "Logging from class point of view, with easy config", "version": "0.2.0" }, "last_serial": 5944769, "releases": { "0.2.0": [ { "comment_text": "", "digests": { "md5": "05bcd9f55e899fb03d634d5fca52f506", "sha256": "d956e7f44ebe246dda1920875233360aa10ebc341197b27a016cf16085c4b245" }, "downloads": -1, "filename": "clalogger-0.2.0-py3-none-any.whl", "has_sig": false, "md5_digest": "05bcd9f55e899fb03d634d5fca52f506", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.7", "size": 7099, "upload_time": "2019-10-08T13:30:49", "url": "https://files.pythonhosted.org/packages/38/90/4fd5e63a0e184c3ae7776b89dc36799e71d3c4f2a9af4db7f62d04a9b947/clalogger-0.2.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5f5ec95c52d52abcd73ea15bbceb55ac", "sha256": "fc1a0f0c2550e0ad902c01269b29abe1e8f0874f5ba9ce484503c982fcafa5cc" }, "downloads": -1, "filename": "clalogger-0.2.0.tar.gz", "has_sig": false, "md5_digest": "5f5ec95c52d52abcd73ea15bbceb55ac", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.7", "size": 5642, "upload_time": "2019-10-08T13:30:52", "url": "https://files.pythonhosted.org/packages/cb/03/c54f749149728cfcd27b6d801f7fb017a6de4849e6baef700aba88f07397/clalogger-0.2.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "05bcd9f55e899fb03d634d5fca52f506", "sha256": "d956e7f44ebe246dda1920875233360aa10ebc341197b27a016cf16085c4b245" }, "downloads": -1, "filename": "clalogger-0.2.0-py3-none-any.whl", "has_sig": false, "md5_digest": "05bcd9f55e899fb03d634d5fca52f506", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.7", "size": 7099, "upload_time": "2019-10-08T13:30:49", "url": "https://files.pythonhosted.org/packages/38/90/4fd5e63a0e184c3ae7776b89dc36799e71d3c4f2a9af4db7f62d04a9b947/clalogger-0.2.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5f5ec95c52d52abcd73ea15bbceb55ac", "sha256": "fc1a0f0c2550e0ad902c01269b29abe1e8f0874f5ba9ce484503c982fcafa5cc" }, "downloads": -1, "filename": "clalogger-0.2.0.tar.gz", "has_sig": false, "md5_digest": "5f5ec95c52d52abcd73ea15bbceb55ac", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.7", "size": 5642, "upload_time": "2019-10-08T13:30:52", "url": "https://files.pythonhosted.org/packages/cb/03/c54f749149728cfcd27b6d801f7fb017a6de4849e6baef700aba88f07397/clalogger-0.2.0.tar.gz" } ] }