FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
api-client-python/pyproject.toml at main · andriy-mysyk-glean/api-client-python · GitHub
andriy-mysyk-glean
/
api-client-python
Public
forked from
gleanwork/api-client-python
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
api-client-python
/
pyproject.toml
Copy path
More file actions
More file actions
Latest commit
History
History
History
48 lines (38 loc) · 1.03 KB
Breadcrumbs
api-client-python
/
pyproject.toml
Copy path
File metadata and controls
48 lines (38 loc) · 1.03 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
[
project
]
name
=
"
glean-api-client
"
version
=
"
0.2.0
"
description
=
"
Python Client SDK Generated by Speakeasy.
"
authors
= [{
name
=
"
Glean Technologies, Inc.
"
}]
readme
=
"
README-PYPI.md
"
requires-python
=
"
>=3.9
"
dependencies
= [
"
httpx >=0.28.1
"
,
"
pydantic >=2.11.2
"
]
[
tool
.
poetry
]
packages
= [{
include
=
"
glean
"
,
from
=
"
src
"
}]
include
= [
"
py.typed
"
,
"
src/glean/py.typed
"
]
[
tool
.
setuptools
.
package-data
]
"*"
= [
"
py.typed
"
,
"
src/glean/py.typed
"
]
[
virtualenvs
]
in-project
=
true
[
tool
.
poetry
.
group
.
dev
.
dependencies
]
mypy
=
"
==1.15.0
"
pylint
=
"
==3.2.3
"
pytest
=
"
^8.3.4
"
pytest-asyncio
=
"
^0.25.3
"
pytest-xdist
=
"
^3.6.1
"
[
build-system
]
requires
= [
"
poetry-core
"
]
build-backend
=
"
poetry.core.masonry.api
"
[
tool
.
pytest
.
ini_options
]
asyncio_default_fixture_loop_scope
=
"
function
"
pythonpath
= [
"
src
"
]
[
tool
.
mypy
]
disable_error_code
=
"
misc
"
[[
tool
.
mypy
.
overrides
]]
module
=
"
typing_inspect
"
ignore_missing_imports
=
true
[[
tool
.
mypy
.
overrides
]]
module
=
"
jsonpath
"
ignore_missing_imports
=
true
[
tool
.
pyright
]
venvPath
=
"
.
"
venv
=
"
.venv
"
Back
|
FazBrowse Home
|
New Git URL