[PYTHON] Created a header-only library management tool for C / C ++

chppl

I made it because I wanted a library management tool for C / C ++ like pip for Python and gems for Ruby.

A single-file C / C ++ library is a library that implements functionality with just one header file .h (including .cc with a little more relaxed conditions). It is also called header-only. http://qiita.com/syoyo/items/e9d4aff56f691f5b783b

It seems. Header-only files are smart. The registration site runs on heroku. This is written in Python. The command line tools are using C ++.

Dependent package installation

$ sudo apt-get install subversion subversion-tools postgresql postgresql-server-dev-9.3




## Installation method

$ cd
$ git clone https://github.com/nocotan/chppl-tool
$ cd chppl-tool/chppl-tool/src $ make $ echo "export PATH=$PATH:~/chppl-tool/chppl-tool/bin" >> ~/.bashrc


## How to use
### Installation

$ chppl install

### help

$ chppl help


 To register or delete the library [here](http://chppl.herokuapp.com/)
 I would be grateful if you could register if you have created a header-only library or if you know a useful library.


Contributors
@tortuepin


Recommended Posts

Created a header-only library management tool for C / C ++
I made a user management tool for Let's Chat
About "Lamvery", a deployment and management tool for AWS Lambda
Created AtCoder test tool for Python
A memorandum of understanding for the Python package management tool ez_setup
Created gomi, a trash can tool for rm in Go language
Created a library for python that can easily handle morpheme division
[For beginners] How to register a library created in Python in PyPI
Use a scripting language for a comfortable C ++ life 4-Use your own C ++ library from a scripting language-
Memo for creating a text formatting tool
A tool for easily entering Python code
I created a password tool in Python.
I made a library for actuarial science
A procedure manual for quickly publishing a C ++ Python library using pybind11 on Github.
Created a Python wrapper for the Qiita API
Use a scripting language for a comfortable C ++ life
I created a Dockerfile for Django's development environment
Created a fooling image for the caption generative model
I made a cleaning tool for Google Container Registry
[Introduction to python] A high-speed introduction to Python for busy C ++ programmers
Created a Python library DateTimeRange that handles time ranges
Library for measuring execution time in Linux C applications
Publish / upload a library created in Python to PyPI