C/C++ build tools and package manager.
Project description
🌻 🐝 C/C++ build tools and package manager
cbee
is a toolchain to build and package C/C++ applications and libraries.
Installing cbee
NOTE: this project requires Python 3.6+
python3 -m venv env
source env/bin/activate
pip install -U cbee
Using cbee
Running a basic C/C++ application
First, create a C or C++ file with a main function.
// say-hello.c
#include <stdio.h>
int main() {
printf("Hello!\n");
return 0;
}
To run it, simply use the cbee run
command.
cbee run say-hello.c
Contributing
Contributions are welcome! For instructions on how to contribute, please check the Contribution guide.
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
cbee-0.1.2.tar.gz
(6.4 kB
view details)
Built Distribution
cbee-0.1.2-py3-none-any.whl
(7.8 kB
view details)
File details
Details for the file cbee-0.1.2.tar.gz
.
File metadata
- Download URL: cbee-0.1.2.tar.gz
- Upload date:
- Size: 6.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 87ed7a507ceda4a26f42041c3a0d431391540d065a8fea89ea487f4d737bdbf8 |
|
MD5 | b7c4153039794f724961f4ea5e2cc586 |
|
BLAKE2b-256 | 3a4ae9a57f7ecfa0d7c947b75e13532adc56696f826a26a26c5344b2a10308eb |
File details
Details for the file cbee-0.1.2-py3-none-any.whl
.
File metadata
- Download URL: cbee-0.1.2-py3-none-any.whl
- Upload date:
- Size: 7.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6775c380a7b0687a5490fb0f9016cfd50e38b04fdc9e74e1d9f48781dcf0d956 |
|
MD5 | 3bcc0d4c7ccfb39f13715d6634363519 |
|
BLAKE2b-256 | 3e5da9daf9fef18e9533928487512a977049c9373ccca996647c6ccd8bfdd17b |