Metadata-Version: 2.1
Name: unixsocketcs
Version: 0.0.3
Summary: Higher level lib to create unix domain socket server and client
Home-page: https://github.com/hellstein/py-unix-socket-cs
Author: phoenix.lv
Author-email: phoenix.grey0108@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

<p align="center">
  <img width="250" src="LOGO">
</p>

<h1 align="center"> Unix Socket higher-level python lib </h1>
<p align="center">
  <b>Framework of unix socket for creating a client-server pair</b>
</p>
<br>

[![GitHub release](https://img.shields.io/github/release/hellstein/py-unix-socket-cs.svg)](https://github.com/hellstein/py-unix-socket-cs/releases)
![Github All Releases](https://img.shields.io/github/downloads/hellstein/py-unix-socket-cs/total.svg)
![Travis (.org) branch](https://img.shields.io/travis/hellstein/py-unix-socket-cs/BRANCH.svg)
![GitHub](https://img.shields.io/github/license/hellstein/py-unix-socket-cs.svg)

# How to use 
Please check the [github page](https://hellstein.github.io/py-unix-socket-cs) for this project.

# How to contribute
* Please check the [github page](https://hellstein.github.io/py-unix-socket-cs) for this project.
* Join the [gitter](https://gitter.im/py-unix-socket-cs/community)

# Logistics
### Code of conduct
For details on our [code of conduct](https://github.com/hellstein/py-unix-socket-cs/blob/master/.github/CODE_OF_CONDUCT.md), and the process for submitting pull requests to us.
### Versioning
We use [SemVer](http://semver.org/) for versioning. For the versions available, see the tags on this repository
### Authors
* **dorrywhale** - *Initial work* - [dorrywhale](https://github.com/dorrywhale)
* See also the list of [contributors](https://github.com/hellstein/py-unix-socket-cs/graphs/contributors) who participated in this project.
### Acknowledgments
See [Acknowledgments](https://github.com/hellstein/py-unix-socket-cs/blob/master/.github/ACKNOWLEDGMENTS.md)
### License
This project is licensed under the MIT License - see the [LICENSE.md](https://github.com/hellstein/py-unix-socket-cs/blob/master/LICENSE.md) file for details


