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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mipack-0.0.6-py3-none-any.whl.
File metadata
- Download URL: mipack-0.0.6-py3-none-any.whl
- Upload date:
- Size: 3.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
226c277361a829e8f58e8e7e15117c41c842e89c7a443114289999c6ec2c6dc7
|
|
| MD5 |
723b14873c8c9961db78a2ec2646ff64
|
|
| BLAKE2b-256 |
90e11e1d4a1a70634b7d0f564d2ee91c8422c5c788aa6ea69f5bca5934ba14e1
|