A package for logging timestamps and executing scripts.
Project description
silcrow-utils
A package for housing all my personalized python functions and classes, made available via pip install.
To User
# main.py
from silcrow_utils.module1 import hello_Bubu
if __name__ == '__main__':
result = hello_Bubu()
print(result)
To Dev
Each Release
Don't forget to increment the version number, then:
pip install build twine
python -m build
twine upload dist/*
Might do
- use poetry instead of requirements.txt, edit setup.py accordingly.
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
silcrow_utils-0.1.1.tar.gz
(2.4 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 silcrow_utils-0.1.1.tar.gz.
File metadata
- Download URL: silcrow_utils-0.1.1.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1220335dc64bcb7d366204e95cecfad4fe489e6621f160ec61d201c67acf302d
|
|
| MD5 |
6b85ca33f0555dc4d6edcfb8f13e56a1
|
|
| BLAKE2b-256 |
48af9a762f31a8c9dd0bf9372823e8d36fd42236861fec857b6636f09438eecd
|
File details
Details for the file silcrow_utils-0.1.1-py3-none-any.whl.
File metadata
- Download URL: silcrow_utils-0.1.1-py3-none-any.whl
- Upload date:
- Size: 2.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
28bc28c0e2f6be2fb3da8a4d9419028ba8278ef430981853e15f879b3945ac35
|
|
| MD5 |
d18593749e09c1771ebf5b42fd24ddec
|
|
| BLAKE2b-256 |
382acc79a316f193d680198d63c33f274c4dc14a50f0169a4966010b3a7c21e6
|