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
ckz-0.1.2.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
ckz-0.1.2-py3-none-any.whl
(3.3 kB
view details)
File details
Details for the file ckz-0.1.2.tar.gz.
File metadata
- Download URL: ckz-0.1.2.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 |
1d684c74ffcb063761880060ef50a068bad00d52f499a79965a7d490068f94b9
|
|
| MD5 |
78ddfb6b3a9b93cdc7ff205e14d4f275
|
|
| BLAKE2b-256 |
b0ede3063017e28a713ceb0a7db6ac6da160c3fa0bdcdf1cae44fd500e7812fb
|
File details
Details for the file ckz-0.1.2-py3-none-any.whl.
File metadata
- Download URL: ckz-0.1.2-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 |
078c0f096f60bff170324638479e19eb9d37f6ef692d4a993a3fe5be72f16040
|
|
| MD5 |
d0095c1e2be65c8fedefdd990a7c6b8d
|
|
| BLAKE2b-256 |
d93fd83f3351bdcdb1c8cf52c82b631ff175847564a86a58daa61ef108af6743
|