Skip to main content

My implemented packages for python

Project description

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

mipack-0.0.6-py3-none-any.whl (3.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page