No project description provided
Project description
# Boomstick
This project is under current development, and is intended as a logging library for [mechasqueak3](https://github.com/FuelRats/pipsqueak3).
However, it does have applications as a standalone logging tool.
This project is currently in *pre-release*. Use at your own risk!
### Requirements
* Python 3.7+
* coloredlogs
### Installation
This is python library. Install using pip/pipenv
and import boomstick with ``import boomstick``
### Usage
```py
from boomstick import Logger``
log = Logger("Namespace", "Logfile.txt")
log.info("This is an info-level entry!")
```
will get you:
```
<2019-01-12 15:17:40,572 Namespace> [INFO] This is an info-level entry!
```
### License
*Boomstick* is licensed under the BSD 3-Clause License.
This project is under current development, and is intended as a logging library for [mechasqueak3](https://github.com/FuelRats/pipsqueak3).
However, it does have applications as a standalone logging tool.
This project is currently in *pre-release*. Use at your own risk!
### Requirements
* Python 3.7+
* coloredlogs
### Installation
This is python library. Install using pip/pipenv
and import boomstick with ``import boomstick``
### Usage
```py
from boomstick import Logger``
log = Logger("Namespace", "Logfile.txt")
log.info("This is an info-level entry!")
```
will get you:
```
<2019-01-12 15:17:40,572 Namespace> [INFO] This is an info-level entry!
```
### License
*Boomstick* is licensed under the BSD 3-Clause License.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Boomstick-1.1.tar.gz
(2.5 kB
view details)
Built Distribution
File details
Details for the file Boomstick-1.1.tar.gz
.
File metadata
- Download URL: Boomstick-1.1.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b649be4b615935d1d8dbe945628bdca1471b36c37a36a7df88424d80b2669fe3 |
|
MD5 | c3857a230dd036c8de54f50fd2909d1e |
|
BLAKE2b-256 | bf77fb903d78dc41ff369dc0c5b20069763d76c3dbf418611bfbc70bb0149e7d |
File details
Details for the file Boomstick-1.1-py3-none-any.whl
.
File metadata
- Download URL: Boomstick-1.1-py3-none-any.whl
- Upload date:
- Size: 4.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8c034631e06e3f435aa8a4c50f256411f7ae2aa0ad4b9100a4bd73742eccafe1 |
|
MD5 | c7ad23e0ce79e6232e9d39afafdd1688 |
|
BLAKE2b-256 | 4568db0bd9366e6ed34c8f6dc0bc6c276743dae58bad1fb48eee2059fec58f7b |