Skip to content

Latest commit

 

History

26 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyck

This package contains helpers and utilities to promote code reusability across multiple Python applications.

Usage

  1. Add pyck@git+https://github.com/tchangkiat/pyck in pyproject.toml or requirements.txt.

  2. Install the dependencies using pip install -e . (if you are using pyproject.toml) or pip install -r requirements.txt (if you are using requirements.txt). Alternatively, run pip install --upgrade --force-reinstall pyck@git+https://github.com/tchangkiat/pyck to re-install this package in the application's virtual environment.

  3. Import the modules and invoke the methods. For example,

    from pyck.helpers.logging import Logging
    log = Logging.get_instance()
    log.info("Hello World!")

About

Various Python helpers and utilities

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages