A basic Python package for demonstration purposes
Project description
Corebrum
A basic Python package for demonstration purposes.
Installation
You can install Corebrum using pip:
pip install corebrum
Usage
Here's a simple example of how to use Corebrum:
import corebrum
# Get a greeting message
message = corebrum.hello_world()
print(message) # Output: Hello from Corebrum!
# Add two numbers
result = corebrum.add_numbers(5, 3)
print(result) # Output: 8
# Get the package version
version = corebrum.get_version()
print(version) # Output: 0.1.0
Features
- Simple greeting function
- Basic math operations
- Version information
Development
To set up a development environment:
-
Clone the repository:
git clone https://github.com/yourusername/corebrum.git cd corebrum
-
Install in development mode:
pip install -e .
-
Install development dependencies:
pip install -e ".[dev]"
Testing
Run the tests with pytest:
pytest
License
This project is licensed under the MIT License - see the LICENSE file for details.
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
Author
Your Name - your.email@example.com
Project Link: https://github.com/yourusername/corebrum
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
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 corebrum-0.1.0.tar.gz.
File metadata
- Download URL: corebrum-0.1.0.tar.gz
- Upload date:
- Size: 5.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9e5f4a3bff9bc73ad6139a7d4d79d881b7dd122b802fb4632558602b2740e0b5
|
|
| MD5 |
f3558c361ed5bb7fa867a4de5352d3e0
|
|
| BLAKE2b-256 |
9b5e19289027a92799acafbfe28a684a1c2e4232d050032890c490b7eec6e537
|
File details
Details for the file corebrum-0.1.0-py3-none-any.whl.
File metadata
- Download URL: corebrum-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6cdb9ec0c5f7b0232c660da2f8e72f5253fdf5f580436f51ddbf5acb86e8a0ec
|
|
| MD5 |
597c1060008904116f2a29e7ff95f56f
|
|
| BLAKE2b-256 |
b2040be70bf73050cd27fb58117f3d65ddc236173d9c37a6a4ab3547d4733c03
|