wxpath 0.1.0__py3-none-any.whl → 0.1.1__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: wxpath
3
- Version: 0.1.0
3
+ Version: 0.1.1
4
4
  Summary: wxpath - a declarative web crawler and data extractor
5
5
  Author-email: Rodrigo Palacios <rodrigopala91@gmail.com>
6
6
  License-Expression: MIT
@@ -14,6 +14,8 @@ Requires-Dist: aiohttp>=3.8.0
14
14
  Provides-Extra: test
15
15
  Requires-Dist: pytest>=7.0; extra == "test"
16
16
  Requires-Dist: pytest-asyncio>=0.23; extra == "test"
17
+ Provides-Extra: dev
18
+ Requires-Dist: ruff; extra == "dev"
17
19
  Dynamic: license-file
18
20
 
19
21
 
@@ -0,0 +1,6 @@
1
+ wxpath-0.1.1.dist-info/licenses/LICENSE,sha256=AVBZLhdWmqxm-f-dy5prVB1E-solHWoP2EXEIV_o-00,1076
2
+ wxpath-0.1.1.dist-info/METADATA,sha256=-CZQ3N2wjoO2ArbQ5JSdtMtMUrnLwiOGnQMtnBdzleE,17719
3
+ wxpath-0.1.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
4
+ wxpath-0.1.1.dist-info/entry_points.txt,sha256=FwoIOnUTl-DjPqVw-eb9EHHiiXCyRZy_mEQKFu2eb5Y,43
5
+ wxpath-0.1.1.dist-info/top_level.txt,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
6
+ wxpath-0.1.1.dist-info/RECORD,,
@@ -1,6 +0,0 @@
1
- wxpath-0.1.0.dist-info/licenses/LICENSE,sha256=AVBZLhdWmqxm-f-dy5prVB1E-solHWoP2EXEIV_o-00,1076
2
- wxpath-0.1.0.dist-info/METADATA,sha256=Nf5dRmDU09BNwxFOxDM_nEdezRp5CA34lLD2oEA2aI4,17663
3
- wxpath-0.1.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
4
- wxpath-0.1.0.dist-info/entry_points.txt,sha256=FwoIOnUTl-DjPqVw-eb9EHHiiXCyRZy_mEQKFu2eb5Y,43
5
- wxpath-0.1.0.dist-info/top_level.txt,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
6
- wxpath-0.1.0.dist-info/RECORD,,
File without changes