Skip to main content

Some personal librarys for python (extended)

Project description

pythonUtils_ext

Some personal librarys for python. This module is heavier than "erlenberg" so it is separated.

Install instructions:

pip install erlenberg_ext

Usage instructions in python program:

import erlenberg_ext

cyphertext = erlenberg_ext.simpleCrypt.encrypt('text to encrypt', 'password')
print(cyphertext)

plaintext = erlenberg_ext.simpleCrypt.decrypt(cyphertext, 'password')
print(plaintext)

Usage instructions for the specific submodules (e.g. logHandler) can be found in the "information" directory.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

erlenberg_ext-3.1.tar.gz (3.9 kB view hashes)

Uploaded Source

Built Distribution

erlenberg_ext-3.1-py3-none-any.whl (5.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page