{ "info": { "author": "Robert Nowotny", "author_email": "rnowotny1966@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "lib_log_utils\n=============\n\n|Pypi Status| |license| |maintenance|\n\n|Build Status| |Codecov Status| |Better Code| |code climate| |snyk security|\n\n.. |license| image:: https://img.shields.io/github/license/webcomics/pywine.svg\n :target: http://en.wikipedia.org/wiki/MIT_License\n.. |maintenance| image:: https://img.shields.io/maintenance/yes/2019.svg\n.. |Build Status| image:: https://travis-ci.org/bitranox/lib_log_utils.svg?branch=master\n :target: https://travis-ci.org/bitranox/lib_log_utils\n.. for the pypi status link note the dashes, not the underscore !\n.. |Pypi Status| image:: https://badge.fury.io/py/lib-log-utils.svg\n :target: https://badge.fury.io/py/lib_log_utils\n.. |Codecov Status| image:: https://codecov.io/gh/bitranox/lib_log_utils/branch/master/graph/badge.svg\n :target: https://codecov.io/gh/bitranox/lib_log_utils\n.. |Better Code| image:: https://bettercodehub.com/edge/badge/bitranox/lib_log_utils?branch=master\n :target: https://bettercodehub.com/results/bitranox/lib_log_utils\n.. |snyk security| image:: https://snyk.io/test/github/bitranox/lib_log_utils/badge.svg\n :target: https://snyk.io/test/github/bitranox/lib_log_utils\n.. |code climate| image:: https://api.codeclimate.com/v1/badges/fa8ed1c6aec724d3b4f7/maintainability\n :target: https://codeclimate.com/github/bitranox/lib_log_utils/maintainability\n :alt: Maintainability\n\nsome convenience functions for logging\n\nsupports python 3.7 and possibly other dialects.\n\n`100% code coverage `_, mypy static type checking, tested under `Linux, OsX, Windows and Wine `_, automatic daily builds and monitoring\n\n----\n\n- `Installation and Upgrade`_\n- `Basic Usage`_\n- `Requirements`_\n- `Acknowledgements`_\n- `Contribute`_\n- `Report Issues `_\n- `Pull Request `_\n- `Code of Conduct `_\n- `License`_\n- `Changelog`_\n\n----\n\nInstallation and Upgrade\n------------------------\n\nFrom source code:\n\n.. code-block:: bash\n\n # normal install\n python setup.py install\n # test without installing\n python setup.py test\n\nvia pip latest Release:\n\n.. code-block:: bash\n\n # latest Release from pypi\n pip install lib_log_utils\n\n # test without installing\n pip install lib_log_utils --install-option test\n\nvia pip latest Development Version:\n\n.. code-block:: bash\n\n # upgrade all dependencies regardless of version number (PREFERRED)\n pip install --upgrade git+https://github.com/bitranox/lib_log_utils.git --upgrade-strategy eager\n # normal install\n pip install --upgrade git+https://github.com/bitranox/lib_log_utils.git\n # test without installing\n pip install git+https://github.com/bitranox/lib_log_utils.git --install-option test\n\nvia requirements.txt:\n\n.. code-block:: bash\n\n # Insert following line in Your requirements.txt:\n # for the latest Release:\n lib_log_utils\n # for the latest Development Version :\n git+https://github.com/bitranox/lib_log_utils.git\n\n # to install and upgrade all modules mentioned in requirements.txt:\n pip install --upgrade -r //requirements.txt\n\nvia python:\n\n.. code-block:: python\n\n # for the latest Release\n python -m pip install upgrade lib_log_utils\n\n # for the latest Development Version\n python -m pip install upgrade git+https://github.com/bitranox/lib_log_utils.git\n\nBasic Usage\n-----------\n\nTBA\n\nRequirements\n------------\nfollowing modules will be automatically installed :\n\n.. code-block:: bash\n\n ## Test Requirements\n ## following Requirements will be installed temporarily for\n ## \"setup.py install test\" or \"pip install --install-option test\"\n typing ; python_version < \"3.5\"\n pathlib; python_version < \"3.4\"\n mypy ; platform_python_implementation != \"PyPy\" and python_version >= \"3.5\"\n pytest\n pytest-pep8 ; python_version < \"3.5\"\n pytest-codestyle ; python_version >= \"3.5\"\n pytest-mypy ; platform_python_implementation != \"PyPy\" and python_version >= \"3.5\"\n pytest-runner\n\n ## Project Requirements\n lib_cast\n lib_parameter\n lib_doctest_pycharm\n\nAcknowledgements\n----------------\n\n- special thanks to \"uncle bob\" Robert C. Martin, especially for his books on \"clean code\" and \"clean architecture\"\n\nContribute\n----------\n\nI would love for you to fork and send me pull request for this project.\n- `please Contribute `_\n\nLicense\n-------\n\nThis software is licensed under the `MIT license `_\n\n---\n\nChangelog\n=========\n\n0.0.1\n-----\n2019-09-03: Initial public release\n\n\n\n", "description_content_type": "text/x-rst", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/bitranox/lib_log_utils", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "lib-log-utils", "package_url": "https://pypi.org/project/lib-log-utils/", "platform": "", "project_url": "https://pypi.org/project/lib-log-utils/", "project_urls": { "Homepage": "https://github.com/bitranox/lib_log_utils" }, "release_url": "https://pypi.org/project/lib-log-utils/0.0.1/", "requires_dist": [ "typing", "pathlib", "lib-cast", "lib-parameter", "lib-doctest-pycharm" ], "requires_python": "", "summary": "lib_log_utils", "version": "0.0.1" }, "last_serial": 5773329, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "f471167c818380339e52c5b08ef43209", "sha256": "7a3be5b2e5cf5a915ed0e69caaf6f8d5e0bf7c3517342b2b98d4bbb3b43925e1" }, "downloads": -1, "filename": "lib_log_utils-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "f471167c818380339e52c5b08ef43209", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 6824, "upload_time": "2019-09-03T01:05:45", "url": "https://files.pythonhosted.org/packages/af/75/2d4d1ff7c841fccbd956d48adbb23c88b23dcc1762cd4fb31070389f19cc/lib_log_utils-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ae8e3d491a3fc82f290dc774362f3892", "sha256": "5feb61bd7f7f416a92671e0ceb999de134560aff5dd99f763ac74ca7be203e54" }, "downloads": -1, "filename": "lib_log_utils-0.0.1.tar.gz", "has_sig": false, "md5_digest": "ae8e3d491a3fc82f290dc774362f3892", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6387, "upload_time": "2019-09-03T01:05:48", "url": "https://files.pythonhosted.org/packages/52/5d/9c2cfa60ef4397e06b7a4fed7f672838727da97c9531f8d72e2810666a16/lib_log_utils-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f471167c818380339e52c5b08ef43209", "sha256": "7a3be5b2e5cf5a915ed0e69caaf6f8d5e0bf7c3517342b2b98d4bbb3b43925e1" }, "downloads": -1, "filename": "lib_log_utils-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "f471167c818380339e52c5b08ef43209", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 6824, "upload_time": "2019-09-03T01:05:45", "url": "https://files.pythonhosted.org/packages/af/75/2d4d1ff7c841fccbd956d48adbb23c88b23dcc1762cd4fb31070389f19cc/lib_log_utils-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ae8e3d491a3fc82f290dc774362f3892", "sha256": "5feb61bd7f7f416a92671e0ceb999de134560aff5dd99f763ac74ca7be203e54" }, "downloads": -1, "filename": "lib_log_utils-0.0.1.tar.gz", "has_sig": false, "md5_digest": "ae8e3d491a3fc82f290dc774362f3892", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6387, "upload_time": "2019-09-03T01:05:48", "url": "https://files.pythonhosted.org/packages/52/5d/9c2cfa60ef4397e06b7a4fed7f672838727da97c9531f8d72e2810666a16/lib_log_utils-0.0.1.tar.gz" } ] }