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.
Installation¶
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
Copyright and licence¶
Copyright (C) 2017 - 2024 by vroncevic.github.io/gen_unnamed_pipe
gen_unnamed_pipe is free software; you can redistribute it and/or modify it under the same terms as Python itself, either Python version 3.x or, at your option, any later version of Python 3 you may have available.
Lets help and support PSF.