Skip to main content

Cifrazia Action Transport System for Python

Project description

CATS Python

Cifrazia Action Transport System

Requirements

  • Python ^3.9
  • Tornado ^6.1
  • Sentry SDK ^1.1.0
  • uJSON ^4.0.2
  • PyTZ ^2021.1

Extras

  • django
    • Django ^2.2 (optional)
    • Django Rest Framework ^3.12.4 (optional)

Installation

Install via Poetry

poetry add cats-python

With Django support:

poetry add cats-python[django]

[WIP] Protocol declaration

Compression

Compression algorithms

0x00 No compression

All payload in not compressed (unless the payload itself is a compressed data)

0x01 GZip

Payload compressed with GZip at level 6

0x02 ZLib

Payload compressed with ZLib DEFLATE method at level 6

Additional header with Adler32 checksum provided {"Adler32": 1235323}

Project details


Release history Release notifications | RSS feed

Download files

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

Source Distribution

cats-python-0.3.14.tar.gz (24.5 kB view hashes)

Uploaded Source

Built Distribution

cats_python-0.3.14-py3-none-any.whl (31.4 kB view hashes)

Uploaded Python 3

Supported by

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