All Projects → edavis → transmission-fluid

edavis / transmission-fluid

Licence: other
A Python wrapper around Transmission's RPC interface

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to transmission-fluid

transmission-rpc-java
Java implementation of the Transmission RPC API.
Stars: ✭ 33 (-10.81%)
Mutual labels:  transmission, rpc
beems
a bee-queue based minimalist toolkit for building fast, decentralized, scalable and fault tolerant microservices
Stars: ✭ 33 (-10.81%)
Mutual labels:  rpc
libnvc
Easy way to embed (neo)vim in your application
Stars: ✭ 32 (-13.51%)
Mutual labels:  rpc
jigsaw-rpc
jigsaw-rpc is an RPC framework written in TypeScript under Node.js
Stars: ✭ 14 (-62.16%)
Mutual labels:  rpc
SuperSimpleTcp
Simple wrapper for TCP client and server in C# with SSL support
Stars: ✭ 263 (+610.81%)
Mutual labels:  rpc
rpc2socks
Post-exploit tool that enables a SOCKS tunnel via a Windows host using an extensible custom RPC proto over SMB through a named pipe.
Stars: ✭ 126 (+240.54%)
Mutual labels:  rpc
htk8s
HTPC services running on Kubernetes
Stars: ✭ 69 (+86.49%)
Mutual labels:  transmission
RPCScan
Tool to communicate with RPC services and check misconfigurations on NFS shares
Stars: ✭ 53 (+43.24%)
Mutual labels:  rpc
muxrpc
lightweight multiplexed rpc
Stars: ✭ 96 (+159.46%)
Mutual labels:  rpc
grpc-express
gRPC express based web reverse proxy
Stars: ✭ 19 (-48.65%)
Mutual labels:  rpc
hrpc
Common interface definition based rpc implementation
Stars: ✭ 21 (-43.24%)
Mutual labels:  rpc
micro-service-practice
OpenStack+Docker+RestAPI+OAuth/HMAC+RabbitMQ/ZMQ+OpenResty/HAProxy/Nginx/APIGateway+Bootstrap/AngularJS+Ansible+K8S/Mesos/Marathon构建/探索微服务最佳实践。
Stars: ✭ 25 (-32.43%)
Mutual labels:  rpc
tide
Minimal Transmission CLI client
Stars: ✭ 49 (+32.43%)
Mutual labels:  transmission
frodo
A code generator that turns plain old Go services into RPC-enabled (micro)services with robust HTTP APIs.
Stars: ✭ 21 (-43.24%)
Mutual labels:  rpc
near-jsonrpc-client-rs
Lower-level API for interfacing with the NEAR Protocol via JSONRPC.
Stars: ✭ 32 (-13.51%)
Mutual labels:  rpc
thrift-typescript
Generate TypeScript from Thrift IDL files
Stars: ✭ 129 (+248.65%)
Mutual labels:  rpc
Ether1
Official Go implementation of The Etho Protocol
Stars: ✭ 41 (+10.81%)
Mutual labels:  rpc
doteasy.rpc
Inspired by microservices, a lightweight framework that looks like a rabbit, based on NET Core 2.0 Standard 2 core library
Stars: ✭ 62 (+67.57%)
Mutual labels:  rpc
Spooky
An HttpClient based Json RPC 2.0/XML-RPC client for .Net.
Stars: ✭ 16 (-56.76%)
Mutual labels:  rpc
SeedTruck
Torrent management app for iOS, macOS, tvOS and watchOS made in SwiftUI 2. Same codebase for all platforms!
Stars: ✭ 25 (-32.43%)
Mutual labels:  transmission

transmission-fluid

Travis-CI build status

A Python wrapper around the Transmission BitTorrent client's RPC interface.

>>> from transmission import Transmission
>>> client = Transmission()
>>> response = client('torrent-get', ids=1, fields=['name'])
>>> response['torrents']
[{u'name': u'torrent 1'}]

Complete documentation available on ReadTheDocs.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].