mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
* Add CITATION.cff for automatic academic citation A `CITATION.cff` file has been added to the project to facilitate the generation of accurate academic citations directly from the GitHub page. This allows users to easily copy the citation and paste it into their academic papers. The file includes the project's information like title, authors, repository code, url, keywords, and license. * Fixed category name
23 lines
593 B
YAML
23 lines
593 B
YAML
# 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: O
|
|
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
|