We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60ebae8 commit 7dca469Copy full SHA for 7dca469
.gitignore
@@ -19,6 +19,7 @@ downloads/
19
eggs/
20
.eggs/
21
lib/
22
+dist/
23
lib64/
24
parts/
25
sdist/
@@ -122,3 +123,5 @@ ENV/
122
123
124
build/
125
downstream/*
126
+
127
+.DS_Store
fsspec-proxy/pyproject.toml
@@ -7,6 +7,7 @@ name = "fsspec-proxy"
7
authors = [
8
{name = "martindurant"},
9
]
10
+description = "Provide bytes to fsspec over HTTP from any backend"
11
readme = "../README.md"
12
license = { file = "LICENSE" }
13
requires-python = ">=3.9"
pyscript-fsspec-client/pyproject.toml
@@ -4,6 +4,7 @@ build-backend = "hatchling.build"
4
5
[project]
6
name = "pyscript-fsspec-client"
+description = "get bytes via HTTP from any backend"
0 commit comments