Metadata-Version: 2.1
Name: rikki
Version: 0.0.19
Summary: A small runner script which allows to run behaviour tests backed by proxy
Home-page: https://github.com/yamsergey/rikki
Author: Sergey Yamshchikov
Author-email: yamsergey@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: allure-behave (>=2.8.5)
Requires-Dist: allure-python-commons (>=2.8.5)
Requires-Dist: Appium-Python-Client (>=0.47)
Requires-Dist: asn1crypto (>=0.24.0)
Requires-Dist: attrs (>=19.1.0)
Requires-Dist: behave (>=1.2.6)
Requires-Dist: bleach (>=3.1.0)
Requires-Dist: blinker (>=1.4)
Requires-Dist: brotlipy (>=0.7.0)
Requires-Dist: certifi (>=2019.6.16)
Requires-Dist: cffi (>=1.12.3)
Requires-Dist: chardet (>=3.0.4)
Requires-Dist: click (>=6.7)
Requires-Dist: codecov (>=2.0.15)
Requires-Dist: coverage (>=4.5.4)
Requires-Dist: cryptography (>=2.3.1)
Requires-Dist: docutils (>=0.15.2)
Requires-Dist: h11 (>=0.7.0)
Requires-Dist: h2 (>=3.1.1)
Requires-Dist: hpack (>=3.0.0)
Requires-Dist: hyperframe (>=5.2.0)
Requires-Dist: idna (>=2.8)
Requires-Dist: importlib-metadata (>=0.23)
Requires-Dist: kaitaistruct (>=0.8)
Requires-Dist: ldap3 (>=2.5.2)
Requires-Dist: mitmproxy (>=4.0.4)
Requires-Dist: more-itertools (>=7.2.0)
Requires-Dist: nose (>=1.3.7)
Requires-Dist: parse (>=1.12.1)
Requires-Dist: parse-type (>=0.5.2)
Requires-Dist: passlib (>=1.7.1)
Requires-Dist: pkginfo (>=1.5.0.1)
Requires-Dist: pluggy (>=0.13.0)
Requires-Dist: pyasn1 (>=0.4.6)
Requires-Dist: pycparser (>=2.19)
Requires-Dist: Pygments (>=2.4.2)
Requires-Dist: pyOpenSSL (>=18.0.0)
Requires-Dist: pyparsing (>=2.2.2)
Requires-Dist: pyperclip (>=1.6.5)
Requires-Dist: readme-renderer (>=24.0)
Requires-Dist: requests (>=2.22.0)
Requires-Dist: requests-toolbelt (>=0.9.1)
Requires-Dist: ruamel.yaml (>=0.15.100)
Requires-Dist: selenium (>=3.141.0)
Requires-Dist: six (>=1.12.0)
Requires-Dist: sortedcontainers (>=2.0.5)
Requires-Dist: tornado (>=5.1.1)
Requires-Dist: tqdm (>=4.35.0)
Requires-Dist: twine (>=1.13.0)
Requires-Dist: urllib3 (>=1.25.3)
Requires-Dist: urwid (>=2.0.1)
Requires-Dist: webencodings (>=0.5.1)
Requires-Dist: wsproto (>=0.11.0)
Requires-Dist: zipp (>=0.6.0)

[![CircleCI](https://circleci.com/gh/yamsergey/rikki.svg?style=svg&circle-token=a3ff3d7f5da08b8af00e14b5f704d375855f5685)](https://circleci.com/gh/yamsergey/rikki) [![PyPI version](https://badge.fury.io/py/rikki.svg)](https://badge.fury.io/py/rikki)

# Rikki - complicated testing environment 

This project it's set of tools and utilities which allow to run behavioral tests backed up by a proxy. The configuration allows to tests things that couldn't be automated before:

- Ads implementations 
- In-app Tracking
- GDPR complaints
- And more

## Dependencies 
Currently the project use Behave and Mitmproxy.




