Metadata-Version: 2.1
Name: app-context
Version: 0.9.0
Summary: A small wrapper around announcing a data class with application information.
Home-page: https://github.com/carstencodes/app_context
Author: Carsten Igel
Author-email: cig@bite-that-bit.de
License: BSD-3-Clause
Description: # app_context
        
        A small library giving you information about the context your python application is running in.
        
        It contains the application entry point, i.e. the starting script, information about the current python interpreter and the packages that can be consumed in the current environment.
        
        ## Licensing
        
        This library is published under BSD-3-Clause license.
        
        ## Versioning
        
        This library follows semantic versioning 2.0. Any breaking change will produce a new major release. Versions below 1.0 are considered to have a unstable interface.
        
Keywords: application,platform,environment,development
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System
Classifier: Typing :: Typed
Requires-Python: >=3.7, < 4
Description-Content-Type: text/markdown
