Metadata-Version: 2.1
Name: neynpy
Version: 0.1.1
Summary: Fast and Lightweight Pyhthon HTTP Library
Home-page: https://github.com/Neyn/neynpy
Author: Shahriar Rezghi, Ahmad Zolfaghari
Author-email: shahriar25.ss@gmail.com, ah8ad3@gmail.com
License: BSD 3-clause "New" or "Revised" license
Description: # Table of Contents
        - [Table of Contents](#table-of-contents)
        - [Neynpy](#neynpy)
        - [Contributing](#contributing)
        - [License](#license)
        
        # Neynpy
        ```Neynpy``` is a http library with Python interface. You can checkout [C](https://github.com/Neyn/cneyn) and [C++](https://github.com/Neyn/neynxx) interfaces too.
        
        Since the project is new there are some limitations:
        
        + ```Windows``` platform isn't supported for now.
        + Partially implements [HTTP/1.1](https://tools.ietf.org/html/rfc7230) for now.
        + Uses some new features of ```Linux``` kernel so version 4.5 and above kernel is supported for now.
        
        # Contributing
        You can report bugs, ask questions and request features on [issues page](../../issues). Pull requests are not accepted right now.
        
        # License
        This library is licensed under BSD 3-Clause permissive license. You can read it [here](LICENSE).
        
Keywords: webserver,http-server,neyn,neynpy
Platform: UNKNOWN
Description-Content-Type: text/markdown
