Metadata-Version: 2.1
Name: sapp
Version: 0.4
Summary: Simple Application
Home-page: https://github.com/socek/sapp
Author: Dominik "Socek" Długajczyk
Author-email: msocek@gmail.com
License: MIT
Keywords: application,settings
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7


Simple Application
------------------

About this project

This project will help starting an application, which needs to have initialization
step at the beginning (for example: for gathering settings) and use them in many
places/endpoints.
For example, normally you would need to use two separate mechanism for settings
in celery application and web application, because you should not use web
application startup in the celery app. This package provide sollution for this
problem.

More info on GitHub: https://github.com/socek/sapp


