117503445 / message-pusher-python-sdk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Overview

Python SDK for message-pusher

This project was generated with cookiecutter using jacebrowning/template-python.

Unix Build Status Windows Build Status Coverage Status Scrutinizer Code Quality PyPI License PyPI Version PyPI Downloads

Setup

Requirements

  • Python 3.10+

Installation

Install it directly into an activated virtual environment:

$ pip install message-pusher-sdk

or add it to your Poetry project:

$ poetry add message-pusher-sdk

Usage

After installation, the package can be imported:

$ python
>>> import message_pusher_sdk
>>> message_pusher_sdk.__version__
pytest

About

License:Other


Languages

Language:Python 74.0%Language:Makefile 26.0%