Skip to content

Latest commit

 

History

History

python-utils-lib

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Python utils used across the project

The lib contains 3 main modules:

Requirements

  • Python 3.5+

Installation

Install via pip:

pip install --upgrade git+https://github.com/ml-tooling/ml-project-template#subdirectory=production/python-utils-lib

or directly from the source code:

git clone https://github.com/ml-tooling/ml-project-template.git
cd ./production/python-utils-lib/
python setup.py install

Usage

After installation, the package can be imported:

import utils