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.
Files changed (55) hide show
  1. {manen-0.3.0.dev1 → manen-0.3.0.dev2}/PKG-INFO +7 -5
  2. {manen-0.3.0.dev1 → manen-0.3.0.dev2}/README.md +6 -4
  3. {manen-0.3.0.dev1 → manen-0.3.0.dev2}/manen/__init__.py +1 -1
  4. {manen-0.3.0.dev1 → manen-0.3.0.dev2}/.github/workflows/build-documentation.yml +0 -0
  5. {manen-0.3.0.dev1 → manen-0.3.0.dev2}/.github/workflows/deploy-package.yml +0 -0
  6. {manen-0.3.0.dev1 → manen-0.3.0.dev2}/.github/workflows/test-package.yml +0 -0
  7. {manen-0.3.0.dev1 → manen-0.3.0.dev2}/.gitignore +0 -0
  8. {manen-0.3.0.dev1 → manen-0.3.0.dev2}/.rstcheck.cfg +0 -0
  9. {manen-0.3.0.dev1 → manen-0.3.0.dev2}/CHANGELOG.md +0 -0
  10. {manen-0.3.0.dev1 → manen-0.3.0.dev2}/LICENSE +0 -0
  11. {manen-0.3.0.dev1 → manen-0.3.0.dev2}/docs/Makefile +0 -0
  12. {manen-0.3.0.dev1 → manen-0.3.0.dev2}/docs/assets/screenshot_pypi_home.png +0 -0
  13. {manen-0.3.0.dev1 → manen-0.3.0.dev2}/docs/assets/screenshot_pypi_search_results.png +0 -0
  14. {manen-0.3.0.dev1 → manen-0.3.0.dev2}/docs/make.bat +0 -0
  15. {manen-0.3.0.dev1 → manen-0.3.0.dev2}/docs/source/_static/favicon.png +0 -0
  16. {manen-0.3.0.dev1 → manen-0.3.0.dev2}/docs/source/_static/manen_logo.png +0 -0
  17. {manen-0.3.0.dev1 → manen-0.3.0.dev2}/docs/source/_static/manen_logo_xs.png +0 -0
  18. {manen-0.3.0.dev1 → manen-0.3.0.dev2}/docs/source/_static/theme_override.css +0 -0
  19. {manen-0.3.0.dev1 → manen-0.3.0.dev2}/docs/source/about.rst +0 -0
  20. {manen-0.3.0.dev1 → manen-0.3.0.dev2}/docs/source/changelog.rst +0 -0
  21. {manen-0.3.0.dev1 → manen-0.3.0.dev2}/docs/source/conf.py +0 -0
  22. {manen-0.3.0.dev1 → manen-0.3.0.dev2}/docs/source/contributing.rst +0 -0
  23. {manen-0.3.0.dev1 → manen-0.3.0.dev2}/docs/source/index.rst +0 -0
  24. {manen-0.3.0.dev1 → manen-0.3.0.dev2}/docs/source/installation.rst +0 -0
  25. {manen-0.3.0.dev1 → manen-0.3.0.dev2}/docs/source/manen/manen.browser.rst +0 -0
  26. {manen-0.3.0.dev1 → manen-0.3.0.dev2}/docs/source/manen/manen.exceptions.rst +0 -0
  27. {manen-0.3.0.dev1 → manen-0.3.0.dev2}/docs/source/manen/manen.finder.rst +0 -0
  28. {manen-0.3.0.dev1 → manen-0.3.0.dev2}/docs/source/manen/manen.helpers.rst +0 -0
  29. {manen-0.3.0.dev1 → manen-0.3.0.dev2}/docs/source/manen/manen.page_object_model.dom.rst +0 -0
  30. {manen-0.3.0.dev1 → manen-0.3.0.dev2}/docs/source/manen/manen.page_object_model.element.rst +0 -0
  31. {manen-0.3.0.dev1 → manen-0.3.0.dev2}/docs/source/manen/manen.page_object_model.rst +0 -0
  32. {manen-0.3.0.dev1 → manen-0.3.0.dev2}/docs/source/manen/manen.page_object_model.webarea.rst +0 -0
  33. {manen-0.3.0.dev1 → manen-0.3.0.dev2}/docs/source/manen/manen.rst +0 -0
  34. {manen-0.3.0.dev1 → manen-0.3.0.dev2}/docs/source/user_guide/browser.ipynb +0 -0
  35. {manen-0.3.0.dev1 → manen-0.3.0.dev2}/docs/source/user_guide/dom_exploration.ipynb +0 -0
  36. {manen-0.3.0.dev1 → manen-0.3.0.dev2}/docs/source/user_guide/page_object_model.ipynb +0 -0
  37. {manen-0.3.0.dev1 → manen-0.3.0.dev2}/docs/source/user_guide.rst +0 -0
  38. {manen-0.3.0.dev1 → manen-0.3.0.dev2}/manen/browser.py +0 -0
  39. {manen-0.3.0.dev1 → manen-0.3.0.dev2}/manen/exceptions.py +0 -0
  40. {manen-0.3.0.dev1 → manen-0.3.0.dev2}/manen/finder.py +0 -0
  41. {manen-0.3.0.dev1 → manen-0.3.0.dev2}/manen/helpers.py +0 -0
  42. {manen-0.3.0.dev1 → manen-0.3.0.dev2}/manen/page_object_model/__init__.py +0 -0
  43. {manen-0.3.0.dev1 → manen-0.3.0.dev2}/manen/page_object_model/dom.py +0 -0
  44. {manen-0.3.0.dev1 → manen-0.3.0.dev2}/manen/page_object_model/element.py +0 -0
  45. {manen-0.3.0.dev1 → manen-0.3.0.dev2}/manen/page_object_model/webarea.py +0 -0
  46. {manen-0.3.0.dev1 → manen-0.3.0.dev2}/manen/typing.py +0 -0
  47. {manen-0.3.0.dev1 → manen-0.3.0.dev2}/pyproject.toml +0 -0
  48. {manen-0.3.0.dev1 → manen-0.3.0.dev2}/requirements-dev.lock +0 -0
  49. {manen-0.3.0.dev1 → manen-0.3.0.dev2}/requirements.lock +0 -0
  50. {manen-0.3.0.dev1 → manen-0.3.0.dev2}/tests/__init__.py +0 -0
  51. {manen-0.3.0.dev1 → manen-0.3.0.dev2}/tests/assets/page.yaml +0 -0
  52. {manen-0.3.0.dev1 → manen-0.3.0.dev2}/tests/assets/page_test_basic.jinja.html +0 -0
  53. {manen-0.3.0.dev1 → manen-0.3.0.dev2}/tests/test_finder.py +0 -0
  54. {manen-0.3.0.dev1 → manen-0.3.0.dev2}/tests/test_helpers.py +0 -0
  55. {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.dev1
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 package</a>
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.com/kodaho/manen/issues">Issue tracking</a>
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/) for the
194
- > full list of available elements.
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 package</a>
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.com/kodaho/manen/issues">Issue tracking</a>
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/) for the
169
- > full list of available elements.
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.
@@ -17,4 +17,4 @@ use the module :py:mod:`~manen.finder` without :py:mod:`~manen.browser` or
17
17
  :py:mod:`~manen.page_object_model` without :py:mod:`~manen.browser`.
18
18
  """
19
19
 
20
- __version__ = "0.3.0.dev1"
20
+ __version__ = "0.3.0.dev2"
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