A simple tool for setting up c/c++ projects.
Project description
cpp-init
A simple python project used for initialising c/c++ projects.
Installation:
pip install cpp-init
Usage:
python -m cpp_init <options>
Options are just 3 letters telling c-init what you want the project to be:
- First letter
<>XX:c- specifies it's a c projectx- specifies it's a c++ project
- Second letter
X<>X:a- specifies it's an executable applicationl- specifies it's a library
- Third letter
XX<>:m- specifies it's a make projectc- specifies it's a cmake project
Finally, it should (somewhat) look like this:
cpp_init xam # will create a C++ application project compiled with make
cpp_init clc # will create a C library project compiled with CMake
...
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
cpp_init-1.3.0.tar.gz
(6.0 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
File details
Details for the file cpp_init-1.3.0.tar.gz.
File metadata
- Download URL: cpp_init-1.3.0.tar.gz
- Upload date:
- Size: 6.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
60ee96709919a014a0d3789ffefd443b17d9929284d7e71db907de639eec6dec
|
|
| MD5 |
4172823417ae8f8d63b375997228a96a
|
|
| BLAKE2b-256 |
4965d3b2247966ef86c037ff95ab058e66e858875625208381eb2621f1a7ce41
|
File details
Details for the file cpp_init-1.3.0-py3-none-any.whl.
File metadata
- Download URL: cpp_init-1.3.0-py3-none-any.whl
- Upload date:
- Size: 8.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eff9356a3025a149d917ac8fad10c99a37c479a00afdf10bf041bca886f193bd
|
|
| MD5 |
ba7bc247b9b65932b33a253db803843e
|
|
| BLAKE2b-256 |
eb2aa52e485d4827ed9441f6a9c03b88728e0a05b5be53b54d92706a825397ef
|