A collection of tools that consume data from Azure DevOps Wikis.
Project description
Usage Example
if __name__ == "__main__":
ORGANIZATION = "<your organization>"
PROJECT = "<your project>"
WIKI_IDENTIFIER = "<your wiki identifier>"
PAT = os.getenv("AZURE_DEVOPS_PAT")
wiki_extractor = AzureDevOpsWikiExtractor(ORGANIZATION, PROJECT, WIKI_IDENTIFIER, PAT)
urls = wiki_extractor.get_wiki_page_urls()
for url in urls:
print(url)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
azdo_wiki_tools-0.1.1.tar.gz
(2.4 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file azdo_wiki_tools-0.1.1.tar.gz.
File metadata
- Download URL: azdo_wiki_tools-0.1.1.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.2 CPython/3.12.2 Linux/6.5.0-1017-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
29c7bbe75f984a81d28a000e86ed58dcf6ff281d53d925c499138923bd17ba86
|
|
| MD5 |
14180760f88d8e3fd1a71709542b4369
|
|
| BLAKE2b-256 |
087aa83b1d9b93f5fe3abd6641f1b33adbdb813392d3405470b668c46b74bafe
|
File details
Details for the file azdo_wiki_tools-0.1.1-py3-none-any.whl.
File metadata
- Download URL: azdo_wiki_tools-0.1.1-py3-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.2 CPython/3.12.2 Linux/6.5.0-1017-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a2e0c9771be599c34344acee3823d2fb2d5d736cea18fb3a43316201f0f9c2a8
|
|
| MD5 |
7c1cc7beb6b1cd7498e58d105b4e7fc2
|
|
| BLAKE2b-256 |
bbe2f4607d83cbe9885dbebc8f96a37957fd0284981b683293179fb07145e3e1
|