.gitignore
README.md
TODO
pyproject.toml
.github/workflows/publish.yaml
pyscript_dot_com/__init__.py
pyscript_dot_com/account.py
pyscript_dot_com/base.py
pyscript_dot_com/local.py
pyscript_dot_com/project.py
pyscript_dot_com/proxies.py
pyscript_dot_com/requests.py
pyscript_dot_com/utils.py
pyscript_dot_com.egg-info/PKG-INFO
pyscript_dot_com.egg-info/SOURCES.txt
pyscript_dot_com.egg-info/dependency_links.txt
pyscript_dot_com.egg-info/requires.txt
pyscript_dot_com.egg-info/top_level.txt
tests/conftest.py
tests/pyscript.py
tests/simple_server.py
tests/test_account_datastorage.py
tests/test_local_datastorage.py
tests/test_project_datastorage.py
tests/test_proxies.py
tests/test_requests.py
tests/test_utils.py
tests/pyodide/__init__.py
tests/pyodide/http.py