Skip to content

lukasgrahl/lukas_utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lukas utils

Util functions for various python projects

init.py files

Each init.py file needs to contain

from file import method

where file.py holds method()

How to manage packages

Each package requires a pyproject.toml file, containing package specific information.

The following line initiates the package

python -m build

Install

Install package from GitHub

pip install lukas_utils@git+https://github.com/lukasgrahl/lukas_utils#egg=lukas_utils

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages