Suggestions
See original GitHub issueLooking good.
Suggestions…
Rename folder /apprise/var
to /assets
Make dir /assets/images/
Move images into /assets/images/
Rename /bin
to something else (perhaps app
) given that the .py file in there is text, not binary.
That way, core /apprise/*
contains purely required files for function that can be easily copied/upgraded into some project, where the assets folder is by default linked in via a class file that can be overridden by some project tailored assets without the need to include unnecessary default assets.
As an idea, for example
from apprise import assets
class SomeProjectAssets(AppriseAssets):
self.image1 = /path/to/someproject/image
self.image2 = /path/to/someproject/image2
The goal here is to maintain core apprise folder pure so that a copy of that folder into some project is as clean as possible without superfluous files.
Good luck with this, I’m sure many will come to use it.
Issue Analytics
- State:
- Created 6 years ago
- Reactions:1
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Suggestion Definition & Meaning - Merriam-Webster
a · the act or process of suggesting ; b · something (as a thought or plan) that is suggested.
Read more >Suggestion - Definition, Meaning & Synonyms | Vocabulary.com
A suggestion is an idea someone proposes. You can accept or reject a suggestion. When someone gives an order — like in the...
Read more >SUGGESTION | definition in the Cambridge English Dictionary
an idea, plan, or action that is suggested or the act of suggesting it: I don't know what to wear tonight - do...
Read more >85 Synonyms & Antonyms for SUGGESTIONS - Thesaurus.com
Find 85 ways to say SUGGESTIONS, along with antonyms, related words, and example sentences at Thesaurus.com, the world's most trusted free thesaurus.
Read more >Suggestion - Wikipedia
Suggestion is the psychological process by which a person guides their own or another person's desired thoughts, feelings, and behaviors by presenting ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I think i’m going to close this ticket if you don’t mind; i just reached 100% code coverage! woohoo! 🎉 🎉 😄 .
Thanks for your suggestion again to do this; i’ll migrate this into NZB-Notify next (but will probably wait until sometime in the new year to do it. Happy holidays!
Just wanted to say, great work on the eyeopening email unit tests 😉