Skip to main content

Generating Named Pipe Modules

Project description

Generate Named Pipe

gen_named_pipe is tool for generation of named pipe modules.

Developed in python code: 100%.

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

gen_named_pipe python checker gen_named_pipe package checker GitHub issues open GitHub contributors

Table of Contents

Installation

debian linux os

gen_named_pipe python3 build

Currently there are three ways to install package

  • Install process based on using pip mechanism
  • Install process based on build mechanism
  • Install process based on setup.py mechanism
  • Install process based on docker mechanism
Install using pip

gen_named_pipe is located at pypi.org.

You can install by using pip

# python3
pip3 install gen-named-pipe
Install using build

Navigate to release page download and extract release archive.

To install gen_named_pipe type the following

tar xvzf gen_named_pipe-x.y.z.tar.gz
cd gen_named_pipe-x.y.z/
# python3
wget https://bootstrap.pypa.io/get-pip.py
python3 get-pip.py 
python3 -m pip install --upgrade setuptools
python3 -m pip install --upgrade pip
python3 -m pip install --upgrade build
pip3 install -r requirements.txt
python3 -m build --no-isolation --wheel
pip3 install ./dist/gen_named_pipe-*-py3-none-any.whl
rm -f get-pip.py
chmod 755 /usr/local/lib/python3.10/dist-packages/usr/local/bin/gen_named_pipe_run.py
ln -s /usr/local/lib/python3.10/dist-packages/usr/local/bin/gen_named_pipe_run.py /usr/local/bin/gen_named_pipe_run.py
Install using py setup

Navigate to release page download and extract release archive.

To install gen_named_pipe locate and run setup.py with arguments

tar xvzf gen_named_pipe-x.y.z.tar.gz
cd gen_named_pipe-x.y.z/
# python3
pip3 install -r requirements.txt
python3 setup.py install_lib
python3 setup.py install_data
python3 setup.py install_egg_info
Install using docker

You can use docker to create image/container.

Dependencies

gen_named_pipe requires next modules and libraries

Tool structure

gen_named_pipe is based on OOP

Generator structure

    gen_named_pipe/
           ├── conf/
              ├── gen_named_pipe.cfg
              ├── gen_named_pipe.logo
              ├── gen_named_pipe_util.cfg
              ├── project.yaml
              └── template/
                  └── posix/
                      ├── np_close.template
                      ├── np_make.template
                      ├── np_open.template
                      ├── np_read.template
                      ├── np.template
                      └── np_write.template
           ├── __init__.py
           ├── log/
              └── gen_named_pipe.log
           ├── pro/
              ├── __init__.py
              ├── read_template.py
              └── write_template.py
           └── run/
               └── gen_named_pipe_run.py

        7 directories, 16 files

Code coverage

Name Stmts Miss Cover
gen_named_pipe/__init__.py 73 12 84%
gen_named_pipe/pro/__init__.py 60 0 100%
gen_named_pipe/pro/read_template.py 50 3 94%
gen_named_pipe/pro/write_template.py 52 2 96%
Total 235 17 93%

Docs

Documentation Status

More documentation and info at

Contributing

Contributing to gen_named_pipe

Copyright and Licence

License: GPL v3 License

Copyright (C) 2020 - 2026 by vroncevic.github.io/gen_named_pipe

gen_named_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.

Python Software Foundation

Donate

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gen_named_pipe-1.1.9.tar.gz (30.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

gen_named_pipe-1.1.9-py3-none-any.whl (39.1 kB view details)

Uploaded Python 3

File details

Details for the file gen_named_pipe-1.1.9.tar.gz.

File metadata

  • Download URL: gen_named_pipe-1.1.9.tar.gz
  • Upload date:
  • Size: 30.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.0 CPython/3.12.3

File hashes

Hashes for gen_named_pipe-1.1.9.tar.gz
Algorithm Hash digest
SHA256 73d5e6ceaa44df2bf50999f89eb7c390afc32f1da51bc1e7422726e5d185739c
MD5 6e417fa5af9a35f291ac65261c69d2fb
BLAKE2b-256 9f2430f82a045f2b0794499318e21d639c0036ffcbfc5ae369b2c1f133a0e34b

See more details on using hashes here.

File details

Details for the file gen_named_pipe-1.1.9-py3-none-any.whl.

File metadata

  • Download URL: gen_named_pipe-1.1.9-py3-none-any.whl
  • Upload date:
  • Size: 39.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.0 CPython/3.12.3

File hashes

Hashes for gen_named_pipe-1.1.9-py3-none-any.whl
Algorithm Hash digest
SHA256 8e5d488df495abee3f9efce8bfe283465c18da90f06e2aebcf048308eb8ed521
MD5 71ad28cc9a188f77f767fedabe7298bd
BLAKE2b-256 5ccdd4281364d92a4a69bdf5914db743e5729c9414234fc130906ab23546c2c6

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page