A simple Python template
Project description
template-python
Simple README.md for a Python project template.
Install
To install the library run: pip install change-me
Development
- Install Poetry
make initto create the virtual environment and install dependenciesmake formatto format the code and check for errorsmake testto run the test suitemake cleanto delete the temporary files and directoriespoetry publish --buildto build and publish to https://pypi.org/project/change-me
Usage
"""Basic docstring for my module."""
from loguru import logger
def main() -> None:
"""Run a simple demonstration."""
logger.info("Hello World!")
if __name__ == "__main__":
main()
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
viz_lower_limb-0.1.0.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 viz_lower_limb-0.1.0.tar.gz.
File metadata
- Download URL: viz_lower_limb-0.1.0.tar.gz
- Upload date:
- Size: 4.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.2 CPython/3.13.3 Darwin/24.4.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a7c1689fb44beccbcd308c9ceb4b02809777e0963cde0aba1c79f7fc09ad61d7
|
|
| MD5 |
4ebca35ca216653d300013c9d6e2e01b
|
|
| BLAKE2b-256 |
769625729690cbf2be92921be54121b54f75045afc8a43e5e8cf58054360d01f
|
File details
Details for the file viz_lower_limb-0.1.0-py3-none-any.whl.
File metadata
- Download URL: viz_lower_limb-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.2 CPython/3.13.3 Darwin/24.4.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e600438f0b9754cc5e802d7a859911dd203f2ee8477e48bfeeca8dc21c75b1e7
|
|
| MD5 |
f1b5294dff0881a7e5638af4765adb68
|
|
| BLAKE2b-256 |
211831ddaada37ae0f1eec75e54804ec15c028bfed1b7277eddfb5d87822d7d8
|