base utils for python
Project description
python-default
Default setup for my python programs
pip install --upgrade build
# install utility to upload wheel
pip install --upgrade twine
Go to https://pypi.org to get/generate API Key
First time upload:
# Create the wheel, they will be stored in ./dist
python3 -m build
## pip install nicksutils # install the library locally
python3 -m twine upload dist/*
## input API Key
Updates:
*** Remember to update the version TAG in the pyproject.toml***
python3 -m build
python3 -m twine upload dist/*.whl
Example
import nicksutils
from nicksutils import logging
Available functions
- logging_setup()
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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
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 nicksutils-0.0.2-py3-none-any.whl.
File metadata
- Download URL: nicksutils-0.0.2-py3-none-any.whl
- Upload date:
- Size: 3.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
de79b4cfb26d0ee709370477df0712b3d769114ff85d02ebf9cf92686207df79
|
|
| MD5 |
9c2b0e09808a33b0628cec0b8d92f83b
|
|
| BLAKE2b-256 |
6d5f17c9e9d03aa0d6f8f5a8c17d08e3fc2097cc3f83be5732364a313a8151a4
|