Metadata-Version: 2.1
Name: produttore-e-consumatore2
Version: 1.1
Summary: Multiprocessing
Home-page: https://github.com/CastellaniDavide/produttore_e_consumatore2
Author: CastellaniDavide
Author-email: help@castellanidavide.it
License: GNU
Platform: linux_distibution
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: tabular-log
Requires-Dist: requests
Requires-Dist: programGUI (>=1.4)
Requires-Dist: psutil (>=5.8.0)

# produttore_e_consumatore2
[![GitHub license](https://img.shields.io/badge/license-Apache%202.0%20License-green?style=flat)](https://github.com/CastellaniDavide/cpp-produttore_e_consumatore2/blob/master/LICENSE) ![Author](https://img.shields.io/badge/author-Castellani%20Davide-green?style=flat) ![Version](https://img.shields.io/badge/version-v01.01-blue?style=flat) ![Language Python](https://img.shields.io/badge/language-Python-yellowgreen?style=flat) ![sys.platform supported](https://img.shields.io/badge/OS%20platform%20supported-All-blue?style=flat) [![On GitHub](https://img.shields.io/badge/on%20GitHub-True-green?style=flat&logo=github)](https://github.com/CastellaniDavide/produttore_e_consumatore2) 

## Description
Producer and consumer with multiprocessing

## Required
![](http://jeffnielsen.com/wp-content/uploads/2014/06/required-cropped.png)
 - choco/ apt

## Installation
![](https://dctacademy.com/wp-content/uploads/2016/12/install.jpeg)
 - choco (Windows) (as Administartor)
   - ```choco install produttore_e_consumatore2 --version=01.01```
 - Ubuntu using apt:
    - ```sudo add-apt-repository ppa:castellanidavide/school -y; sudo apt update; sudo apt install produttore_e_consumatore2 -y```

### Update
![](https://images.idgesg.net/images/article/2020/07/software_update_by_gocmen_gettyimages-1146311500_2400x1600-100852481-large.jpg)
  - Windows (using choco):
    - ```choco upgrade produttore_e_consumatore2```
  - Ubuntu using apt:
    - ```sudo apt update; sudo apt upgrade```

### Delate
![](http://cdn.onlinewebfonts.com/svg/img_105952.png)
  - Windows (using choco):
    - ```choco remove produttore_e_consumatore2```
  - Ubuntu using apt:
    - ```sudo apt remove produttore_e_consumatore2```

## Directories structure
![](https://cdn.analyticsvidhya.com/wp-content/uploads/2019/05/data-science-framework.png)
 - .gitignore
 - setup.py
 - LICENSE.md
 - .github
   - ISSUE_TEMPLATE
     - bug_report.md
     - feature-request.md
   - workflows
     - on-push.yml
     - on-release.yml
 - choco
   - set.txt
   - produttore_e_consumatore2.nuspec
   - tools
     - chocolateyinstall.ps1
     - chocolateyuninstall.ps1
     - LICENSE.txt
     - VERIFICATION.txt
 - debian
   - produttore_e_consumatore2.1
   - produttore_e_consumatore2.c
   - Makefile
   - requirements.in
   - debian
     - changelog
     - compat
     - control
     - copyright
     - postinst
     - postrm
     - preinst
     - rules
     - source
 - docs
   - logo.png
   - \*.md
 - flussi (example output(s))
   - net.csv
   - OS.csv
 - log (example log(s))
   - trace.log
 - requirements
   - requirements.txt
 - produttore_e_consumatore2
   - \_\_init\_\_.py

### Execution examples  
![](https://blog.toadworld.com/hs-fs/hubfs/SQL_tools-8_ways_large.jpg?width=3248&name=SQL_tools-8_ways_large.jpg)
 - produttore_e_consumatore2

### Output location
![](https://www.macroeconomia.it/wp-content/uploads/2018/03/input-output-650x364.png)
 - *.csv (if enabled) in the location where the code was lauched
 - *.log
   - C:/Program Files/produttore_e_consumatore2/* on Windows
   - ~/* on linux
   - current location (if you didn't lauch the code with the correct rights)

---
Made by Castellani Davide 
If you have any problem please contact me:
- help@castellanidavide.it
- [Issue](https://github.com/CastellaniDavide/produttore_e_consumatore2/issues)


