jupyterlite-simple-cors-proxy 0.1.10__py3-none-any.whl → 0.1.11__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.
- jupyterlite_simple_cors_proxy/__init__.py +1 -1
- jupyterlite_simple_cors_proxy/cacheproxy.py +2 -1
- {jupyterlite_simple_cors_proxy-0.1.10.dist-info → jupyterlite_simple_cors_proxy-0.1.11.dist-info}/METADATA +2 -2
- jupyterlite_simple_cors_proxy-0.1.11.dist-info/RECORD +9 -0
- jupyterlite_simple_cors_proxy-0.1.10.dist-info/RECORD +0 -9
- {jupyterlite_simple_cors_proxy-0.1.10.dist-info → jupyterlite_simple_cors_proxy-0.1.11.dist-info}/LICENSE +0 -0
- {jupyterlite_simple_cors_proxy-0.1.10.dist-info → jupyterlite_simple_cors_proxy-0.1.11.dist-info}/WHEEL +0 -0
- {jupyterlite_simple_cors_proxy-0.1.10.dist-info → jupyterlite_simple_cors_proxy-0.1.11.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,7 @@
|
|
1
1
|
# File: simple_cors_proxy/proxy.py
|
2
2
|
from urllib.parse import urlencode, quote
|
3
3
|
import requests
|
4
|
-
|
4
|
+
|
5
5
|
import io
|
6
6
|
import platform
|
7
7
|
from typing import Optional, Union
|
@@ -21,6 +21,7 @@ class CorsProxy:
|
|
21
21
|
(e.g., cache_name, backend, expire_after)
|
22
22
|
"""
|
23
23
|
if use_cache:
|
24
|
+
import requests_cache
|
24
25
|
# Set some sensible defaults if not provided
|
25
26
|
if 'cache_name' not in cache_kwargs:
|
26
27
|
cache_kwargs['cache_name'] = 'cors_proxy_cache'
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.2
|
2
2
|
Name: jupyterlite-simple-cors-proxy
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.11
|
4
4
|
Summary: A simple CORS proxy utility with requests-like response
|
5
5
|
Home-page: https://github.com/innovationOUtside/jupyterlite-simple-cors-proxy
|
6
6
|
Author: Tony Hirst
|
@@ -87,7 +87,7 @@ Via `claude.ai`, the package is now further enriched.
|
|
87
87
|
|
88
88
|
*Note that `pyodide` sqlite can't write to `/drive` so the cache path dir needs to be something like `/tmp` or a dir created on `/`.*
|
89
89
|
|
90
|
-
*I'm not convinced the following works in `pyodide` and `xeus-python` yet - `requests-cache` dependency issues etc
|
90
|
+
*I'm not convinced the following works in `pyodide` and `xeus-python` yet - `requests-cache` dependency issues etc. `requests-cache` has requirements `attrs`, `cattrs`,`platformdirs`, `url-normalize`.*
|
91
91
|
|
92
92
|
```python
|
93
93
|
from simple_cors_proxy.proxy import CorsProxy
|
@@ -0,0 +1,9 @@
|
|
1
|
+
jupyterlite_simple_cors_proxy/__init__.py,sha256=vE2WKSaR1d-lu1EoKN3obCHFUB-oowD7I1jwEl5qvok,280
|
2
|
+
jupyterlite_simple_cors_proxy/cacheproxy.py,sha256=Rf3tR6knz70N-Bu9M-HhWJY88cI3WpW0MmIJBgpm008,3002
|
3
|
+
jupyterlite_simple_cors_proxy/fastf1_proxy.py,sha256=FglRogTIlSJvHOu6lFS3S-EHDb37M93aYjQpoKc1QYs,7614
|
4
|
+
jupyterlite_simple_cors_proxy/proxy.py,sha256=uFpevhGlkbcNqVb1d43uBrqVdvAbOQ2m1PLqxsML6BE,1346
|
5
|
+
jupyterlite_simple_cors_proxy-0.1.11.dist-info/LICENSE,sha256=Ogw7GUmeZIxmDNiKWsu_N07svNoGnPB7lWyiXHX_rMY,1074
|
6
|
+
jupyterlite_simple_cors_proxy-0.1.11.dist-info/METADATA,sha256=SMAXcQejInZ_6a00wZAqVS_NI8A_Kh-cfvBMIBDJUBo,3144
|
7
|
+
jupyterlite_simple_cors_proxy-0.1.11.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
8
|
+
jupyterlite_simple_cors_proxy-0.1.11.dist-info/top_level.txt,sha256=Oh0oQrSmRnBq5u675coiKMbkb2ASg8AGF8ZiZTzUS5Q,30
|
9
|
+
jupyterlite_simple_cors_proxy-0.1.11.dist-info/RECORD,,
|
@@ -1,9 +0,0 @@
|
|
1
|
-
jupyterlite_simple_cors_proxy/__init__.py,sha256=QNqJ64TlAKsoaOKeVcRqeaibDiO3SpOyEakvenkuiuU,280
|
2
|
-
jupyterlite_simple_cors_proxy/cacheproxy.py,sha256=SzKQrflMbIJdHoDZ2dtRenGCAGMZEBSl_fs7sjIkiHk,2989
|
3
|
-
jupyterlite_simple_cors_proxy/fastf1_proxy.py,sha256=FglRogTIlSJvHOu6lFS3S-EHDb37M93aYjQpoKc1QYs,7614
|
4
|
-
jupyterlite_simple_cors_proxy/proxy.py,sha256=uFpevhGlkbcNqVb1d43uBrqVdvAbOQ2m1PLqxsML6BE,1346
|
5
|
-
jupyterlite_simple_cors_proxy-0.1.10.dist-info/LICENSE,sha256=Ogw7GUmeZIxmDNiKWsu_N07svNoGnPB7lWyiXHX_rMY,1074
|
6
|
-
jupyterlite_simple_cors_proxy-0.1.10.dist-info/METADATA,sha256=g2KklCts9AuEwEUEQ7EpaMh9JBAE8Nmb050_yZNqZbs,3059
|
7
|
-
jupyterlite_simple_cors_proxy-0.1.10.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
8
|
-
jupyterlite_simple_cors_proxy-0.1.10.dist-info/top_level.txt,sha256=Oh0oQrSmRnBq5u675coiKMbkb2ASg8AGF8ZiZTzUS5Q,30
|
9
|
-
jupyterlite_simple_cors_proxy-0.1.10.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|