Python Atlassian Browser by @macwinnie

This is the documentation overview for Atlassian Browser project by @macwinnie.

To install this package, please run:

        pip install macwinnie_atlassianbrowse
            

Given this .env file in working directory ...:

        CONFLUENCE_URL="https://confluence.domain.tld/"
        CONFLUENCE_USER="sysadmin-user"
        CONFLUENCE_PASS="$uper?3cre#"
            

... one could run the Confluence automation like that:

        from macwinnie_atlassianbrowse.Atlassian import Confluence
        c = Confluence()
        c.login()
        c.webSudo()
            

The Sourcecode of the package can be found on GitHub, the documentation you currently are reading can be found at GitHub Pages and was last updated on Sat Aug 27 14:19:31 UTC 2022.

Feel free to inspect the specific module documentations: