Stypox / gpcp

A General Purpose Connection Protocol written in python 3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gpcp - General Purpose Connection Protocol

A simple framework written in Python 3 created to make it easier to create socket servers and clients.

Installation

Install gpcp using the setup.py file: just run python3 -m pip install . in the root folder. Then you can import gpcp from anywhere.

gpcp is not ready yet, but if you want to try it you are free to use it.

Examples

Some simple examples are available in the examples/ folder.

Contributing

The roadmap is available on Trello. Now gpcp is not so ready to use it in projects but it will, if you find problems or want to give a suggestion please open an issue here.

About

A General Purpose Connection Protocol written in python 3

License:GNU General Public License v3.0


Languages

Language:Python 100.0%