Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (5.8%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

Basic Info
  • Host: GitHub
  • Owner: LumexAI
  • License: mit
  • Language: Python
  • Default Branch: main
  • Size: 1.41 MB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created about 1 year ago · Last pushed about 1 year ago
Metadata Files
Readme Changelog Contributing License Citation

README.rst

#######
Lumex
#######

**Lumex** creates a unique bridge between fragmented ideas and virtual intelligent networks
written in Python 3.8+ using
`asyncio `_ and
`aiohttp `_.


Features
========

- Asynchronous (`asyncio docs `_, :pep:`492`)
- Has type hints (:pep:`484`) and can be used with `mypy `_
- Supports `PyPy `_
- Supports `Telegram Bot API 8.2 `_ and gets fast updates to the latest versions of the Bot API
- Telegram Bot API integration code was `autogenerated`_ and can be easily re-generated when API gets updated
- Updates router (Blueprints)
- Has Finite State Machine
- Uses powerful `magic filters `_
- Middlewares (incoming updates and API calls)
- Provides `Replies into Webhook `_
- Integrated I18n/L10n support with GNU Gettext (or Fluent)


.. warning::

    It is strongly advised that you have prior experience working
    with `asyncio `_
    before beginning to use **Lumex**.

Owner

  • Login: LumexAI
  • Kind: user

Citation (CITATION.cff)

# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!

cff-version: 1.2.0
title: aiogram
message: >-
  If you use this software, please cite it using the
  metadata from this file.
type: software
authors:
  - given-names: Oleksandr
    family-names: Onufriichuk
    email: im@aiogram.dev
repository-code: 'https://github.com/aiogram/aiogram'
url: 'https://aiogram.dev'
abstract: >-
  aiogram is a modern and fully asynchronous framework for
  Telegram Bot API written in Python using asyncio
keywords:
  - aiogram
  - telegram
  - bot
license: MIT

GitHub Events

Total
  • Create event: 2
Last Year
  • Create event: 2

Dependencies

tests/docker-compose.yml docker
  • mongo 7.0.6
  • redis 6-alpine
pyproject.toml pypi
  • aiofiles >=23.2.1,<24.2
  • aiohttp >=3.9.0,<3.12
  • certifi >=2023.7.22
  • magic-filter >=1.0.12,<1.1
  • pydantic >=2.4.1,<2.11
  • typing-extensions >=4.7.0,<=5.0