-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpyproject.toml
More file actions
50 lines (47 loc) · 1.29 KB
/
Copy pathpyproject.toml
File metadata and controls
50 lines (47 loc) · 1.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
[project]
name = "barsapi"
version = "2.0"
dependencies = [
"aiohttp==3.11.13",
"fake-useragent==2.1.0",
]
requires-python = ">=3.11"
authors = [
{name="askiphy", email="durovam06@gmail.com"},
{name="iamlostshe", email="vanamelcikov7275@gmail.com"}
]
maintainers = [
{name="askiphy", email="durovam06@gmail.com"},
]
description = "Library to get data from Bars School Diary"
readme = "README.md"
license = "MIT"
license-files = ["LICENSE"]
keywords = [
"school", "школа",
"diary", "дневник",
"pars", "parser", "парсер",
"parsing", "парсинг",
"api", "апи"
]
classifiers = [
"Development Status :: 5 - Production/Stable",
"Framework :: aiohttp",
"Framework :: AsyncIO",
"License :: OSI Approved :: MIT License",
"Topic :: Internet :: WWW/HTTP :: Dynamic Content :: News/Diary",
"Topic :: Text Processing :: Markup :: Markdown",
"Typing :: Typed"
]
[project.urls]
Homepage = "https://github.com/askiphy/BarsAPI"
# Documentation = "https://readthedocs.org"
Repository = "https://github.com/askiphy/BarsAPI.git"
"Bug Tracker" = "https://github.com/askiphy/BarsAPI/issues"
Changelog = "https://github.com/askiphy/BarsAPI/CHANGELOG.md"
[tool.ruff]
select = ["ALL"]
preview = true