https://github.com/tatsh/bascom
Core library that my tools use.
https://github.com/tatsh/bascom
library logging utilities
Last synced: 5 months ago
JSON representation
Core library that my tools use.
- Host: GitHub
- URL: https://github.com/tatsh/bascom
- Owner: Tatsh
- License: mit
- Created: 2025-08-27T16:01:15.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2025-09-23T00:55:58.000Z (9 months ago)
- Last Synced: 2025-09-23T01:14:05.903Z (9 months ago)
- Topics: library, logging, utilities
- Language: Python
- Homepage: https://tatsh.github.io/bascom/
- Size: 2.42 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.txt
- Citation: CITATION.cff
- Codeowners: CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
# bascom
[](https://www.python.org/)
[](https://pypi.org/project/bascom/)
[](https://github.com/Tatsh/bascom/tags)
[](https://github.com/Tatsh/bascom/blob/master/LICENSE.txt)
[](https://github.com/Tatsh/bascom/compare/v0.1.2...master)
[](https://github.com/Tatsh/bascom/actions/workflows/codeql.yml)
[](https://github.com/Tatsh/bascom/actions/workflows/qa.yml)
[](https://github.com/Tatsh/bascom/actions/workflows/tests.yml)
[](https://coveralls.io/github/Tatsh/bascom?branch=master)
[](https://github.com/dependabot)
[](https://bascom.readthedocs.org/?badge=latest)
[](https://mypy-lang.org/)
[](https://pre-commit.com/)
[](https://python-poetry.org)
[](https://www.pydocstyle.org/)
[](https://docs.pytest.org)
[](https://github.com/astral-sh/ruff)
[](https://pepy.tech/project/bascom)
[](https://github.com/Tatsh/bascom/stargazers)
[](https://prettier.io/)
[](https://bsky.app/profile/Tatsh.bsky.social)
[](https://buymeacoffee.com/Tatsh)
[](irc://irc.libera.chat/Tatsh)
[](https://hostux.social/@Tatsh)
[](https://www.patreon.com/Tatsh2)
Core library that my tools use. At the time all that is included is a simple function
`setup_logging()`. See documentation for more details.
## Installation
### Poetry
```shell
poetry add bascom
```
### Pip
```shell
pip install bascom
```