Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit 6ec1699

Browse files
authored
Merge pull request #3 from martinRenou/rename
Rename package to requests-wasm-polyfill
2 parents 81c48aa + c3db734 commit 6ec1699

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# requests-wasm-polyfill
22

3-
a kind of drop in replacement for some parts of the requests library for wasm python
3+
A kind of drop in replacement for some parts of the requests library for wasm python.
44

5+
Note that these only work when running under a web-worker, as it's making blocking HTTP requests which are not allowed in the main thread.

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[metadata]
2-
name = wasm_requests
2+
name = requests-wasm-polyfill
33
version = 0.1.5
44

55
[options]

0 commit comments

Comments
 (0)