Skip to content

Install

Installation is as simple as:

$ pip install petisco
---> 100%
Successfully installed petisco

This will install the latest version of petisco package ✌️ version

Base Requirements

  • meiga: A Python µframework that provides a simple, fully typed, monad-based result type.
  • pydantic: Data validation and settings management using Python type annotations.
  • requests: An elegant and simple HTTP library for Python, built for human beings.
  • pyjwt[crypto]: A Python library which allows you to encode and decode JSON Web Tokens (JWT). JWT is an open, industry-standard (RFC 7519) for representing claims securely between two parties.
  • validators: Python Data Validation for Humans
  • pyyaml: A full-featured YAML framework for the Python programming language.
  • loguru: Loguru is a library which aims to bring enjoyable logging in Python.

Extras

To install extras:

$ pip install petisco[sqlalchemy, redis, rabbitmq, slack, elastic, elastic-apm, fastapi, rich]
---> 100%
Successfully installed petisco