https://github.com/agprojects/python-application
Basic building blocks for Python applications
https://github.com/agprojects/python-application
Last synced: 3 months ago
JSON representation
Basic building blocks for Python applications
- Host: GitHub
- URL: https://github.com/agprojects/python-application
- Owner: AGProjects
- License: other
- Created: 2016-01-04T07:55:40.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-03-04T18:00:09.000Z (over 5 years ago)
- Last Synced: 2025-04-15T06:49:46.241Z (3 months ago)
- Language: Python
- Homepage:
- Size: 987 KB
- Stars: 16
- Watchers: 9
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: LICENSE
Awesome Lists containing this project
README
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:
1. process - UNIX process and signal management.
2. python - python utility classes and functions.
3. configuration - a simple interface to handle configuration files.
4. log - an extensible system logger for console and syslog.
5. debug - memory troubleshooting and execution timing.
6. system - interaction with the underlying operating system.
7. notification - an application wide notification system.
8. version - manage version numbers for applications and packages.