Unnamed pipe generator

gen_unnamed_pipe is toolset for generation of unnamed pipe skeleton for development embedded applications.

Developed in python code.

The README is used to introduce the tool modules and provide instructions on how to install the tool modules, any machine dependencies it may have and any other information that should be provided before the modules are installed.

gen_unnamed_pipe python checker gen_unnamed_pipe python package github issues documentation status github contributors

Installation

gen_unnamed_pipe python3 build

Navigate to release page download and extract release archive.

To install gen_unnamed_pipe type the following

tar xvzf gen_unnamed_pipe-x.y.z.tar.gz
cd gen_unnamed_pipe-x.y.z/
#python3
python3 setup.py install_lib
python3 setup.py install_data
python3 setup.py install_egg_info

You can use Docker to create image/container, or You can use pip to install

#python3
pip3 install gen-unnamed-pipe

Dependencies

gen_unnamed_pipe tool-module requires other modules and libraries

Tool structure

gen_unnamed_pipe is based on Template mechanism

Generator structure

gen_unnamed_pipe/
    ├── conf/
       ├── gen_unnamed_pipe.cfg
       ├── gen_unnamed_pipe.logo
       ├── gen_unnamed_pipe_util.cfg
       ├── project.yaml
       └── template/
           ├── unp_close.template
           ├── unp_make.template
           ├── unp_read.template
           ├── unp.template
           └── unp_write.template
    ├── __init__.py
    ├── log/
       └── gen_unnamed_pipe.log
    ├── pro/
       ├── __init__.py
       ├── read_template.py
       └── write_template.py
    ├── py.typed
    └── run/
        └── gen_unnamed_pipe_run.py

6 directories, 16 files

Indices and tables