Metadata-Version: 2.0
Name: pysocketftp-eba
Version: 0.0.1
Summary: Final projet to icog devtools course
Home-page: https://git.icog-labs.com/eba-alemayehu/Final-project
Author: Eba Alemayehu
Author-email: ebaalemayhu3@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=2.0
Description-Content-Type: text/markdown


# iCog course development tools final project
## Socket file transfer program
> Author: **Eba Alemayehu**
___
## Introduction 

In general this parogram is used to transfer file form the client to the server by using socket. The program uses both C and python programming languages. The c programm makes the socket connection and the python program wrap the c shared liberary and use the methods defined in the library to transfer file to the server. 

This paogram is packaged in wheele file and it is available in pip installer. 


