Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
python3-module-altrepo
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kirill Unitsaev
python3-module-altrepo
Commits
ead56bb9
Verified
Commit
ead56bb9
authored
Apr 03, 2026
by
Kirill Unitsaev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
release: v0.3.0
parent
b2eeabd8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
2 deletions
+8
-2
pyproject.toml
pyproject.toml
+8
-2
No files found.
pyproject.toml
View file @
ead56bb9
[project]
[project]
name
=
"altrepo"
name
=
"altrepo"
version
=
"0.
2
.0"
version
=
"0.
3
.0"
description
=
"Async client for ALT Linux repository services (rdb API, packages parser, AppStream)"
description
=
"Async client for ALT Linux repository services (rdb API, packages parser, AppStream
, Taskoteka
)"
authors
=
[
authors
=
[
{name
=
"Kirill Unitsaev"
,
email
=
"fiersik@altlinux.org"
}
{name
=
"Kirill Unitsaev"
,
email
=
"fiersik@altlinux.org"
}
]
]
...
@@ -22,6 +22,12 @@ repository = "https://gitlab.eterfund.ru/fiersik/python3-module-altrepo"
...
@@ -22,6 +22,12 @@ repository = "https://gitlab.eterfund.ru/fiersik/python3-module-altrepo"
[tool.poetry]
[tool.poetry]
packages
=
[
{include
=
"altrepo"
}
]
packages
=
[
{include
=
"altrepo"
}
]
[dependency-groups]
dev
=
[
"pytest>=9.0"
,
"pytest-asyncio>=1.0"
,
]
[build-system]
[build-system]
requires
=
["poetry-core>=2.0.0,<3.0.0"]
requires
=
["poetry-core>=2.0.0,<3.0.0"]
build-backend
=
"poetry.core.masonry.api"
build-backend
=
"poetry.core.masonry.api"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment