Skip to main content

Transfer Protocol client implemented in python.

Project description

https://github.com/GoDjango-Development/tfprotocol_client_py/actions/workflows/push-master.yml/badge.svg?branch=master https://github.com/GoDjango-Development/tfprotocol_client_py/actions/workflows/push-pull.yml/badge.svg https://img.shields.io/badge/Maintained%3F-yes-green.svg https://img.shields.io/github/issues/lagcleaner/tfprotocol_client_py.svg https://img.shields.io/github/issues-closed/lagcleaner/tfprotocol_client_py.svg

Introduction

The especifications for the Transference Protocol is available in this repository.

Installation :floppy_disk:

https://img.shields.io/pypi/v/tfprotocol-client.svg

The package is available at pypi, to be installed from pip with the next command:

pip install tfprotocol_client

A Simple Example :memo:

To use the Transference Protocol through this library, you must create an instance of TfProtocol with the specified parameters and have an online server to connect to.

from tfprotocol_client.misc.constants import RESPONSE_LOGGER
from tfprotocol_client.tfprotocol import TfProtocol

ADDRESS = 'tfproto.expresscuba.com'
PORT = 10345
clienthash = '<clienthash>'
publickey = '<publickey>'

proto = TfProtocol('0.0', publickey, clienthash, ADDRESS, PORT)
proto.connect()
proto.echo_command('Hello World', response_handler=RESPONSE_LOGGER)
proto.disconnect()

For Contributors :wrench:

https://img.shields.io/github/contributors/lagcleaner/tfprotocol_client_py.svg

Development Environment Installation :computer:

To set up the development environment, all you need as a prerequisite is to have Python 2.7 or 3.5+ and poetry installed. If you need to install poetry follow these steps and come back.

With this in mind, to install the necessary dependencies and create a python environment for this project, proceed to run the following command in the root directory of the project.

poetry install

Project Structure :open_file_folder:

This library is made up of 5 folders and the particular implementations of the TfProtocolSuper class, the folders are structured as follows:

  • connection: where all socket and low-level communication is located.

  • models where the complex objects used all over the package are defined.

  • security where is implemented the methods and classes to encrypt and decrypt the messages for communication and also the utils for do the hashing stuff where is needed.

  • misc to hold all utils and not related to any other folder concept.

  • extensions where are all the extensions for the Transfer Protocol Client .

Here the visual schema for all the classes and his relations with others:

class relations

Publishing :rocket:

To publish the package you need to run the following command in the root directory of the package:

poetry publish
https://img.shields.io/badge/Ask%20me-anything-1abc9c.svg

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tfprotocol_client-1.2.2.tar.gz (46.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

tfprotocol_client-1.2.2-py3-none-any.whl (60.9 kB view details)

Uploaded Python 3

File details

Details for the file tfprotocol_client-1.2.2.tar.gz.

File metadata

  • Download URL: tfprotocol_client-1.2.2.tar.gz
  • Upload date:
  • Size: 46.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.14

File hashes

Hashes for tfprotocol_client-1.2.2.tar.gz
Algorithm Hash digest
SHA256 517fd850c036b442b3451c98556199b7c43d0ca092f7a260f27f607c5745020a
MD5 4eb250b0b394e975ba51cbd3d4886520
BLAKE2b-256 ffbc93363885aff3ea8766e5335fb2f87071ddae527255aecc85c7fa07a9675b

See more details on using hashes here.

File details

Details for the file tfprotocol_client-1.2.2-py3-none-any.whl.

File metadata

File hashes

Hashes for tfprotocol_client-1.2.2-py3-none-any.whl
Algorithm Hash digest
SHA256 6372d2fa94a785b2fc48bcb9509bc24767343d5f34a84125e9a9a3926e866142
MD5 008e25235297063ee7e536b87593eb95
BLAKE2b-256 3ab59ba3cdf7d593c3486151d1d252f285d66a8b47e2f9e5017c71ba962fe69e

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page