Skip to content

andreaeusebi/py_utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

py_utils

Python3 modules providing general utilies and functions.

Installation

Run following command (set the proper path to the py_utils/ folder):

python3 -m pip install -e /home/andrea/my_repos/py_utils

Usage

In a Python script simply import and then use the module you need as follows:

import py_utils.log

...

py_utils.log.getCustomLogger(...)

VSCode setup to avoid Import errors

  1. Open Command Palette with Ctrl+Shift+P.
  2. Select Preferences: Open Workspace Settings.
  3. Scroll until Python section.
  4. Look for Auto Complete: Extra Paths and click on Edit in settings.json.
  5. In the field python.autoComplete.extraPaths add the path to the py_utils/ folder.

About

Python3 modules providing general utilies and functions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages