Metadata-Version: 2.1
Name: milan
Version: 0.1.3
Summary: Browser testing and capturing tool
Author-email: Florian Scherf <mail@florianscherf.de>
License: MIT License
        
        Copyright (c) 2023 Florian Scherf
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
        
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: playwright <1.46,>=1.44
Requires-Dist: aiohttp ~=3.9.0
Requires-Dist: urllib3
Requires-Dist: simple-logging-setup
Requires-Dist: rlpython
Provides-Extra: dev
Requires-Dist: build ; extra == 'dev'
Requires-Dist: twine ; extra == 'dev'
Requires-Dist: tox ; extra == 'dev'
Requires-Dist: simple-logging-setup ; extra == 'dev'
Requires-Dist: debugpy ; extra == 'dev'
Requires-Dist: mkdocs ==1.6.0 ; extra == 'dev'
Requires-Dist: mkdocstrings[python] ==0.25.1 ; extra == 'dev'
Requires-Dist: mkdocs-material ==9.5.29 ; extra == 'dev'
Provides-Extra: docker
Requires-Dist: tox ==4.16.0 ; extra == 'docker'
Provides-Extra: test
Requires-Dist: coverage ==7.6.0 ; extra == 'test'
Requires-Dist: pytest ==8.3.1 ; extra == 'test'
Requires-Dist: pytest-timeout ==2.3.1 ; extra == 'test'
Requires-Dist: pytest-asyncio ==0.23.8 ; extra == 'test'
Requires-Dist: lona ==1.16.2 ; extra == 'test'
Requires-Dist: lona-picocss ==0.4.3 ; extra == 'test'

# Milan

[![ci](https://github.com/fscherf/milan/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/fscherf/milan/actions/workflows/ci.yml)
[![codecov](https://codecov.io/gh/fscherf/milan/graph/badge.svg?token=2VRXXVNCVU)](https://codecov.io/gh/fscherf/milan)
[![PyPI - Version](https://img.shields.io/pypi/v/milan)](https://pypi.org/project/milan/)
[![PyPI - License](https://img.shields.io/pypi/l/milan)](https://github.com/fscherf/milan/blob/master/LICENSE.txt)

milan is a Python based browser testing and capturing tool, designed for
end-to-end testing and for creating beautiful screenshots and video clips of
web applications. To do so, milan visually emultates one or more browser
windows and a cursor, in HTML and JavaScript.

![form-demo.gif](doc/docs/demos/form.gif)

**Documentation:** [pages.fscherf.de/milan/](https://pages.fscherf.de/milan/)
