Skip to main content

Collection of wrapper libraries for rapid development of python applications

Project description

Documentation Status

This library is created to wrap other popular libraries and extend their functionalities for rapid development of python applications. Includes configuration management compatible with all other modules provided in pywrapid.

Extend functionality as you wish by wrapping the modules and/or inheriting the classes.

Features

pywrapid.config

Config classes that can be used through out the various pywrapid modules or as a stand alone config management util. Currently only yaml configs is supported, with more file types in the roadmap. (Feel free to contribute with additional sypport.)

We intend to at least support the following file types:
  • YAML

  • TOML*

  • INI*

  • JSON*

  • KeyValue*

(* Not implemented yet but planned)

Two general config classes is provided: ApplicationConfig and ConfigSubSection Both inherits the WrapidConfig class and exposes the configuration data as a dict under the “cfg” propery.

The ApplicationConfig class can be used to explore config location for default config location and common config location for Mac, Linux and Windows.

The exploration functionality can be used standalone using ApplicationConfig.application_config_location().

Simplicity is king and you can therefore use parts as you wish, or adopt wrapid config concept as a whole.

Dependencies

  • PyYAML

### pywrapid.webclient Extends the well known requests library. Principle behind the web client is to give you one base that can be used in the same manner regardless of the mix and match between Authorization and Authentication methods used by the API/website. If a new version of the API your client consumes comes out with a different authentication method, you should only have to instanciate a different class to match the API and have it work again.

Gives you a generic web client class you can use as a base for your client creations.

Credential types:

  • No authentication

  • Basic Auth

  • x509

Authorization types:

  • NONE

  • BASIC

  • BEARER

  • JWT

  • OAUTH2

pywrapid.log

Helper functions for setting up and controlling the defacto standard logging framework “logging”.

Allows you to easily configure logging handlers (currently only console and file) on a per module basis.

Gives your application a similar configuration principle to djangos log management, where you can control logging for each import or derived modules. You can specify different log level or formats per module and per handler. Propagation to parent will not take place for modules you specify, giving you the control, while also being able to capture undefined child loggers.

See documentation for more information.

Dependencies

  • pyjwt

Exceptions

Each sub library comes with pywrapid exceptions. The exceptions will normalize multiple wrapped libraries/tools and extend with additional generic exceptions.

Dependencies

  • pyyaml

  • requests

  • pyjwt

Needed softwares

  • python3.x

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

pywrapid-0.3.1.tar.gz (38.9 kB view details)

Uploaded Source

Built Distribution

pywrapid-0.3.1-py3-none-any.whl (22.1 kB view details)

Uploaded Python 3

File details

Details for the file pywrapid-0.3.1.tar.gz.

File metadata

  • Download URL: pywrapid-0.3.1.tar.gz
  • Upload date:
  • Size: 38.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.18

File hashes

Hashes for pywrapid-0.3.1.tar.gz
Algorithm Hash digest
SHA256 7afcbd21c64001ddfa4772c953d99240cd137019f442f9ce01a5347b6512311a
MD5 0da0f22efd7279e5540c8dcaf70ad06b
BLAKE2b-256 aa34d0e8814554eef258d440a65c4a91c01eed96e61863dbb077664ad030f2bf

See more details on using hashes here.

File details

Details for the file pywrapid-0.3.1-py3-none-any.whl.

File metadata

  • Download URL: pywrapid-0.3.1-py3-none-any.whl
  • Upload date:
  • Size: 22.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.18

File hashes

Hashes for pywrapid-0.3.1-py3-none-any.whl
Algorithm Hash digest
SHA256 1ab81f6f2f6b84bff331e3ac4c5775eb14815d41b766ff13569f26bc2ba741ee
MD5 e01b6c004edcb7e7da0a9a398764138b
BLAKE2b-256 a4eb9500e3df9d7ad137f27937b5153673c14f68cb9a43b084d8275e0365c460

See more details on using hashes here.

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