-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
37 lines (34 loc) · 1.46 KB
/
pyproject.toml
File metadata and controls
37 lines (34 loc) · 1.46 KB
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
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
name = "invovate"
version = "0.1.2"
description = "Official Python SDK for the free, no-signup Invovate invoice API — generate PDF, JSON & UBL 2.1 invoices in 11 languages. Zero dependencies."
readme = "README.md"
requires-python = ">=3.8"
license = { text = "MIT" }
authors = [{ name = "Invovate" }]
keywords = ["invoice", "invoice-api", "invoice-generator", "pdf-invoice", "json-to-pdf", "ubl", "ubl-2.1", "e-invoicing", "no-signup", "billing", "invoicing", "rest-api", "multilingual", "invovate"]
classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
"Topic :: Office/Business :: Financial",
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: Internet :: WWW/HTTP",
"Operating System :: OS Independent",
]
dependencies = []
[project.urls]
Homepage = "https://invovate.com/api"
Documentation = "https://invovate.com/api"
Repository = "https://github.com/LightSpeedPlusOne/invovate-python"
Issues = "https://github.com/LightSpeedPlusOne/invovate-python/issues"
"OpenAPI spec" = "https://invovate.com/openapi.json"
"MCP server" = "https://www.npmjs.com/package/invovate-mcp-server"
"JavaScript SDK" = "https://www.npmjs.com/package/invovate"
Integrations = "https://invovate.com/integrations"
[tool.hatch.build.targets.wheel]
packages = ["src/invovate"]