Skip to main content

QA utils library provides methods compatibility with all python versions

Project description

Issues on Github Pull Request opened on Github Release version on Github Release date on Github

Code Metrics by sonarqube

Quality Gate Lines Bugs Vulnerabilities Code Smells Debt ratio Comments

Python tested versions

3.6

3.5

3.4

3.3

3.2

2.7

Supported

Supported

Supported

Not Supported

Not Supported

Supported

How to install ?

    1. Install from PIP file : pip install qautils

    1. Install from setup.py file : python setup.py install

How to exec tests ?

    1. Tests from setup.py file : python setup.py test

Getting Started

Just starting example of usage before read Usage Guide.

from qautils.files import settings


# file_path = './' by default
SETTINGS = settings(
    file_path="/home/user/config/dir/",
    file_name="settings.json"
)
KEY_TO_CHECK = "some_json_key_name"


try:
    print(SETTINGS[KEY_TO_CHECK])
except Exception as err:
    print("ERROR: {}".format(err))
finally:
    bot.close()

Contributing

We welcome contributions to qautils! These are the many ways you can help:

  • Submit patches and features

  • Make qautils ( new updates for community )

  • Improve the documentation for qautils

  • Report bugs

  • And donate !

Please read our documentation to get started. Also note that this project is released with a code-of-conduct , please make sure to review and follow it.

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

qautils-0.0.2.tar.gz (28.0 kB view details)

Uploaded Source

File details

Details for the file qautils-0.0.2.tar.gz.

File metadata

  • Download URL: qautils-0.0.2.tar.gz
  • Upload date:
  • Size: 28.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for qautils-0.0.2.tar.gz
Algorithm Hash digest
SHA256 ccfd701ae3aee184e3bcfb65d323938336446f9f89a7199a645125ba9c6fe154
MD5 91eda84d78e2f7358de6e7b0a076d29e
BLAKE2b-256 7e139a05f8ba2c7fea6cbf1025e85e4b2649ac6eb08c41427f1e330ab05039f7

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