Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created October 28, 2020 05:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/e7ac70b12b9ccea4fa9331ff93d45540 to your computer and use it in GitHub Desktop.
Save r-ryantm/e7ac70b12b9ccea4fa9331ff93d45540 to your computer and use it in GitHub Desktop.
/nix/store/yp1p7061m9bya301lpdzkbivv6r75ck8-python3.7-apprise-0.8.9
├── bin
│   └── apprise
├── lib
│   └── python3.7
│   └── site-packages
│   ├── apprise
│   │   ├── AppriseAsset.py
│   │   ├── AppriseAttachment.py
│   │   ├── AppriseConfig.py
│   │   ├── AppriseLocale.py
│   │   ├── Apprise.py
│   │   ├── assets
│   │   │   ├── NotifyXML-1.0.xsd
│   │   │   └── themes
│   │   │   └── default
│   │   │   ├── apprise-failure-128x128.ico
│   │   │   ├── apprise-failure-128x128.png
│   │   │   ├── apprise-failure-256x256.png
│   │   │   ├── apprise-failure-32x32.png
│   │   │   ├── apprise-failure-72x72.png
│   │   │   ├── apprise-info-128x128.ico
│   │   │   ├── apprise-info-128x128.png
│   │   │   ├── apprise-info-256x256.png
│   │   │   ├── apprise-info-32x32.png
│   │   │   ├── apprise-info-72x72.png
│   │   │   ├── apprise-logo.png
│   │   │   ├── apprise-success-128x128.ico
│   │   │   ├── apprise-success-128x128.png
│   │   │   ├── apprise-success-256x256.png
│   │   │   ├── apprise-success-32x32.png
│   │   │   ├── apprise-success-72x72.png
│   │   │   ├── apprise-warning-128x128.ico
│   │   │   ├── apprise-warning-128x128.png
│   │   │   ├── apprise-warning-256x256.png
│   │   │   ├── apprise-warning-32x32.png
│   │   │   └── apprise-warning-72x72.png
│   │   ├── attachment
│   │   │   ├── AttachBase.py
│   │   │   ├── AttachFile.py
│   │   │   ├── AttachHTTP.py
│   │   │   ├── __init__.py
│   │   │   └── __pycache__
│   │   │   ├── AttachBase.cpython-37.pyc
│   │   │   ├── AttachFile.cpython-37.pyc
│   │   │   ├── AttachHTTP.cpython-37.pyc
│   │   │   └── __init__.cpython-37.pyc
│   │   ├── cli.py
│   │   ├── common.py
│   │   ├── config
│   │   │   ├── ConfigBase.py
│   │   │   ├── ConfigFile.py
│   │   │   ├── ConfigHTTP.py
│   │   │   ├── ConfigMemory.py
│   │   │   ├── __init__.py
│   │   │   └── __pycache__
│   │   │   ├── ConfigBase.cpython-37.pyc
│   │   │   ├── ConfigFile.cpython-37.pyc
│   │   │   ├── ConfigHTTP.cpython-37.pyc
│   │   │   ├── ConfigMemory.cpython-37.pyc
│   │   │   └── __init__.cpython-37.pyc
│   │   ├── i18n
│   │   │   ├── en
│   │   │   │   └── LC_MESSAGES
│   │   │   │   └── apprise.mo
│   │   │   ├── __init__.py
│   │   │   └── __pycache__
│   │   │   └── __init__.cpython-37.pyc
│   │   ├── __init__.py
│   │   ├── logger.py
│   │   ├── plugins
│   │   │   ├── __init__.py
│   │   │   ├── NotifyBase.py
│   │   │   ├── NotifyBoxcar.py
│   │   │   ├── NotifyClickSend.py
│   │   │   ├── NotifyD7Networks.py
│   │   │   ├── NotifyDBus.py
│   │   │   ├── NotifyDiscord.py
│   │   │   ├── NotifyEmail.py
│   │   │   ├── NotifyEmby.py
│   │   │   ├── NotifyEnigma2.py
│   │   │   ├── NotifyFaast.py
│   │   │   ├── NotifyFlock.py
│   │   │   ├── NotifyGitter.py
│   │   │   ├── NotifyGnome.py
│   │   │   ├── NotifyGotify.py
│   │   │   ├── NotifyGrowl.py
│   │   │   ├── NotifyIFTTT.py
│   │   │   ├── NotifyJoin.py
│   │   │   ├── NotifyJSON.py
│   │   │   ├── NotifyKavenegar.py
│   │   │   ├── NotifyKumulos.py
│   │   │   ├── NotifyLametric.py
│   │   │   ├── NotifyMacOSX.py
│   │   │   ├── NotifyMailgun.py
│   │   │   ├── NotifyMatrix.py
│   │   │   ├── NotifyMatterMost.py
│   │   │   ├── NotifyMessageBird.py
│   │   │   ├── NotifyMSG91.py
│   │   │   ├── NotifyMSTeams.py
│   │   │   ├── NotifyNexmo.py
│   │   │   ├── NotifyNextcloud.py
│   │   │   ├── NotifyNotica.py
│   │   │   ├── NotifyNotifico.py
│   │   │   ├── NotifyOffice365.py
│   │   │   ├── NotifyPopcornNotify.py
│   │   │   ├── NotifyProwl.py
│   │   │   ├── NotifyPushBullet.py
│   │   │   ├── NotifyPushed.py
│   │   │   ├── NotifyPushjet.py
│   │   │   ├── NotifyPushover.py
│   │   │   ├── NotifyPushSafer.py
│   │   │   ├── NotifyRocketChat.py
│   │   │   ├── NotifyRyver.py
│   │   │   ├── NotifySendGrid.py
│   │   │   ├── NotifySimplePush.py
│   │   │   ├── NotifySinch.py
│   │   │   ├── NotifySlack.py
│   │   │   ├── NotifySNS.py
│   │   │   ├── NotifySparkPost.py
│   │   │   ├── NotifySpontit.py
│   │   │   ├── NotifySyslog.py
│   │   │   ├── NotifyTechulusPush.py
│   │   │   ├── NotifyTelegram.py
│   │   │   ├── NotifyTwilio.py
│   │   │   ├── NotifyTwist.py
│   │   │   ├── NotifyTwitter.py
│   │   │   ├── NotifyWebexTeams.py
│   │   │   ├── NotifyWindows.py
│   │   │   ├── NotifyXBMC.py
│   │   │   ├── NotifyXML.py
│   │   │   ├── NotifyXMPP
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   └── SleekXmppAdapter.cpython-37.pyc
│   │   │   │   └── SleekXmppAdapter.py
│   │   │   ├── NotifyZulip.py
│   │   │   └── __pycache__
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── NotifyBase.cpython-37.pyc
│   │   │   ├── NotifyBoxcar.cpython-37.pyc
│   │   │   ├── NotifyClickSend.cpython-37.pyc
│   │   │   ├── NotifyD7Networks.cpython-37.pyc
│   │   │   ├── NotifyDBus.cpython-37.pyc
│   │   │   ├── NotifyDiscord.cpython-37.pyc
│   │   │   ├── NotifyEmail.cpython-37.pyc
│   │   │   ├── NotifyEmby.cpython-37.pyc
│   │   │   ├── NotifyEnigma2.cpython-37.pyc
│   │   │   ├── NotifyFaast.cpython-37.pyc
│   │   │   ├── NotifyFlock.cpython-37.pyc
│   │   │   ├── NotifyGitter.cpython-37.pyc
│   │   │   ├── NotifyGnome.cpython-37.pyc
│   │   │   ├── NotifyGotify.cpython-37.pyc
│   │   │   ├── NotifyGrowl.cpython-37.pyc
│   │   │   ├── NotifyIFTTT.cpython-37.pyc
│   │   │   ├── NotifyJoin.cpython-37.pyc
│   │   │   ├── NotifyJSON.cpython-37.pyc
│   │   │   ├── NotifyKavenegar.cpython-37.pyc
│   │   │   ├── NotifyKumulos.cpython-37.pyc
│   │   │   ├── NotifyLametric.cpython-37.pyc
│   │   │   ├── NotifyMacOSX.cpython-37.pyc
│   │   │   ├── NotifyMailgun.cpython-37.pyc
│   │   │   ├── NotifyMatrix.cpython-37.pyc
│   │   │   ├── NotifyMatterMost.cpython-37.pyc
│   │   │   ├── NotifyMessageBird.cpython-37.pyc
│   │   │   ├── NotifyMSG91.cpython-37.pyc
│   │   │   ├── NotifyMSTeams.cpython-37.pyc
│   │   │   ├── NotifyNexmo.cpython-37.pyc
│   │   │   ├── NotifyNextcloud.cpython-37.pyc
│   │   │   ├── NotifyNotica.cpython-37.pyc
│   │   │   ├── NotifyNotifico.cpython-37.pyc
│   │   │   ├── NotifyOffice365.cpython-37.pyc
│   │   │   ├── NotifyPopcornNotify.cpython-37.pyc
│   │   │   ├── NotifyProwl.cpython-37.pyc
│   │   │   ├── NotifyPushBullet.cpython-37.pyc
│   │   │   ├── NotifyPushed.cpython-37.pyc
│   │   │   ├── NotifyPushjet.cpython-37.pyc
│   │   │   ├── NotifyPushover.cpython-37.pyc
│   │   │   ├── NotifyPushSafer.cpython-37.pyc
│   │   │   ├── NotifyRocketChat.cpython-37.pyc
│   │   │   ├── NotifyRyver.cpython-37.pyc
│   │   │   ├── NotifySendGrid.cpython-37.pyc
│   │   │   ├── NotifySimplePush.cpython-37.pyc
│   │   │   ├── NotifySinch.cpython-37.pyc
│   │   │   ├── NotifySlack.cpython-37.pyc
│   │   │   ├── NotifySNS.cpython-37.pyc
│   │   │   ├── NotifySparkPost.cpython-37.pyc
│   │   │   ├── NotifySpontit.cpython-37.pyc
│   │   │   ├── NotifySyslog.cpython-37.pyc
│   │   │   ├── NotifyTechulusPush.cpython-37.pyc
│   │   │   ├── NotifyTelegram.cpython-37.pyc
│   │   │   ├── NotifyTwilio.cpython-37.pyc
│   │   │   ├── NotifyTwist.cpython-37.pyc
│   │   │   ├── NotifyTwitter.cpython-37.pyc
│   │   │   ├── NotifyWebexTeams.cpython-37.pyc
│   │   │   ├── NotifyWindows.cpython-37.pyc
│   │   │   ├── NotifyXBMC.cpython-37.pyc
│   │   │   ├── NotifyXML.cpython-37.pyc
│   │   │   └── NotifyZulip.cpython-37.pyc
│   │   ├── py3compat
│   │   │   ├── asyncio.py
│   │   │   ├── __init__.py
│   │   │   └── __pycache__
│   │   │   ├── asyncio.cpython-37.pyc
│   │   │   └── __init__.cpython-37.pyc
│   │   ├── __pycache__
│   │   │   ├── AppriseAsset.cpython-37.pyc
│   │   │   ├── AppriseAttachment.cpython-37.pyc
│   │   │   ├── AppriseConfig.cpython-37.pyc
│   │   │   ├── Apprise.cpython-37.pyc
│   │   │   ├── AppriseLocale.cpython-37.pyc
│   │   │   ├── cli.cpython-37.pyc
│   │   │   ├── common.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── logger.cpython-37.pyc
│   │   │   ├── URLBase.cpython-37.pyc
│   │   │   └── utils.cpython-37.pyc
│   │   ├── URLBase.py
│   │   └── utils.py
│   └── apprise-0.8.9.dist-info
│   ├── direct_url.json
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
25 directories, 205 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment