Skip to content

patbat/python_helpers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python_helpers

python workflow

Some short helpers to simplify common tasks.

This package includes

  • an enumeration that is compatible with strings, see python_helpers.enumeration.StringEnum
  • json serialization of numpy arrays, dataclasses etc., see python_helpers.json_coders

installation

via pip

In a terminal, enter:

git clone https://github.com/patbat/python_helpers.git
pip install ./python_helpers

manually

Place the python_helpers folder somewhere where it can be found by the python interpreter.

About

some short helpers to simplify common tasks

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages