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 Distribution
nicksutils-0.0.1.tar.gz
(4.7 kB
view details)
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.1.tar.gz.
File metadata
- Download URL: nicksutils-0.0.1.tar.gz
- Upload date:
- Size: 4.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f15814e2ed48cf838ded8cbabc5b53dcd3d7e092f02b80854fa6a7207925fcfc
|
|
| MD5 |
a9c191544d418be1e503c808528f10a8
|
|
| BLAKE2b-256 |
e13c16498cbc59fddd141b6fa8ced932c8845791bc51a18f61ac12ec7e6146a8
|
File details
Details for the file nicksutils-0.0.1-py3-none-any.whl.
File metadata
- Download URL: nicksutils-0.0.1-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 |
7ccbc2b2ed74001761abd2ac8ab9120db333d45d0e5cf760f5bdae137d336007
|
|
| MD5 |
73c833cd9bb59348e0c9c7f71dc9e415
|
|
| BLAKE2b-256 |
fbf76dc41c171a25e1f8b1c8d5cefb7cdfcd8c423dd661053a3a824bf2f1498a
|