Metadata-Version: 1.0
Name: NPC
Version: 0.11
Summary: Parallel Processing in Network Devices
Home-page: UNKNOWN
Author: Dipnarayan Das
Author-email: dipnarayan.das35@gmail.com
License: License.txt
Description: 
                    <section id="home">
                    <!--Mask-->
                    <div class="view primary-color" style="background-color: #f50057 !important">
                        <div class="full-bg-img flex-center">
                            <ul>
                                <li>
                                    <h1 class="h1-responsive title">Network Thread Processing (NTP)</h1>
                                </li>
        <!--                        <li>
                                    <p>Scroll down and read more</p>
                                </li> -->
                            </ul>
                        </div>
                    </div>
                    <!--/.Mask-->
                </section>
        
                <section id="works" class="grey lighten-4">
                    <div class="container">
                        <div class="row">
                            <div class="col-md-12 m-t-3 m-b-3">
                                <p class="lead">
                                    NTP is a new parallel threading model which work in network level. Here two types of process work<br>
                                    1. Communication<br>
                                    2. Execution<br>
                                    Now communication start using local parallel thread but the execution happens in network devices.
                                </p>
                                <br>
                                <h1 class="h1-responsive">Language Dependency</h1>
                                <p class="lead">Python</a>
                                <br>
                                <h1 class="h1-responsive">How to install?</h1>
                                <a class="lead" href="https://github.com/perity19/NTP">Github repository</a><br>
                                <a class="lead" href="https://github.com/perity19/NTP">Pypi repository</a>
                                <p class="lead">Command: pip install Network-Thread-Processing</p>
                                <br>
                                <br>
                                <h1 class="h1-responsive">Usage</h1>
                                <p class="lead"></p>
                                <br>
                                <h1 class="h1-responsive">FAQ</h1>
                                <ul id="myUL" class="lead">
                                  <li><span class="caret">Green Tea</span>
                                    <ul class="nested">
                                      <li>Sencha</li>
                                    </ul>
                                  </li>
                                  <li><span class="caret">Green Tea</span>
                                    <ul class="nested">
                                      <li>Sencha</li>
                                    </ul>
                                  </li>
                                </ul>
                                
                        </div>
                    </div>
                </section>
            
Platform: UNKNOWN
