edq-utils 0.0.6__py3-none-any.whl → 0.0.7__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.

Potentially problematic release.


This version of edq-utils might be problematic. Click here for more details.

edq/__init__.py CHANGED
@@ -2,4 +2,4 @@
2
2
  General Python tools used by several EduLinq projects.
3
3
  """
4
4
 
5
- __version__ = '0.0.6'
5
+ __version__ = '0.0.7'
edq/util/net.py CHANGED
@@ -724,7 +724,8 @@ def make_request(method: str, url: str,
724
724
 
725
725
  query = urllib.parse.urlencode(exchange.parameters)
726
726
  if (query != ''):
727
- path += f"?{query}"
727
+ # Note that the '?' is URL encoded.
728
+ path += f"%3F{query}"
728
729
 
729
730
  path += f"_{method}{http_exchange_extension}"
730
731
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: edq-utils
3
- Version: 0.0.6
3
+ Version: 0.0.7
4
4
  Summary: Common utilities used by EduLinq Python projects.
5
5
  Author-email: Eriq Augustine <eriq@edulinq.org>
6
6
  License: MIT License
@@ -1,4 +1,4 @@
1
- edq/__init__.py,sha256=28ZCHCn44ZYi4kgcrrWulQjmYqZikxh9M4wtmgXXevI,86
1
+ edq/__init__.py,sha256=uKkm8m99BET7G4Ki34GmgSaMQ53Ga7rOZnYIjhPWul4,86
2
2
  edq/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
3
  edq/cli/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
4
  edq/cli/version.py,sha256=SxarRVD_AVA-nD4pLVMe6ZjSJpMr7h_r3DgYYs42vjE,591
@@ -65,14 +65,14 @@ edq/util/dirent.py,sha256=gvU7I8TPFIjURAOPalfaOf3GSlAA0mXET_bHKC6_e_A,10369
65
65
  edq/util/dirent_test.py,sha256=WUx6Ux-13L9YIg2rDyOROv5Kbvgr4xy693ceG1osAP0,33855
66
66
  edq/util/json.py,sha256=nl_cxrlP97RX1BFtys8IT_3IfO0-XvBDQBe6YdrblB4,5936
67
67
  edq/util/json_test.py,sha256=utUVRbw3z42ke4fpRVI294RrFHcMKms8khVYRkISNk4,8009
68
- edq/util/net.py,sha256=pZsPeUu7o8h855tFHDk5TvTEHDJGPoZWNOImb9Yjq8I,32814
68
+ edq/util/net.py,sha256=2RT9UlO9nZ9jx1UfwKhSAG_sb7WgT6trn6MQm-BIKNo,32864
69
69
  edq/util/pyimport.py,sha256=26OIuCXELyqtwlooMqDEs4GJQrkrAgxnXNYTlqqtsBY,2852
70
70
  edq/util/pyimport_test.py,sha256=Xno0MIa3yMTfBfoTgjKCIMpr1ZShU6bvo9rBRdecXQU,4202
71
71
  edq/util/reflection.py,sha256=jPcW6h0fwSDYh04O5rUxlgoF7HK6fVQ2mq7DD9qPrEg,972
72
72
  edq/util/time.py,sha256=anoNM_KniARLombv2BnsoHuCzDqMKiDdIzV7RUe2ZOk,2648
73
73
  edq/util/time_test.py,sha256=iQZwzVTVQQ4TdXrLb9MUMCYlKrIe8qyF-hiC9YLTaMo,4610
74
- edq_utils-0.0.6.dist-info/licenses/LICENSE,sha256=MS4iYEl4rOxMoprZuc86iYVoyk4YgaVoMt7WmGvVF8w,1064
75
- edq_utils-0.0.6.dist-info/METADATA,sha256=AkT-Tx4jKRzpjwj4sqzid6VdynGHlBhy4p8b2yGC94I,7268
76
- edq_utils-0.0.6.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
77
- edq_utils-0.0.6.dist-info/top_level.txt,sha256=znBHSj6tgXtcMKrUVtovLli5fIEJCb7d-BMxTLRK4zk,4
78
- edq_utils-0.0.6.dist-info/RECORD,,
74
+ edq_utils-0.0.7.dist-info/licenses/LICENSE,sha256=MS4iYEl4rOxMoprZuc86iYVoyk4YgaVoMt7WmGvVF8w,1064
75
+ edq_utils-0.0.7.dist-info/METADATA,sha256=z6FC0Za9Ax6pfz0kJcq6anZSUYib3YsNvujh4gb9nE4,7268
76
+ edq_utils-0.0.7.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
77
+ edq_utils-0.0.7.dist-info/top_level.txt,sha256=znBHSj6tgXtcMKrUVtovLli5fIEJCb7d-BMxTLRK4zk,4
78
+ edq_utils-0.0.7.dist-info/RECORD,,