aboutsummaryrefslogtreecommitdiff
path: root/python/python3-application/README
diff options
context:
space:
mode:
authorLockywolf <for_sbo.python3-application_2023-09-21@lockywolf.net>2023-09-23 10:11:02 +0900
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-09-23 11:33:33 +0700
commit349c3b789ab4014e6449fdfccca9d4ca1e9cb4db (patch)
tree26a993d23fa7f2f7956d107c2f9a2849d8913376 /python/python3-application/README
parent81270030228a26911509c6b4edfd26229589d6e5 (diff)
python/python3-application: Added (python application library).
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-application/README')
-rw-r--r--python/python3-application/README20
1 files changed, 20 insertions, 0 deletions
diff --git a/python/python3-application/README b/python/python3-application/README
new file mode 100644
index 0000000000..643981cc98
--- /dev/null
+++ b/python/python3-application/README
@@ -0,0 +1,20 @@
+Python bindings for UNIX/POSIX.
+
+This package is a collection of modules that are useful when building
+python applications. Their purpose is to eliminate the need to divert
+resources into implementing the small tasks that every application
+needs to do in order to run successfully and focus instead on the
+application logic itself.
+
+The modules that the application package provides are:
+
+ process - UNIX process and signal management.
+ python - python utility classes and functions.
+ configuration - a simple interface to handle configuration files.
+ log - an extensible system logger for console and syslog.
+ debug - memory troubleshooting and execution timing.
+ system - interaction with the underlying operating system.
+ notification - an application wide notification system.
+ version - manage version numbers for applications and packages.
+
+