pywib 0.1.3__py3-none-any.whl → 0.1.4__py3-none-any.whl

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.
pywib/__init__.py CHANGED
@@ -1,7 +1,7 @@
1
1
  """
2
2
  """
3
3
 
4
- __version__ = "0.1.0"
4
+ __version__ = "0.1.4"
5
5
  __author__ = "Guillermo Dylan Carvajal Aza"
6
6
  __email__ = "carvajalguillermo@uniovi.es"
7
7
 
pywib/constants.py CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  # Version and library information
6
6
  LIBRARY_NAME = "pywib"
7
- LIBRARY_VERSION = "0.1.0"
7
+ LIBRARY_VERSION = "0.1.4"
8
8
 
9
9
  # Event types for interaction tracking
10
10
  class EventTypes:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pywib
3
- Version: 0.1.3
3
+ Version: 0.1.4
4
4
  Summary: HCI Web Interaction Analyzer - A library for analyzing web user interactions
5
5
  Project-URL: Homepage, https://github.com/HumanCommunicationInteraction/pywib
6
6
  Project-URL: Bug Tracker, https://github.com/HumanCommunicationInteraction/pywib/issues
@@ -23,6 +23,7 @@ Classifier: Topic :: Software Development :: Libraries :: Python Modules
23
23
  Requires-Python: >=3.9
24
24
  Requires-Dist: matplotlib>=3.5.0
25
25
  Requires-Dist: numpy>=1.21.0
26
+ Requires-Dist: opencv-python>=4.5
26
27
  Requires-Dist: pandas>=1.3.0
27
28
  Description-Content-Type: text/markdown
28
29
 
@@ -1,5 +1,5 @@
1
- pywib/__init__.py,sha256=yF10U5xRr5WXJA_TNcPxCAq__aSqkGHWrIR5f8Qva-0,1606
2
- pywib/constants.py,sha256=uFHUMWFJvbbzs2-krvtets41Ep4D6d6aSKR42gij2Js,2615
1
+ pywib/__init__.py,sha256=ZrKFApdGK3F3doZ0Eao3lJ0EvOERr8PHlGJqcPgwZ8k,1606
2
+ pywib/constants.py,sha256=_xw3N1rt_iDKu42BMKCE3iT3MwUNQzTyULELMSLNjn0,2615
3
3
  pywib/algorithms/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
4
  pywib/algorithms/patterns/straight_pattern.py,sha256=jccKHEC8QpukbwXbQCIJSsTEIPoLNkduPgGMR9kl6Jw,2213
5
5
  pywib/core/__init__.py,sha256=sN43C8nayGHFFzueK26IZO3G0EmZaxYtEtnUX5QX7ls,932
@@ -15,7 +15,7 @@ pywib/utils/utils.py,sha256=Qd_gUnY6MlIvBXvMUcWGLafUvoXDrNuwmo3N4FgoDDs,3639
15
15
  pywib/utils/validation.py,sha256=awaT17aPv2Kk8DkSPmqjG93XMw42GeNg3fPZMusjGZA,975
16
16
  pywib/utils/validator.py,sha256=Zr6DzueaCLxaZzDwEBYsztvcH_a0qKoRLs9i-gQU1IM,574
17
17
  pywib/utils/visualization.py,sha256=LlarkDKRWMdMN4cuZtgV1xAqRhBhstpu6ik03AxfyoM,5184
18
- pywib-0.1.3.dist-info/METADATA,sha256=5pAzEaillz1Qnev9A17Qk7JP_kqdc1SEhbTHsTqujgY,1983
19
- pywib-0.1.3.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
20
- pywib-0.1.3.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
21
- pywib-0.1.3.dist-info/RECORD,,
18
+ pywib-0.1.4.dist-info/METADATA,sha256=j4mLezhPfjX_yDW7E0iKBlnwXa2YhiyWlwBXL5QqchE,2017
19
+ pywib-0.1.4.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
20
+ pywib-0.1.4.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
21
+ pywib-0.1.4.dist-info/RECORD,,
File without changes