File tree Expand file tree Collapse file tree 7 files changed +19
-51
lines changed Expand file tree Collapse file tree 7 files changed +19
-51
lines changed Original file line number Diff line number Diff line change 1- # :llama : SQUAPE - Squish API Python Extension
1+ ![ Squish - version] ( https://img.shields.io/badge/Squish-v6.7.0+-brightgreen )
2+ ![ PyPI - Python Version] ( https://img.shields.io/pypi/pyversions/squape )
3+ ![ PyPI - License] ( https://img.shields.io/pypi/l/squape )
4+ # SQUAPE - Squish API Python Extension
25Python package that extends Squish Python API. It provides tools for everyday automated test cases development.
36
47### Requirements
58To enjoy all the features of the SQUAPE package, you have to use it with Squish version 6.7.0 or newer.
69
710### Installation
8- The packages are available on the Python Package Index (PyPI).
9- - The ` squape-report ` package includes methods that enrich Squish reporting and verifying capabilities
10-
11- You can install them via ` pip ` with the following commands:
11+ The package is available on the Python Package Index (PyPI).
12+ You can install it via ` pip ` with the following commands:
1213``` sh
13- pip install squape-report
14+ pip install squape
1415```
1516
17+ ### Content
18+ The package consists of several modules:
19+ - report - adds features to enhance the reporting and verification capabilities of Squish.
20+
1621## Contribution
1722The package is created and maintained by [ Cyber Alpaca] ( https://cyberalpaca.com/ )
1823Pull requests for any issues are welcome.
Original file line number Diff line number Diff line change @@ -7,10 +7,10 @@ build-backend = "setuptools.build_meta"
77[tool .setuptools .packages .find ]
88where = [" ." ]
99include = [" squape" ]
10- namespaces = true
10+ namespaces = false
1111
1212[project ]
13- name = " squape-report "
13+ name = " squape"
1414version = " 0.1.0"
1515authors = [
1616 {
name =
" Cyber Alpaca" ,
email =
" [email protected] " },
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ # -*- coding: utf-8 -*-
2+ #
3+ # Copyright (c) 2023, Cyber Alpaca
4+ # All rights reserved.
5+ # This source code is licensed under the BSD-style license found in the
6+ # LICENSE file in the root directory of this source tree.
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments