mipack

My implemented packages for python


Keywords
python, packaging
License
MIT
Install
pip install mipack==0.0.6

Documentation

My Implemented Package

Practice of development and deploy codes. 😄
This repo will be used to create a package by refering this structure.

Anyone can be install this library from pypi from this link: https://pypi.org/project/mipack/

pip install mipack

Q. How to manage packages? see from

Tools

Used tools as follows. 🔥

  • github action: continuous integration.
  • sphinx: document is created along with package codes.
  • streamlit: streaming dashboard for exploration.
  • wandb: daashboard for states of models.

Deploy

Deploy to pypi as follows. 🥳

# setup.py version up
# doc/conf.py version up
python setup.py bdist_wheel
python -m twine upload dist/*.whl

Documentation

Update documentation using sphinx.

sphinx-apidoc -f -o docs mipack

Serving the documetation.

sphinx-autobuild --host [IP] --port [PORT] docs docs/_build/html