FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
shipengine-python/pyproject.toml at main · ShipEngine/shipengine-python · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
ShipEngine
/
shipengine-python
Public
Notifications
You must be signed in to change notification settings
Fork
8
Star
13
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
shipengine-python
/
pyproject.toml
Copy path
More file actions
More file actions
Latest commit
History
History
History
72 lines (63 loc) · 1.76 KB
Breadcrumbs
shipengine-python
/
pyproject.toml
Copy path
File metadata and controls
72 lines (63 loc) · 1.76 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
[
tool
.
poetry
]
name
=
"
shipengine
"
version
=
"
2.1.1
"
description
=
"
The official Python library for ShipEngine API.
"
readme
=
"
README.md
"
authors
= [
"
ShipEngine <support@shipengine.com>
"
]
homepage
=
"
https://www.shipengine.com/
"
license
=
"
Apache-2.0
"
repository
=
"
https://github.com/ShipEngine/shipengine-python
"
include
= [
"
CHANGELOG.md
"
]
classifiers
= [
"
Development Status :: 5 - Production/Stable
"
,
"
License :: OSI Approved :: MIT License
"
,
"
Natural Language :: English
"
,
"
Intended Audience :: Developers
"
,
"
Programming Language :: Python
"
,
"
Programming Language :: Python :: 3.10
"
,
"
Programming Language :: Python :: 3.11
"
,
"
Programming Language :: Python :: 3.12
"
,
"
Programming Language :: Python :: 3.13
"
,
"
Programming Language :: Python :: Implementation :: CPython
"
,
"
Topic :: Software Development :: Libraries :: Python Modules
"
]
[
tool
.
poetry-dynamic-versioning
]
enable
=
true
vcs
=
"
git
"
style
=
"
semver
"
format
=
"
{base}
"
bump
=
true
[
tool
.
poetry-dynamic-versioning
.
substitution
]
files
= [
"
*.py
"
,
"
*/__init__.py
"
,
"
*/__version__.py
"
,
"
*/version.py
"
]
[
tool
.
poetry
.
dependencies
]
python
=
"
^3.10
"
aiohttp
=
"
^3.9.0
"
requests
=
"
^2.25.1
"
dataclasses-json
=
"
^0.5.3
"
fuuid
=
"
^0.1.0
"
[
tool
.
poetry
.
group
.
dev
.
dependencies
]
pytest
=
"
^7.0.0
"
pytest-cov
=
"
^2.11.1
"
pytest-mock
=
"
^3.6.1
"
black
=
"
^24.0.0
"
flake8
=
"
^7.0.0
"
Sphinx
=
"
^3.5.2
"
tox
=
"
^3.23.0
"
coverage
=
"
^5.5
"
isort
=
"
^5.8.0
"
coveralls
=
"
^3.1.0
"
pre-commit
=
"
^3.0.0
"
pytest-watch
=
"
^4.2.0
"
responses
=
"
^0.13.3
"
[
tool
.
black
]
line-length
=
100
target-version
= [
"
py310
"
]
[
tool
.
isort
]
profile
=
"
black
"
multi_line_output
=
3
[
tool
.
coverage
.
run
]
relative_files
=
true
[
tool
.
poetry
.
scripts
]
[
build-system
]
requires
= [
"
poetry-core>=1.0.0
"
]
build-backend
=
"
poetry.core.masonry.api
"
Back
|
FazBrowse Home
|
New Git URL