1+ [project ]
2+ name = " faststylometry"
3+ version = " 1.0.12"
4+ description = ' Python library for calculating the Burrows Delta.'
5+ readme = " README.md"
6+ keywords = [' stylometry' , ' nlp' , ' burrows delta' , ' delta' , ' forensic stylometry' , ' natural language processing' ]
7+ license = { file = " LICENSE" }
8+ maintainers = [
9+ { name = " Thomas Wood" , email = " thomas@fastdatascience.com" },
10+ ]
11+ authors = [
12+ { name = " Thomas Wood" , email = " thomas@fastdatascience.com" },
13+ ]
14+ requires-python = " >=3.12,<=3.13.3"
15+ classifiers = [
16+ # see https://pypi.org/classifiers/
17+ " Development Status :: 5 - Production/Stable" ,
18+ " Intended Audience :: Developers" ,
19+ " Topic :: Software Development :: Build Tools" ,
20+ " Programming Language :: Python :: 3.12" ,
21+ " Programming Language :: Python :: 3.13" ,
22+ " Programming Language :: Python :: 3 :: Only" ,
23+ " License :: OSI Approved :: MIT License" ,
24+ " Operating System :: OS Independent" ,
25+ " Topic :: Text Processing :: Linguistic" ,
26+ " Intended Audience :: Science/Research" ,
27+ " Intended Audience :: Healthcare Industry" ,
28+ " Intended Audience :: Information Technology" ,
29+ " Topic :: Scientific/Engineering :: Artificial Intelligence" ,
30+ ]
31+ # core dependencies of harmony
32+ # this set should be kept minimal!
33+ dependencies = [
34+ " numpy>=2.3.1; python_version >= '3.12'" ,
35+ " pandas>=2.3.1; python_version >= '3.12'" ,
36+ " scikit-learn>=1.7.1; python_version >= '3.12'" ,
37+ " wget>=3.2; python_version >= '3.12'" ,
38+ ]
39+
40+ [project .optional-dependencies ]
41+
42+ # dev - the developer dependency set, for contributors to harmony
43+ dev = [" check-manifest" , " pytest" ]
44+
45+ [project .urls ]
46+ "Documentation" = " https://fastdatascience.com/fast-stylometry-python-library" ,
47+ "Bug Reports" = " https://github.com/fastdatascience/faststylometry/issues" ,
48+ "Source Code" = " https://github.com/fastdatascience/faststylometry" ,
49+
150[build-system ]
2- requires = [" setuptools>=46.4.0" , " wheel" , " numpy>=2.3.1 " ]
3- build-backend = " setuptools.build_meta"
51+ requires = [" setuptools>=46.4.0" , " wheel" , " twine " ]
52+ build-backend = " setuptools.build_meta"
0 commit comments