Skip to content

Latest commit

 

History

History
56 lines (36 loc) · 1.31 KB

README.md

File metadata and controls

56 lines (36 loc) · 1.31 KB

linked-services

PyPI - Version PyPI - Python Version


Table of Contents

What does this

Linked Services was made by 4geeks.com to manage communication between multiple services and microservices, it manages specifically communications between pairwise services, so, if only two services share the same key, a request just could has two emisors, the other service and itself. It was designed to replace the signature algorithms because them are significally slower.

Installation

You should install linked-services with a few optional dependencies running:

pip install linked-services[django,requests,aiohttp]

Optional dependencies

django

  • django
  • djangorestframework
  • celery-task-manager[django]
  • adrf

requests

  • requests
  • brotli

httpx

  • httpx
  • httpcore
  • h11
  • idna
  • brotli

aiohttp

  • aiohttp
  • aiodns
  • brotli

License

linked-services is distributed under the terms of the LGPL 3.0 license.