🚧 WIP: Begin exploring the GitLab API

- add PrettyTable for display

This commit is very much WIP. Just some inital playing
with the API.

Eventually this should lead to a tool that will export at a
minimum the wiki and issues for a project.

First though, I need to get a feel for how the API works.
This commit is contained in:
Neill Cox 2023-10-23 20:36:23 +11:00
parent 1d2a91b0af
commit 6343ee6db3
2 changed files with 158 additions and 6 deletions

View file

@ -17,7 +17,8 @@ classifiers = [
"Operating System :: OS Independent",
]
dependencies = [
"requests"
"prettytable",
"requests",
]
[project.urls]