manen 0.3.0.dev0__tar.gz → 0.3.0.dev1__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.dev0 → manen-0.3.0.dev1}/PKG-INFO +3 -3
- {manen-0.3.0.dev0 → manen-0.3.0.dev1}/README.md +2 -2
- {manen-0.3.0.dev0 → manen-0.3.0.dev1}/manen/__init__.py +1 -1
- {manen-0.3.0.dev0 → manen-0.3.0.dev1}/.github/workflows/build-documentation.yml +0 -0
- {manen-0.3.0.dev0 → manen-0.3.0.dev1}/.github/workflows/deploy-package.yml +0 -0
- {manen-0.3.0.dev0 → manen-0.3.0.dev1}/.github/workflows/test-package.yml +0 -0
- {manen-0.3.0.dev0 → manen-0.3.0.dev1}/.gitignore +0 -0
- {manen-0.3.0.dev0 → manen-0.3.0.dev1}/.rstcheck.cfg +0 -0
- {manen-0.3.0.dev0 → manen-0.3.0.dev1}/CHANGELOG.md +0 -0
- {manen-0.3.0.dev0 → manen-0.3.0.dev1}/LICENSE +0 -0
- {manen-0.3.0.dev0 → manen-0.3.0.dev1}/docs/Makefile +0 -0
- {manen-0.3.0.dev0 → manen-0.3.0.dev1}/docs/assets/screenshot_pypi_home.png +0 -0
- {manen-0.3.0.dev0 → manen-0.3.0.dev1}/docs/assets/screenshot_pypi_search_results.png +0 -0
- {manen-0.3.0.dev0 → manen-0.3.0.dev1}/docs/make.bat +0 -0
- {manen-0.3.0.dev0 → manen-0.3.0.dev1}/docs/source/_static/favicon.png +0 -0
- {manen-0.3.0.dev0 → manen-0.3.0.dev1}/docs/source/_static/manen_logo.png +0 -0
- {manen-0.3.0.dev0 → manen-0.3.0.dev1}/docs/source/_static/manen_logo_xs.png +0 -0
- {manen-0.3.0.dev0 → manen-0.3.0.dev1}/docs/source/_static/theme_override.css +0 -0
- {manen-0.3.0.dev0 → manen-0.3.0.dev1}/docs/source/about.rst +0 -0
- {manen-0.3.0.dev0 → manen-0.3.0.dev1}/docs/source/changelog.rst +0 -0
- {manen-0.3.0.dev0 → manen-0.3.0.dev1}/docs/source/conf.py +0 -0
- {manen-0.3.0.dev0 → manen-0.3.0.dev1}/docs/source/contributing.rst +0 -0
- {manen-0.3.0.dev0 → manen-0.3.0.dev1}/docs/source/index.rst +0 -0
- {manen-0.3.0.dev0 → manen-0.3.0.dev1}/docs/source/installation.rst +0 -0
- {manen-0.3.0.dev0 → manen-0.3.0.dev1}/docs/source/manen/manen.browser.rst +0 -0
- {manen-0.3.0.dev0 → manen-0.3.0.dev1}/docs/source/manen/manen.exceptions.rst +0 -0
- {manen-0.3.0.dev0 → manen-0.3.0.dev1}/docs/source/manen/manen.finder.rst +0 -0
- {manen-0.3.0.dev0 → manen-0.3.0.dev1}/docs/source/manen/manen.helpers.rst +0 -0
- {manen-0.3.0.dev0 → manen-0.3.0.dev1}/docs/source/manen/manen.page_object_model.dom.rst +0 -0
- {manen-0.3.0.dev0 → manen-0.3.0.dev1}/docs/source/manen/manen.page_object_model.element.rst +0 -0
- {manen-0.3.0.dev0 → manen-0.3.0.dev1}/docs/source/manen/manen.page_object_model.rst +0 -0
- {manen-0.3.0.dev0 → manen-0.3.0.dev1}/docs/source/manen/manen.page_object_model.webarea.rst +0 -0
- {manen-0.3.0.dev0 → manen-0.3.0.dev1}/docs/source/manen/manen.rst +0 -0
- {manen-0.3.0.dev0 → manen-0.3.0.dev1}/docs/source/user_guide/browser.ipynb +0 -0
- {manen-0.3.0.dev0 → manen-0.3.0.dev1}/docs/source/user_guide/dom_exploration.ipynb +0 -0
- {manen-0.3.0.dev0 → manen-0.3.0.dev1}/docs/source/user_guide/page_object_model.ipynb +0 -0
- {manen-0.3.0.dev0 → manen-0.3.0.dev1}/docs/source/user_guide.rst +0 -0
- {manen-0.3.0.dev0 → manen-0.3.0.dev1}/manen/browser.py +0 -0
- {manen-0.3.0.dev0 → manen-0.3.0.dev1}/manen/exceptions.py +0 -0
- {manen-0.3.0.dev0 → manen-0.3.0.dev1}/manen/finder.py +0 -0
- {manen-0.3.0.dev0 → manen-0.3.0.dev1}/manen/helpers.py +0 -0
- {manen-0.3.0.dev0 → manen-0.3.0.dev1}/manen/page_object_model/__init__.py +0 -0
- {manen-0.3.0.dev0 → manen-0.3.0.dev1}/manen/page_object_model/dom.py +0 -0
- {manen-0.3.0.dev0 → manen-0.3.0.dev1}/manen/page_object_model/element.py +0 -0
- {manen-0.3.0.dev0 → manen-0.3.0.dev1}/manen/page_object_model/webarea.py +0 -0
- {manen-0.3.0.dev0 → manen-0.3.0.dev1}/manen/typing.py +0 -0
- {manen-0.3.0.dev0 → manen-0.3.0.dev1}/pyproject.toml +0 -0
- {manen-0.3.0.dev0 → manen-0.3.0.dev1}/requirements-dev.lock +0 -0
- {manen-0.3.0.dev0 → manen-0.3.0.dev1}/requirements.lock +0 -0
- {manen-0.3.0.dev0 → manen-0.3.0.dev1}/tests/__init__.py +0 -0
- {manen-0.3.0.dev0 → manen-0.3.0.dev1}/tests/assets/page.yaml +0 -0
- {manen-0.3.0.dev0 → manen-0.3.0.dev1}/tests/assets/page_test_basic.jinja.html +0 -0
- {manen-0.3.0.dev0 → manen-0.3.0.dev1}/tests/test_finder.py +0 -0
- {manen-0.3.0.dev0 → manen-0.3.0.dev1}/tests/test_helpers.py +0 -0
- {manen-0.3.0.dev0 → manen-0.3.0.dev1}/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.dev1
|
|
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/
|
|
@@ -103,7 +103,7 @@ browser = ChromeBrowser.initialize()
|
|
|
103
103
|
browser.get("https://pypi.org")
|
|
104
104
|
```
|
|
105
105
|
|
|
106
|
-

|
|
107
107
|
|
|
108
108
|
We are now on the home page of PyPI. What we are going to do now is building a class that will
|
|
109
109
|
inherit from `Page` from the `manen.page_object_model.webarea` module. This Python class will be
|
|
@@ -161,7 +161,7 @@ page.query += Keys.ENTER
|
|
|
161
161
|
|
|
162
162
|
After submitting the form, we are redirected to the search results page.
|
|
163
163
|
|
|
164
|
-

|
|
165
165
|
|
|
166
166
|
The `SearchResultPage` will then be used to extract the results.
|
|
167
167
|
|
|
@@ -78,7 +78,7 @@ browser = ChromeBrowser.initialize()
|
|
|
78
78
|
browser.get("https://pypi.org")
|
|
79
79
|
```
|
|
80
80
|
|
|
81
|
-

|
|
82
82
|
|
|
83
83
|
We are now on the home page of PyPI. What we are going to do now is building a class that will
|
|
84
84
|
inherit from `Page` from the `manen.page_object_model.webarea` module. This Python class will be
|
|
@@ -136,7 +136,7 @@ page.query += Keys.ENTER
|
|
|
136
136
|
|
|
137
137
|
After submitting the form, we are redirected to the search results page.
|
|
138
138
|
|
|
139
|
-

|
|
140
140
|
|
|
141
141
|
The `SearchResultPage` will then be used to extract the results.
|
|
142
142
|
|
|
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
|