A starter Python package named oh-my-code.
Project description
oh-my-code
oh-my-code is a minimal Python package scaffold, ready to publish on PyPI.
Quick start
python -m venv .venv
source .venv/bin/activate
python -m pip install --upgrade pip build
python -m pip install -e .
Usage
from oh_my_code import greet
print(greet("developer"))
Build distribution artifacts
python -m build
Publish to PyPI
python -m pip install twine
python -m twine upload dist/*
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
oh_my_code-0.1.0.tar.gz
(2.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 oh_my_code-0.1.0.tar.gz.
File metadata
- Download URL: oh_my_code-0.1.0.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e64c4a7a1fafd8c09ac7ff41ce11cf4add4e45806054108424e9c81d06627a97
|
|
| MD5 |
dcf63f223ff2a54d21ef79422768dd6e
|
|
| BLAKE2b-256 |
54751c5bfa2888186e351b38427135a14b4d3e08d7358157ce191264b5223238
|
File details
Details for the file oh_my_code-0.1.0-py3-none-any.whl.
File metadata
- Download URL: oh_my_code-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e4d566415e6d90570063d407ad2a8dc351f80253c5893364c4d0bf8b207468c9
|
|
| MD5 |
7de3ad6bb2e2ce9e2f982dd0832f9fc2
|
|
| BLAKE2b-256 |
63bf05bb1198dc0464fc4b90cefb89f5f3baddf85d878ca2293851e404cabc60
|