Skip to content
/ pybtsync Public
forked from revchris/pybtsync

A Python module for the BitTorrent sync API

License

Notifications You must be signed in to change notification settings

c-pid/pybtsync

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pybtsync

tl;dr: A Python module for the BitTorrent Sync API.

This module enables the use of the BitTorrent Sync API through Python. Long term objective it to provide different levels of wrapping to the API. Currently the module only behaves as a thin library with added nicities (see documentation)

BitTorrent Sync

BitTorrent Sync by BitTorrent, Inc is a proprietary peer-to-peer file synchronization tool available for Windows, Mac, Linux, Android, iOS and BSD. It can sync files between devices on a local network, or between remote devices over the Internet via secure, distributed P2P technology.1

Documentation

Read the Docs

Dependencies

Below is the list of software which this

Installation

PyPI

Using the python package manager is the easiest way to get the module going:

> pip install pybtsync
> easy_install pybtsync

Trunk

To get the latest code you can clone this Github repository and run the setup script manually.

> git clone https://github.com/tiagomacarios/pybtsync.git
> cd pybtsync
> python setup.py

References


  1. http://en.wikipedia.org/wiki/BitTorrent_Sync

About

A Python module for the BitTorrent sync API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%