Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created February 9, 2020 05:37
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/5649d7dda5439ae6a7905b0e284d8259 to your computer and use it in GitHub Desktop.
Save r-ryantm/5649d7dda5439ae6a7905b0e284d8259 to your computer and use it in GitHub Desktop.
/nix/store/gv5m0gjj678r3q0pb3jf9mhgrn4fzh30-python2.7-apprise-0.8.4
├── bin
│   └── apprise
├── lib
│   └── python2.7
│   └── site-packages
│   ├── apprise
│   │   ├── AppriseAsset.py
│   │   ├── AppriseAsset.pyc
│   │   ├── AppriseAttachment.py
│   │   ├── AppriseAttachment.pyc
│   │   ├── AppriseConfig.py
│   │   ├── AppriseConfig.pyc
│   │   ├── AppriseLocale.py
│   │   ├── AppriseLocale.pyc
│   │   ├── Apprise.py
│   │   ├── Apprise.pyc
│   │   ├── 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
│   │   │   ├── AttachBase.pyc
│   │   │   ├── AttachFile.py
│   │   │   ├── AttachFile.pyc
│   │   │   ├── AttachHTTP.py
│   │   │   ├── AttachHTTP.pyc
│   │   │   ├── __init__.py
│   │   │   └── __init__.pyc
│   │   ├── cli.py
│   │   ├── cli.pyc
│   │   ├── common.py
│   │   ├── common.pyc
│   │   ├── config
│   │   │   ├── ConfigBase.py
│   │   │   ├── ConfigBase.pyc
│   │   │   ├── ConfigFile.py
│   │   │   ├── ConfigFile.pyc
│   │   │   ├── ConfigHTTP.py
│   │   │   ├── ConfigHTTP.pyc
│   │   │   ├── ConfigMemory.py
│   │   │   ├── ConfigMemory.pyc
│   │   │   ├── __init__.py
│   │   │   └── __init__.pyc
│   │   ├── i18n
│   │   │   ├── en
│   │   │   │   └── LC_MESSAGES
│   │   │   │   └── apprise.mo
│   │   │   ├── __init__.py
│   │   │   └── __init__.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── logger.py
│   │   ├── logger.pyc
│   │   ├── plugins
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── NotifyBase.py
│   │   │   ├── NotifyBase.pyc
│   │   │   ├── NotifyBoxcar.py
│   │   │   ├── NotifyBoxcar.pyc
│   │   │   ├── NotifyClickSend.py
│   │   │   ├── NotifyClickSend.pyc
│   │   │   ├── NotifyD7Networks.py
│   │   │   ├── NotifyD7Networks.pyc
│   │   │   ├── NotifyDBus.py
│   │   │   ├── NotifyDBus.pyc
│   │   │   ├── NotifyDiscord.py
│   │   │   ├── NotifyDiscord.pyc
│   │   │   ├── NotifyEmail.py
│   │   │   ├── NotifyEmail.pyc
│   │   │   ├── NotifyEmby.py
│   │   │   ├── NotifyEmby.pyc
│   │   │   ├── NotifyEnigma2.py
│   │   │   ├── NotifyEnigma2.pyc
│   │   │   ├── NotifyFaast.py
│   │   │   ├── NotifyFaast.pyc
│   │   │   ├── NotifyFlock.py
│   │   │   ├── NotifyFlock.pyc
│   │   │   ├── NotifyGitter.py
│   │   │   ├── NotifyGitter.pyc
│   │   │   ├── NotifyGnome.py
│   │   │   ├── NotifyGnome.pyc
│   │   │   ├── NotifyGotify.py
│   │   │   ├── NotifyGotify.pyc
│   │   │   ├── NotifyGrowl
│   │   │   │   ├── gntp
│   │   │   │   │   ├── cli.py
│   │   │   │   │   ├── cli.pyc
│   │   │   │   │   ├── config.py
│   │   │   │   │   ├── config.pyc
│   │   │   │   │   ├── core.py
│   │   │   │   │   ├── core.pyc
│   │   │   │   │   ├── errors.py
│   │   │   │   │   ├── errors.pyc
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __init__.pyc
│   │   │   │   │   ├── notifier.py
│   │   │   │   │   ├── notifier.pyc
│   │   │   │   │   ├── shim.py
│   │   │   │   │   ├── shim.pyc
│   │   │   │   │   ├── version.py
│   │   │   │   │   └── version.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   └── __init__.pyc
│   │   │   ├── NotifyIFTTT.py
│   │   │   ├── NotifyIFTTT.pyc
│   │   │   ├── NotifyJoin.py
│   │   │   ├── NotifyJoin.pyc
│   │   │   ├── NotifyJSON.py
│   │   │   ├── NotifyJSON.pyc
│   │   │   ├── NotifyKavenegar.py
│   │   │   ├── NotifyKavenegar.pyc
│   │   │   ├── NotifyKumulos.py
│   │   │   ├── NotifyKumulos.pyc
│   │   │   ├── NotifyMailgun.py
│   │   │   ├── NotifyMailgun.pyc
│   │   │   ├── NotifyMatrix.py
│   │   │   ├── NotifyMatrix.pyc
│   │   │   ├── NotifyMatterMost.py
│   │   │   ├── NotifyMatterMost.pyc
│   │   │   ├── NotifyMessageBird.py
│   │   │   ├── NotifyMessageBird.pyc
│   │   │   ├── NotifyMSG91.py
│   │   │   ├── NotifyMSG91.pyc
│   │   │   ├── NotifyMSTeams.py
│   │   │   ├── NotifyMSTeams.pyc
│   │   │   ├── NotifyNexmo.py
│   │   │   ├── NotifyNexmo.pyc
│   │   │   ├── NotifyNextcloud.py
│   │   │   ├── NotifyNextcloud.pyc
│   │   │   ├── NotifyNotica.py
│   │   │   ├── NotifyNotica.pyc
│   │   │   ├── NotifyNotifico.py
│   │   │   ├── NotifyNotifico.pyc
│   │   │   ├── NotifyProwl.py
│   │   │   ├── NotifyProwl.pyc
│   │   │   ├── NotifyPushBullet.py
│   │   │   ├── NotifyPushBullet.pyc
│   │   │   ├── NotifyPushed.py
│   │   │   ├── NotifyPushed.pyc
│   │   │   ├── NotifyPushjet.py
│   │   │   ├── NotifyPushjet.pyc
│   │   │   ├── NotifyPushover.py
│   │   │   ├── NotifyPushover.pyc
│   │   │   ├── NotifyPushSafer.py
│   │   │   ├── NotifyPushSafer.pyc
│   │   │   ├── NotifyRocketChat.py
│   │   │   ├── NotifyRocketChat.pyc
│   │   │   ├── NotifyRyver.py
│   │   │   ├── NotifyRyver.pyc
│   │   │   ├── NotifySendGrid.py
│   │   │   ├── NotifySendGrid.pyc
│   │   │   ├── NotifySimplePush.py
│   │   │   ├── NotifySimplePush.pyc
│   │   │   ├── NotifySinch.py
│   │   │   ├── NotifySinch.pyc
│   │   │   ├── NotifySlack.py
│   │   │   ├── NotifySlack.pyc
│   │   │   ├── NotifySNS.py
│   │   │   ├── NotifySNS.pyc
│   │   │   ├── NotifySyslog.py
│   │   │   ├── NotifySyslog.pyc
│   │   │   ├── NotifyTechulusPush.py
│   │   │   ├── NotifyTechulusPush.pyc
│   │   │   ├── NotifyTelegram.py
│   │   │   ├── NotifyTelegram.pyc
│   │   │   ├── NotifyTwilio.py
│   │   │   ├── NotifyTwilio.pyc
│   │   │   ├── NotifyTwist.py
│   │   │   ├── NotifyTwist.pyc
│   │   │   ├── NotifyTwitter.py
│   │   │   ├── NotifyTwitter.pyc
│   │   │   ├── NotifyWebexTeams.py
│   │   │   ├── NotifyWebexTeams.pyc
│   │   │   ├── NotifyWindows.py
│   │   │   ├── NotifyWindows.pyc
│   │   │   ├── NotifyXBMC.py
│   │   │   ├── NotifyXBMC.pyc
│   │   │   ├── NotifyXML.py
│   │   │   ├── NotifyXML.pyc
│   │   │   ├── NotifyXMPP.py
│   │   │   ├── NotifyXMPP.pyc
│   │   │   ├── NotifyZulip.py
│   │   │   └── NotifyZulip.pyc
│   │   ├── URLBase.py
│   │   ├── URLBase.pyc
│   │   ├── utils.py
│   │   └── utils.pyc
│   └── apprise-0.8.4.dist-info
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
18 directories, 202 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment