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
- Host: GitHub
- URL: https://github.com/ravi-prakash1907/cater
- Owner: ravi-prakash1907
- License: mit
- Created: 2021-03-28T14:07:43.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-24T17:41:12.000Z (almost 5 years ago)
- Last Synced: 2025-09-06T10:48:07.896Z (9 months ago)
- Topics: file-sharing, package, peer-to-peer, pip, python, python3, testpypi
- Language: Python
- Homepage: https://ravi-prakash1907.github.io/cater/
- Size: 70.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/).
---