manen 0.3.0.dev1__tar.gz → 0.3.0.dev2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {manen-0.3.0.dev1 → manen-0.3.0.dev2}/PKG-INFO +7 -5
- {manen-0.3.0.dev1 → manen-0.3.0.dev2}/README.md +6 -4
- {manen-0.3.0.dev1 → manen-0.3.0.dev2}/manen/__init__.py +1 -1
- {manen-0.3.0.dev1 → manen-0.3.0.dev2}/.github/workflows/build-documentation.yml +0 -0
- {manen-0.3.0.dev1 → manen-0.3.0.dev2}/.github/workflows/deploy-package.yml +0 -0
- {manen-0.3.0.dev1 → manen-0.3.0.dev2}/.github/workflows/test-package.yml +0 -0
- {manen-0.3.0.dev1 → manen-0.3.0.dev2}/.gitignore +0 -0
- {manen-0.3.0.dev1 → manen-0.3.0.dev2}/.rstcheck.cfg +0 -0
- {manen-0.3.0.dev1 → manen-0.3.0.dev2}/CHANGELOG.md +0 -0
- {manen-0.3.0.dev1 → manen-0.3.0.dev2}/LICENSE +0 -0
- {manen-0.3.0.dev1 → manen-0.3.0.dev2}/docs/Makefile +0 -0
- {manen-0.3.0.dev1 → manen-0.3.0.dev2}/docs/assets/screenshot_pypi_home.png +0 -0
- {manen-0.3.0.dev1 → manen-0.3.0.dev2}/docs/assets/screenshot_pypi_search_results.png +0 -0
- {manen-0.3.0.dev1 → manen-0.3.0.dev2}/docs/make.bat +0 -0
- {manen-0.3.0.dev1 → manen-0.3.0.dev2}/docs/source/_static/favicon.png +0 -0
- {manen-0.3.0.dev1 → manen-0.3.0.dev2}/docs/source/_static/manen_logo.png +0 -0
- {manen-0.3.0.dev1 → manen-0.3.0.dev2}/docs/source/_static/manen_logo_xs.png +0 -0
- {manen-0.3.0.dev1 → manen-0.3.0.dev2}/docs/source/_static/theme_override.css +0 -0
- {manen-0.3.0.dev1 → manen-0.3.0.dev2}/docs/source/about.rst +0 -0
- {manen-0.3.0.dev1 → manen-0.3.0.dev2}/docs/source/changelog.rst +0 -0
- {manen-0.3.0.dev1 → manen-0.3.0.dev2}/docs/source/conf.py +0 -0
- {manen-0.3.0.dev1 → manen-0.3.0.dev2}/docs/source/contributing.rst +0 -0
- {manen-0.3.0.dev1 → manen-0.3.0.dev2}/docs/source/index.rst +0 -0
- {manen-0.3.0.dev1 → manen-0.3.0.dev2}/docs/source/installation.rst +0 -0
- {manen-0.3.0.dev1 → manen-0.3.0.dev2}/docs/source/manen/manen.browser.rst +0 -0
- {manen-0.3.0.dev1 → manen-0.3.0.dev2}/docs/source/manen/manen.exceptions.rst +0 -0
- {manen-0.3.0.dev1 → manen-0.3.0.dev2}/docs/source/manen/manen.finder.rst +0 -0
- {manen-0.3.0.dev1 → manen-0.3.0.dev2}/docs/source/manen/manen.helpers.rst +0 -0
- {manen-0.3.0.dev1 → manen-0.3.0.dev2}/docs/source/manen/manen.page_object_model.dom.rst +0 -0
- {manen-0.3.0.dev1 → manen-0.3.0.dev2}/docs/source/manen/manen.page_object_model.element.rst +0 -0
- {manen-0.3.0.dev1 → manen-0.3.0.dev2}/docs/source/manen/manen.page_object_model.rst +0 -0
- {manen-0.3.0.dev1 → manen-0.3.0.dev2}/docs/source/manen/manen.page_object_model.webarea.rst +0 -0
- {manen-0.3.0.dev1 → manen-0.3.0.dev2}/docs/source/manen/manen.rst +0 -0
- {manen-0.3.0.dev1 → manen-0.3.0.dev2}/docs/source/user_guide/browser.ipynb +0 -0
- {manen-0.3.0.dev1 → manen-0.3.0.dev2}/docs/source/user_guide/dom_exploration.ipynb +0 -0
- {manen-0.3.0.dev1 → manen-0.3.0.dev2}/docs/source/user_guide/page_object_model.ipynb +0 -0
- {manen-0.3.0.dev1 → manen-0.3.0.dev2}/docs/source/user_guide.rst +0 -0
- {manen-0.3.0.dev1 → manen-0.3.0.dev2}/manen/browser.py +0 -0
- {manen-0.3.0.dev1 → manen-0.3.0.dev2}/manen/exceptions.py +0 -0
- {manen-0.3.0.dev1 → manen-0.3.0.dev2}/manen/finder.py +0 -0
- {manen-0.3.0.dev1 → manen-0.3.0.dev2}/manen/helpers.py +0 -0
- {manen-0.3.0.dev1 → manen-0.3.0.dev2}/manen/page_object_model/__init__.py +0 -0
- {manen-0.3.0.dev1 → manen-0.3.0.dev2}/manen/page_object_model/dom.py +0 -0
- {manen-0.3.0.dev1 → manen-0.3.0.dev2}/manen/page_object_model/element.py +0 -0
- {manen-0.3.0.dev1 → manen-0.3.0.dev2}/manen/page_object_model/webarea.py +0 -0
- {manen-0.3.0.dev1 → manen-0.3.0.dev2}/manen/typing.py +0 -0
- {manen-0.3.0.dev1 → manen-0.3.0.dev2}/pyproject.toml +0 -0
- {manen-0.3.0.dev1 → manen-0.3.0.dev2}/requirements-dev.lock +0 -0
- {manen-0.3.0.dev1 → manen-0.3.0.dev2}/requirements.lock +0 -0
- {manen-0.3.0.dev1 → manen-0.3.0.dev2}/tests/__init__.py +0 -0
- {manen-0.3.0.dev1 → manen-0.3.0.dev2}/tests/assets/page.yaml +0 -0
- {manen-0.3.0.dev1 → manen-0.3.0.dev2}/tests/assets/page_test_basic.jinja.html +0 -0
- {manen-0.3.0.dev1 → manen-0.3.0.dev2}/tests/test_finder.py +0 -0
- {manen-0.3.0.dev1 → manen-0.3.0.dev2}/tests/test_helpers.py +0 -0
- {manen-0.3.0.dev1 → manen-0.3.0.dev2}/tests/test_imports.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: manen
|
|
3
|
-
Version: 0.3.0.
|
|
3
|
+
Version: 0.3.0.dev2
|
|
4
4
|
Summary: An implementation of the Page Object Model design pattern, and other utilities for web scraping and automation.
|
|
5
5
|
Project-URL: Changes, https://kodaho.github.io/manen/changelog.html
|
|
6
6
|
Project-URL: Documentation, https://kodaho.github.io/manen/
|
|
@@ -45,11 +45,13 @@ Description-Content-Type: text/markdown
|
|
|
45
45
|
---
|
|
46
46
|
|
|
47
47
|
<p align="center">
|
|
48
|
-
<a href="https://pypi.org/project/manen">PyPI
|
|
48
|
+
<a href="https://pypi.org/project/manen">PyPI</a>
|
|
49
49
|
・
|
|
50
50
|
<a href="https://kodaho.github.io/manen/">Documentation</a>
|
|
51
51
|
・
|
|
52
|
-
<a href="https://github.
|
|
52
|
+
<a href="https://kodaho.github.io/manen/changelog.html">Changelog</a>
|
|
53
|
+
・
|
|
54
|
+
<a href="https://github.com/kodaho/manen/issues">Issue tracker</a>
|
|
53
55
|
</p>
|
|
54
56
|
|
|
55
57
|
Manen is a package built to enhance developer experience when using Selenium. Among the core
|
|
@@ -190,8 +192,8 @@ print(page.results[0].model_dump())
|
|
|
190
192
|
> [!TIP]
|
|
191
193
|
> Other DOM elements are also implemented, such as `ImageSrc`, `Input`, `Checkbox`... Each one of
|
|
192
194
|
> them is used to target a specific attribute from a DOM element and enable interaction with it,
|
|
193
|
-
> in a flawless Pythonic way. Check the [documentation](https://kodaho.github.io/manen/)
|
|
194
|
-
>
|
|
195
|
+
> in a flawless Pythonic way. Check the [documentation](https://kodaho.github.io/manen/user_guide/page_object_model.html#List-of-available-elements)
|
|
196
|
+
> for the list of available elements.
|
|
195
197
|
|
|
196
198
|
Let's finally close the Selenium WebDriver to avoid any remaining running applications once we
|
|
197
199
|
exit the Python program.
|
|
@@ -20,11 +20,13 @@
|
|
|
20
20
|
---
|
|
21
21
|
|
|
22
22
|
<p align="center">
|
|
23
|
-
<a href="https://pypi.org/project/manen">PyPI
|
|
23
|
+
<a href="https://pypi.org/project/manen">PyPI</a>
|
|
24
24
|
・
|
|
25
25
|
<a href="https://kodaho.github.io/manen/">Documentation</a>
|
|
26
26
|
・
|
|
27
|
-
<a href="https://github.
|
|
27
|
+
<a href="https://kodaho.github.io/manen/changelog.html">Changelog</a>
|
|
28
|
+
・
|
|
29
|
+
<a href="https://github.com/kodaho/manen/issues">Issue tracker</a>
|
|
28
30
|
</p>
|
|
29
31
|
|
|
30
32
|
Manen is a package built to enhance developer experience when using Selenium. Among the core
|
|
@@ -165,8 +167,8 @@ print(page.results[0].model_dump())
|
|
|
165
167
|
> [!TIP]
|
|
166
168
|
> Other DOM elements are also implemented, such as `ImageSrc`, `Input`, `Checkbox`... Each one of
|
|
167
169
|
> them is used to target a specific attribute from a DOM element and enable interaction with it,
|
|
168
|
-
> in a flawless Pythonic way. Check the [documentation](https://kodaho.github.io/manen/)
|
|
169
|
-
>
|
|
170
|
+
> in a flawless Pythonic way. Check the [documentation](https://kodaho.github.io/manen/user_guide/page_object_model.html#List-of-available-elements)
|
|
171
|
+
> for the list of available elements.
|
|
170
172
|
|
|
171
173
|
Let's finally close the Selenium WebDriver to avoid any remaining running applications once we
|
|
172
174
|
exit the Python program.
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|