An open API service indexing awesome lists of open source software.

https://github.com/ravi-prakash1907/cater

a python module to provide data sharing utility
https://github.com/ravi-prakash1907/cater

file-sharing package peer-to-peer pip python python3 testpypi

Last synced: 9 months ago
JSON representation

a python module to provide data sharing utility

Awesome Lists containing this project

README

          

# cater - 2.0 📤

A Python library for instent file sharing, based on TCP.

## What's New

Currently we are working to enhence the application and library with many new features.
Following are out current aims:
1. Make the sharing speed more presentable at sender's end
2. Compress/Extract feature if multiple files are to be shared
3. Atomatically detect the Broadcast IP and lunches the server smoothly

## Usage 🎯

```python
from cater import cater

# Demo: cater.app()
cater.app()
```

## Installation ⚠️

To install using **pip** from PyPi
```sh
pip install cater
```
To install from **github**

```sh
pip install git+https://github.com/ravi-prakash1907/cater.git
```

## Requirements 🌌

Support for Python 3.0 and greater.

## Development 🛎️
Source code is in cater. Start editing and Happy contributing! 🌟

## Running tests 🔥

```sh
python -m unittest
```

## Licence ✅

MIT. See LICENSE.md

-->

## Authors ✏️
`cater` was written by [`Ravi Prakash`](http://ravi-prakash1907.gitlab.io/).

---