dtPyAppFramework

View on PyPIReverse Dependencies (0)

1.1 dtPyAppFramework-1.1-py3-none-any.whl

Wheel Details

Project: dtPyAppFramework
Version: 1.1
Filename: dtPyAppFramework-1.1-py3-none-any.whl
Download: [link]
Size: 26175
MD5: f40d603b85f6a8d2f8b23046e1703b8a
SHA256: 875dfb1c1d87296aaffbcbda598609ef5c18a363b5e03ed2050b6570b1268d57
Uploaded: 2024-03-05 11:24:24 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: dtPyAppFramework
Version: 1.1
Summary: A Python library for common features in application development.
Author-Email: Digital-Thought <dev[at]digital-thought.org>
Maintainer-Email: Digital-Thought <dev[at]digital-thought.org>
Project-Url: Homepage, https://github.com/Digital-Thought/dtPyAppFramework
Project-Url: Repository, https://github.com/Digital-Thought/dtPyAppFramework
Project-Url: Documentation, https://dtpyappframework.readthedocs.io
License: MIT License Copyright (c) 2024 Digital-Thought Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Keywords: framework,logging,secrets,settings
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: License :: OSI Approved :: The Unlicense (Unlicense)
Classifier: Topic :: Security
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Systems Administration
Classifier: Topic :: Utilities
Requires-Python: >=3.9
Requires-Dist: PyYaml
Requires-Dist: colorlog
Requires-Dist: psutil
Requires-Dist: pybase64
Requires-Dist: boto3
Requires-Dist: cryptography (==39.0.2)
Requires-Dist: azure-identity
Requires-Dist: azure-keyvault-secrets
Requires-Dist: pykeystore
Requires-Dist: pytest-mock
Requires-Dist: pytest-watch
Requires-Dist: pytest
Description-Content-Type: text/markdown
License-File: LICENCE.txt
[Description omitted; length: 3428 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.42.0)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
dtPyAppFramework/__init__.py sha256=dQ5U_DKoCfM2TQlBgTAKvqBXUGKeNFXKtLy6xSkPKuk 353
dtPyAppFramework/application.py sha256=Am5epMsu_y40CmUJYhW4zjAAf_mp1ueNODIyHDEIPYw 4543
dtPyAppFramework/version.dat sha256=sF4kR2Kx5HK-iak4AMw-4yZ0POy1WYS_EoE63bjeZtA 3
dtPyAppFramework/decorators/__init__.py sha256=Pz_vhygfuAfDOqdyxO-w9m3guyHeSWDCZjUFbfTmyjM 1048
dtPyAppFramework/logging/__init__.py sha256=TV-WoJw_sLE2UcVpoIkvMFTA-NDeGL0VHylt5VMiT3c 5613
dtPyAppFramework/logging/default_logging.py sha256=zQFUJlcp2tGRebflKqpvI-TZMoa6LGe4NVINTrSHG1Q 2355
dtPyAppFramework/misc/__init__.py sha256=txctX2sHl15BW2uQ4KW4aX3rPyt15ufqQRkJ62pDgEg 510
dtPyAppFramework/paths/__init__.py sha256=EuzO0H4l4HzSZkbmgaNGc8R13OPG00ezoFy0tIZ0fBc 6163
dtPyAppFramework/process/__init__.py sha256=7PtcdHqx7EFmTTwvUhhnBV-hsMiH3qcWciLJiacElfU 7666
dtPyAppFramework/process/multiprocessing.py sha256=iSk_fHhMotgoN1bGHrjGqlqLGjlpePPy1hAEocb9OQg 4905
dtPyAppFramework/resources/__init__.py sha256=KhBrYDzIDsiScSZtsYRM951j0lim6ugit21zi-59pAE 2300
dtPyAppFramework/settings/__init__.py sha256=0lVZsUtvxQ-btYF1HkCw3isU-AmT993Niy2EeLyMNnA 5591
dtPyAppFramework/settings/settings_reader.py sha256=lkIPoluRygmhCLBbz1DlFhk7hqs8J4Wt7L9sGhr96vE 2200
dtPyAppFramework/settings/secrets/__init__.py sha256=w3OG1wKC1lZhvw3Of22etTcmSavQJ_rC8YEFlKTXgZE 6462
dtPyAppFramework/settings/secrets/aws_secret_store.py sha256=YAkUKvukf_oE6mXbP7XAOgc4lvk4xaF5Eh5YW9RiVfM 5510
dtPyAppFramework/settings/secrets/azure_secret_store.py sha256=e9Bt4zFxgT9NfyI_5fyKAk0XhQM333moeZOAa-oo5ZI 6027
dtPyAppFramework/settings/secrets/local_secret_store.py sha256=2IBfABWl45zrWQKzw6lyk0SnOvCz2w9D8AX6_zAqBnQ 6096
dtPyAppFramework/settings/secrets/secret_store.py sha256=NT86haIc48K1OoDxT57D9nFCFDXj-SG4g8WKm5QzGfQ 4713
dtPyAppFramework-1.1.dist-info/LICENCE.txt sha256=Mvt5wkOkst8VGlk48vwN3CgHwMHLfmplKSPOUEbTfOw 1071
dtPyAppFramework-1.1.dist-info/METADATA sha256=ifOOuLgfFF2MZpsYSTbAHagtmDVKBHYY85Ar8FjrGFQ 6398
dtPyAppFramework-1.1.dist-info/WHEEL sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM 92
dtPyAppFramework-1.1.dist-info/top_level.txt sha256=maWiEUvQ39O5lLLE4dRpDVYm66YlzuYPbgEdXV9-KaA 17
dtPyAppFramework-1.1.dist-info/RECORD

top_level.txt

dtPyAppFramework