icaotix-python-logging (1.0.0)

Published 2024-01-25 16:08:06 +01:00 by icaotix in public/icaotix_python_logging

Installation

pip install --index-url  icaotix-python-logging

About this package

A small package which helps to setup a logger

icaotix python logging

This lib helps in setting up a json logger for stdout for basically all projects

Deployment help

  1. create the file ~/.pypirc with the following content
    [distutils]
    index-servers = gitea
    
    [gitea]
    repository = https://git.icaotix.de/api/packages/icaotix/pypi
    username = <username>
    password = <password or token>
    
  2. Password can be you gitea password or an access token
  3. Update build and deploy tools
    python3 -m pip install --upgrade build
    python3 -m pip install --upgrade twine
    
  4. Go into the projects root folder (where the pyproject.toml resides)
  5. Execute python3 -m build to build the artifacts in the dist folder
  6. Then execute python3 -m twine upload --repository gitea dist/* to upload to the registered remote

Requirements

Requires Python: >=3.9
Details
PyPI
2024-01-25 16:08:06 +01:00
29
7.7 KiB
Assets (2)
Versions (1) View all
1.0.0 2024-01-25