Skip to content

braingeneers/wetai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WetAI Python Utilities

This package is supposed to collect, as well as make installable through Pip, all of the Python code and utilities that we develop as part of the wetAI project.

To re-upload package

 python3 setup.py sdist bdist_wheel
 twine upload dist/*