Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 11 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,23 @@
# :llama: SQUAPE - Squish API Python Extension
![Squish - version](https://img.shields.io/badge/Squish-v6.7.0+-brightgreen)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/squape)
![PyPI - License](https://img.shields.io/pypi/l/squape)
# SQUAPE - Squish API Python Extension
Python package that extends Squish Python API. It provides tools for everyday automated test cases development.

### Requirements
To enjoy all the features of the SQUAPE package, you have to use it with Squish version 6.7.0 or newer.

### Installation
The packages are available on the Python Package Index (PyPI).
- The `squape-report` package includes methods that enrich Squish reporting and verifying capabilities

You can install them via `pip` with the following commands:
The package is available on the Python Package Index (PyPI).
You can install it via `pip` with the following commands:
```sh
pip install squape-report
pip install squape
```

### Content
The package consists of several modules:
- report - adds features to enhance the reporting and verification capabilities of Squish.

## Contribution
The package is created and maintained by [Cyber Alpaca](https://cyberalpaca.com/)
Pull requests for any issues are welcome.
Expand Down
4 changes: 2 additions & 2 deletions squape-report/pyproject.toml → pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ build-backend = "setuptools.build_meta"
[tool.setuptools.packages.find]
where = ["."]
include = ["squape"]
namespaces = true
namespaces = false

[project]
name = "squape-report"
name = "squape"
version = "0.1.0"
authors = [
{ name="Cyber Alpaca", email="contact@cyberalpaca.com" },
Expand Down
27 changes: 0 additions & 27 deletions squape-report/LICENSE

This file was deleted.

16 changes: 0 additions & 16 deletions squape-report/README.md

This file was deleted.

6 changes: 6 additions & 0 deletions squape/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# -*- coding: utf-8 -*-
#
# Copyright (c) 2023, Cyber Alpaca
# All rights reserved.
# This source code is licensed under the BSD-style license found in the
# LICENSE file in the root directory of this source tree.
File renamed without changes.
File renamed without changes.