FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
plane-python-sdk/pyproject.toml at main · makeplane/plane-python-sdk · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
makeplane
/
plane-python-sdk
Public
Notifications
You must be signed in to change notification settings
Fork
22
Star
17
Code
Issues
6
Pull requests
10
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
plane-python-sdk
/
pyproject.toml
Copy path
More file actions
More file actions
Latest commit
History
History
History
47 lines (38 loc) · 1003 Bytes
Breadcrumbs
plane-python-sdk
/
pyproject.toml
Copy path
File metadata and controls
47 lines (38 loc) · 1003 Bytes
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
[
build-system
]
requires
= [
"
setuptools>=68
"
,
"
wheel
"
]
build-backend
=
"
setuptools.build_meta
"
[
project
]
name
=
"
plane-sdk
"
version
=
"
0.2.23
"
description
=
"
Python SDK for Plane API
"
readme
=
"
README.md
"
requires-python
=
"
>=3.10
"
license
= {
text
=
"
MIT
"
}
authors
= [{
name
=
"
Plane
"
,
email
=
"
engineering@plane.so
"
}]
dependencies
= [
"
requests>=2.31.0
"
,
"
pydantic>=2.4.0
"
]
[
project
.
optional-dependencies
]
dev
= [
"
pytest
"
,
"
pytest-dependency
"
]
[
tool
.
setuptools
.
packages
.
find
]
where
= [
"
.
"
]
include
= [
"
plane*
"
]
[
tool
.
black
]
line-length
=
100
target-version
= [
"
py310
"
]
[
tool
.
ruff
]
line-length
=
100
target-version
=
"
py310
"
[
tool
.
ruff
.
lint
]
select
= [
"
E
"
,
"
F
"
,
"
I
"
,
"
UP
"
,
"
B
"
]
ignore
= []
[
tool
.
ruff
.
lint
.
isort
]
known-first-party
= [
"
plane
"
]
[
tool
.
pytest
.
ini_options
]
addopts
=
"
-q --ignore=tests/scripts
"
testpaths
= [
"
tests
"
]
[
tool
.
mypy
]
python_version
=
"
3.10
"
strict
=
true
warn_unused_ignores
=
true
warn_redundant_casts
=
true
disallow_untyped_defs
=
true
ignore_missing_imports
=
true
Back
|
FazBrowse Home
|
New Git URL