Skip to main content

lib_log_utils

Project description

lib_log_utils

Pypi Status license maintenance

Build Status Codecov Status Better Code Maintainability snyk security

some convenience functions for logging

supports python 3.7 and possibly other dialects.

100% code coverage, mypy static type checking, tested under Linux, OsX, Windows and Wine, automatic daily builds and monitoring



Installation and Upgrade

From source code:

# normal install
python setup.py install
# test without installing
python setup.py test

via pip latest Release:

# latest Release from pypi
pip install lib_log_utils

# test without installing
pip install lib_log_utils --install-option test

via pip latest Development Version:

# upgrade all dependencies regardless of version number (PREFERRED)
pip install --upgrade git+https://github.com/bitranox/lib_log_utils.git --upgrade-strategy eager
# normal install
pip install --upgrade git+https://github.com/bitranox/lib_log_utils.git
# test without installing
pip install git+https://github.com/bitranox/lib_log_utils.git --install-option test

via requirements.txt:

# Insert following line in Your requirements.txt:
# for the latest Release:
lib_log_utils
# for the latest Development Version :
git+https://github.com/bitranox/lib_log_utils.git

# to install and upgrade all modules mentioned in requirements.txt:
pip install --upgrade -r /<path>/requirements.txt

via python:

# for the latest Release
python -m pip install upgrade lib_log_utils

# for the latest Development Version
python -m pip install upgrade git+https://github.com/bitranox/lib_log_utils.git

Basic Usage

TBA

Requirements

following modules will be automatically installed :

## Test Requirements
## following Requirements will be installed temporarily for
## "setup.py install test" or "pip install <package> --install-option test"
typing ; python_version < "3.5"
pathlib; python_version < "3.4"
mypy ; platform_python_implementation != "PyPy" and python_version >= "3.5"
pytest
pytest-pep8 ; python_version < "3.5"
pytest-codestyle ; python_version >= "3.5"
pytest-mypy ; platform_python_implementation != "PyPy" and python_version >= "3.5"
pytest-runner

## Project Requirements
lib_cast
lib_parameter
lib_doctest_pycharm

Acknowledgements

  • special thanks to “uncle bob” Robert C. Martin, especially for his books on “clean code” and “clean architecture”

Contribute

I would love for you to fork and send me pull request for this project. - please Contribute

License

This software is licensed under the MIT license

Changelog

0.0.1

2019-09-03: Initial public release

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

lib_log_utils-0.0.1.tar.gz (6.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

lib_log_utils-0.0.1-py3-none-any.whl (6.8 kB view details)

Uploaded Python 3

File details

Details for the file lib_log_utils-0.0.1.tar.gz.

File metadata

  • Download URL: lib_log_utils-0.0.1.tar.gz
  • Upload date:
  • Size: 6.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/3.6.7

File hashes

Hashes for lib_log_utils-0.0.1.tar.gz
Algorithm Hash digest
SHA256 5feb61bd7f7f416a92671e0ceb999de134560aff5dd99f763ac74ca7be203e54
MD5 ae8e3d491a3fc82f290dc774362f3892
BLAKE2b-256 525d9c2cfa60ef4397e06b7a4fed7f672838727da97c9531f8d72e2810666a16

See more details on using hashes here.

File details

Details for the file lib_log_utils-0.0.1-py3-none-any.whl.

File metadata

  • Download URL: lib_log_utils-0.0.1-py3-none-any.whl
  • Upload date:
  • Size: 6.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/3.6.7

File hashes

Hashes for lib_log_utils-0.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 7a3be5b2e5cf5a915ed0e69caaf6f8d5e0bf7c3517342b2b98d4bbb3b43925e1
MD5 f471167c818380339e52c5b08ef43209
BLAKE2b-256 af752d4d1ff7c841fccbd956d48adbb23c88b23dcc1762cd4fb31070389f19cc

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page