Skip to main content

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


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 hashes)

Uploaded Source

Built Distribution

azdo_wiki_tools-0.1.1-py3-none-any.whl (3.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page