FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
scyjava/pyproject.toml at main · scijava/scyjava · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
scijava
/
scyjava
Public
Notifications
You must be signed in to change notification settings
Fork
16
Star
55
Code
Issues
16
Pull requests
2
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
scyjava
/
pyproject.toml
Copy path
More file actions
More file actions
Latest commit
History
History
History
83 lines (73 loc) · 2.22 KB
Breadcrumbs
scyjava
/
pyproject.toml
Copy path
File metadata and controls
83 lines (73 loc) · 2.22 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
[
build-system
]
requires
= [
"
setuptools>=77.0.0
"
]
build-backend
=
"
setuptools.build_meta
"
[
project
]
name
=
"
scyjava
"
version
=
"
1.12.6.dev0
"
description
=
"
Supercharged Java access from Python
"
license
=
"
Unlicense
"
authors
= [{
name
=
"
SciJava developers
"
,
email
=
"
ctrueden@wisc.edu
"
}]
readme
=
"
README.md
"
keywords
= [
"
java
"
,
"
maven
"
,
"
cross-language
"
]
classifiers
= [
"
Development Status :: 5 - Production/Stable
"
,
"
Intended Audience :: Developers
"
,
"
Intended Audience :: Education
"
,
"
Intended Audience :: Science/Research
"
,
"
Programming Language :: Python :: 3 :: Only
"
,
"
Programming Language :: Python :: 3.10
"
,
"
Programming Language :: Python :: 3.11
"
,
"
Programming Language :: Python :: 3.12
"
,
"
Programming Language :: Python :: 3.13
"
,
"
Programming Language :: Python :: 3.14
"
,
"
Operating System :: Microsoft :: Windows
"
,
"
Operating System :: Unix
"
,
"
Operating System :: MacOS
"
,
"
Topic :: Scientific/Engineering
"
,
"
Topic :: Software Development :: Libraries :: Java Libraries
"
,
"
Topic :: Software Development :: Libraries :: Python Modules
"
,
"
Topic :: Utilities
"
,
]
requires-python
=
"
>=3.10
"
dependencies
= [
"
jpype1 >= 1.3.0
"
,
"
jgo>=2.2.0
"
,
]
[
dependency-groups
]
dev
= [
"
assertpy
"
,
"
build
"
,
"
pytest
"
,
"
pytest-cov
"
,
"
numpy
"
,
"
pandas
"
,
"
ruff
"
,
"
toml
"
,
"
validate-pyproject[all]
"
,
]
[
project
.
urls
]
homepage
=
"
https://github.com/scijava/scyjava
"
documentation
=
"
https://github.com/scijava/scyjava/blob/main/README.md
"
source
=
"
https://github.com/scijava/scyjava
"
download
=
"
https://pypi.org/project/scyjava/
"
tracker
=
"
https://github.com/scijava/scyjava/issues
"
[
tool
.
setuptools
]
package-dir
= {
""
=
"
src
"
}
include-package-data
=
false
[
tool
.
setuptools
.
packages
.
find
]
where
= [
"
src
"
]
namespaces
=
false
[
tool
.
pytest
.
ini_options
]
filterwarnings
= [
"
default::DeprecationWarning
"
,
]
[
tool
.
ruff
]
line-length
=
88
src
= [
"
src
"
,
"
tests
"
]
include
= [
"
pyproject.toml
"
,
"
src/**/*.py
"
,
"
tests/**/*.py
"
]
extend-exclude
= [
"
bin
"
,
"
build
"
,
"
dist
"
]
[
tool
.
ruff
.
lint
]
extend-ignore
= [
"
E203
"
]
[
tool
.
ruff
.
lint
.
per-file-ignores
]
#
Ignore `E402` (import violations) in all `__init__.py` files, and in `path/to/file.py`.
"__init__.py"
= [
"
E402
"
,
"
F401
"
]
Back
|
FazBrowse Home
|
New Git URL