A placeholder Python SDK package for BSO
Project description
BSO SDK
A placeholder Python SDK package for BSO.
Installation
pip install bso
Usage
from bso import hello_world, add
# Say hello
print(hello_world())
# Add numbers
result = add(2, 3)
print(result) # Output: 5
Development
To set up a development environment:
# Clone the repository
git clone https://github.com/yourorg/bso.git
cd bso
# Install in development mode with dev dependencies
pip install -e ".[dev]"
# Run tests
pytest
# Format code
black .
# Type check
mypy bso
Building and Publishing
To build the package:
python -m build
To publish to PyPI:
# First, install build tools
pip install build twine
# Build the package
python -m build
# Upload to PyPI (test first with testpypi)
twine upload dist/*
License
MIT License - see LICENSE file for details.
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
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
cje-0.1.24.tar.gz
(3.5 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
cje-0.1.24-py3-none-any.whl
(3.3 kB
view details)
File details
Details for the file cje-0.1.24.tar.gz.
File metadata
- Download URL: cje-0.1.24.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ef4d9162e261d60c3c489526699ba26651156de3147de3fa9a57cae1b556f7f8
|
|
| MD5 |
83af2dc2c32ed0daf624b5a9437ad9c6
|
|
| BLAKE2b-256 |
8e4e7b1c437b6a052bfce92aeff902bfb8d7a526f05d29542fdc2ab88b44e023
|
File details
Details for the file cje-0.1.24-py3-none-any.whl.
File metadata
- Download URL: cje-0.1.24-py3-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
18c5409a2ad1c5c8f87043e20acf05252109185fa02dd679d16f4b869b114a17
|
|
| MD5 |
b91fbb7db2126ac48deb65214765264d
|
|
| BLAKE2b-256 |
8ebbc5217de273b62acb2c0260e945de5fbe8bb1b4002eb91d058e577f6f44fb
|