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
cjz-0.1.3.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
cjz-0.1.3-py3-none-any.whl
(3.3 kB
view details)
File details
Details for the file cjz-0.1.3.tar.gz.
File metadata
- Download URL: cjz-0.1.3.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 |
3157b7aa2ffc6f7b8d42570f399602dc9846652cac1c1593f273791364dd58ec
|
|
| MD5 |
f11a8cf2246898ee552f39eea9e15f48
|
|
| BLAKE2b-256 |
2c6d7e0d4d716d38410edc198de79b22b1d2ec1798e69d87d392437023dea4dc
|
File details
Details for the file cjz-0.1.3-py3-none-any.whl.
File metadata
- Download URL: cjz-0.1.3-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 |
7d66b71110c4f5418edafee3b9dbe382aafce589ee12dc7200b22909ab8260a0
|
|
| MD5 |
c7a4aab8eb9c1fcdc96b30a0f399a3bb
|
|
| BLAKE2b-256 |
9cd049f71902dc35d0db22388a3daba146ee1103b5d0df237c025b9651b55340
|