2
2
authors = [
3
3
{
name =
" Zsolt Oroszlány" ,
email =
" [email protected] " },
4
4
]
5
- description = " A lightweight, Open Source pyprintf sprintf() implementation written in Python"
6
- license = " BSD-3-Clause"
7
- name = " pyprintf"
8
- readme = " README.md"
9
- requires-python = " >=3.10"
10
- version = " 0.0.2"
11
- maintainers = [
12
- {
name =
" Zsolt Oroszlány" ,
email =
" [email protected] " },
13
- ]
14
5
classifiers = [
15
6
" Development Status :: 5 - Production/Stable" ,
16
7
" Intended Audience :: Developers" ,
17
- " License :: OSI Approved :: BSD License" ,
18
8
" Natural Language :: English" ,
19
9
" Programming Language :: Python :: 3 :: Only" ,
20
10
" Programming Language :: Python :: 3.9" ,
@@ -23,16 +13,25 @@ classifiers = [
23
13
" Programming Language :: Python :: 3.12" ,
24
14
" Programming Language :: Python :: 3.13" ,
25
15
]
16
+ dependencies = [
17
+ " typing-extensions>=4.0.0" ,
18
+ ]
19
+ description = " A lightweight, Open Source pyprintf sprintf() implementation written in Python"
26
20
keywords = [
27
21
" pyprintf" ,
28
22
" sprintf" ,
29
23
" parser" ,
30
24
" python" ,
31
25
" formatting" ,
32
26
]
33
- dependencies = [
34
- " typing-extensions>=4.0.0" ,
27
+ license = {text = " BSD-3-Clause" }
28
+ maintainers = [
29
+ {
name =
" Zsolt Oroszlány" ,
email =
" [email protected] " },
35
30
]
31
+ name = " pyprintf"
32
+ readme = " README.md"
33
+ requires-python = " >=3.10"
34
+ version = " 0.0.2"
36
35
37
36
[project .urls ]
38
37
"Bug Tracker" = " https://github.com/playfulsparkle/pyprintf/issues"
@@ -45,4 +44,4 @@ requires = ["setuptools>=65.0.0", "wheel"]
45
44
build-backend = " setuptools.build_meta"
46
45
47
46
[project .optional-dependencies ]
48
- dev = [" pytest>=7.1" , " flake8>=4.0" ]
47
+ dev = [" pytest>=7.1" , " flake8>=4.0" ]
0 commit comments