Skip to content

Commit

Permalink
docs: Change README language
Browse files Browse the repository at this point in the history
  • Loading branch information
lxmnk committed Apr 20, 2022
1 parent 5e40c1e commit ff8acce
Showing 1 changed file with 11 additions and 19 deletions.
30 changes: 11 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,37 +1,29 @@
# pybotx

*A python library for building bots and smartapps for eXpress messenger.*
*Библиотека для создания чат-ботов и SmartApps для мессенджера eXpress*

[![PyPI version](https://badge.fury.io/py/botx.svg)](https://badge.fury.io/py/pybotx)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pybotx)
[![Coverage](https://codecov.io/gh/ExpressApp/pybotx/branch/master/graph/badge.svg)](https://codecov.io/gh/ExpressApp/pybotx/branch/master)
[![Code style](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)


## Features
## Особенности

* Designed to be easy to use
* Simple integration with async web-frameworks
* Support middlewares for command, command-collector and bot
* 100% test coverage
* 100% type annotated codebase
* Простая для использования
* Поддерживает коллбэки BotX
* Легко интегрируется с асинхронными веб-фреймворками
* Полное покрытие тестами
* Полное покрытие аннотациями типов


## Documentation
## Установка

Documentation will be here: <https://expressapp.github.io/pybotx/>
For now, pls contact eXpress team, we'll help you.

**Note:** Available only in Russian language


## Installation

Install pybotx using `pip`:
Используя `pip`:

```bash
pip install git+https://github.com/ExpressApp/pybotx.git
```

**Note:** This project is under active development (`0.y.z`) and its API may be
unstable.
**Предупреждение:** Данный проект находится в активной разработке (`0.y.z`) и
его API может быть изменён при повышении минорной версии.

1 comment on commit ff8acce

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉 Published on https://pybotx.netlify.app as production
🚀 Deployed on https://625fdebc0d896f7a48f8f8f1--pybotx.netlify.app

Please sign in to comment.