FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
postcode-eu-ai-tools-python/pyproject.toml at main · postcode-nl/postcode-eu-ai-tools-python · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
postcode-nl
/
postcode-eu-ai-tools-python
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
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
postcode-eu-ai-tools-python
/
pyproject.toml
Copy path
More file actions
More file actions
Latest commit
History
History
History
33 lines (28 loc) · 704 Bytes
Breadcrumbs
postcode-eu-ai-tools-python
/
pyproject.toml
Copy path
File metadata and controls
33 lines (28 loc) · 704 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
[
project
]
name
=
"
postcode-eu-ai-tools
"
version
=
"
1.0.0
"
description
=
"
AI tools / MCP server for address validation via the Postcode.eu API
"
license
=
"
BSD-2-Clause
"
readme
=
"
README.md
"
authors
= [
{
name
=
"
Postcode.eu
"
,
email
=
"
tech@postcode.eu
"
}
]
requires-python
=
"
>=3.11
"
dependencies
= [
"
mcp>=1.16.0
"
,
"
platformdirs>=4.5.0
"
,
"
postcode-eu-api-client>=1.0.2
"
,
]
[
project
.
urls
]
Homepage
=
"
https://www.postcode.eu/products/address-api
"
[
project
.
scripts
]
postcode-eu-ai-tools
=
"
postcode_eu_ai_tools.__main__:main
"
[
build-system
]
requires
= [
"
uv_build>=0.8.11,<0.9.0
"
]
build-backend
=
"
uv_build
"
[
dependency-groups
]
dev
= [
"
ruff>=0.14
"
,
]
[
tool
.
ruff
]
line-length
=
120
Back
|
FazBrowse Home
|
New Git URL