From 349c3b789ab4014e6449fdfccca9d4ca1e9cb4db Mon Sep 17 00:00:00 2001 From: Lockywolf Date: Sat, 23 Sep 2023 10:11:02 +0900 Subject: python/python3-application: Added (python application library). Signed-off-by: Andrew Clemons Signed-off-by: Willy Sudiarto Raharjo --- python/python3-application/slack-desc | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 python/python3-application/slack-desc (limited to 'python/python3-application/slack-desc') diff --git a/python/python3-application/slack-desc b/python/python3-application/slack-desc new file mode 100644 index 0000000000..d1efbf28b3 --- /dev/null +++ b/python/python3-application/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +python3-application: python3-application (Python application library) +python3-application: +python3-application: This package is a collection of modules that are useful when building +python3-application: python applications. Their purpose is to eliminate the need to divert +python3-application: resources into implementing the small tasks that every application +python3-application: needs to do in order to run successfully and focus instead on the +python3-application: application logic itself. +python3-application: +python3-application: Homepage: https://github.com/AGProjects/python3-application +python3-application: +python3-application: -- cgit v1.2.3