tibidi

Dump your traceback into a file.


Keywords
debug, dump, traceback
License
MIT
Install
pip install tibidi==0.3.1

Documentation

tibidi

Dump your traceback into a file.

Requirements

This package requires CPython 3.8 or compatible. If you have other version already installed, you can switch using pyenv. It must be installed as described in the manual.

pyenv install 3.8.2
pyenv local 3.8.2

Installation

pip install tibidi

Usage

poetry run python tibidi/hello.py

Development

# Preparing environment
pip install --user poetry  # unless already installed
poetry install

# Auto-formatting
poetry run docformatter -ri tibidi tests
poetry run isort -rc tibidi tests
poetry run yapf -r -i tibidi tests

# Checking coding style
poetry run flake8 tibidi tests

# Checking composition and quality
poetry run vulture tibidi tests
poetry run mypy tibidi tests
poetry run pylint tibidi tests
poetry run bandit tibidi tests
poetry run radon cc tibidi tests
poetry run radon mi tibidi tests

# Testing with coverage
poetry run pytest --cov tibidi --cov tests

# Rendering documentation
poetry run mkdocs serve

# Building package
poetry build

# Releasing
poetry version minor  # increment selected component
git commit -am "bump version"
git push
git tag ${$(poetry version)[2]}
git push --tags
poetry build
poetry publish
poetry run mkdocs build
poetry run mkdocs gh-deploy -b gh-pages

Donations

If you find this software useful and you would like to repay author's efforts you are welcome to use following button:

Donate