A minimalistic Python util library for some daily usage
Project description
mini_util
Introduction
This is a simple example that construct a PyPI package with poetry.
Project Setup
Commands and steps:
# init project
poetry new <package-name>
cd <package-name>
# you can init your git, and do something with it here
# if ready to release
poetry version # this will display version
poetry version 0.1.2 # this will set version to 0.1.2
poetry publish --build # this will publish to pypi and build to `dist/`, you may need to wait around 2 mins to update
# after publish, you may just use pip install <my-package> to install
# or you can also build this using local file
poetry build # files will store in `dist/`
pip install dist/mini_util-0.1.2-py3-none-any.whl --force-reinstall
# and you can use the cli now
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
mini_util-0.1.8.tar.gz
(2.0 kB
view details)
Built Distribution
File details
Details for the file mini_util-0.1.8.tar.gz
.
File metadata
- Download URL: mini_util-0.1.8.tar.gz
- Upload date:
- Size: 2.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.10.10 Darwin/23.2.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 48673cf727cb273408acad141bed2a5283f90286a6bd45ab582d4844a4b8a563 |
|
MD5 | 1d78c13fbee7731b85d74d4724090586 |
|
BLAKE2b-256 | 0122ace353b7e88f192bab14bfcaf033303a878a14feebf6d829cc2a3cb51fb4 |
File details
Details for the file mini_util-0.1.8-py3-none-any.whl
.
File metadata
- Download URL: mini_util-0.1.8-py3-none-any.whl
- Upload date:
- Size: 3.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.10.10 Darwin/23.2.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b29808b13b0a4351d385fd6cb9181cf30f506643aac3aa7957b19c94d9d53d78 |
|
MD5 | b5bc349361f9b63b028a0ea89048117b |
|
BLAKE2b-256 | a3d2260ce8b33dee60b4aee7827386604f00cda9af08eae62cfd524af0729c43 |