forked from ripl-org/sockit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
40 lines (37 loc) · 1.28 KB
/
setup.cfg
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
[metadata]
name = sockit
author = Mark Howison
author_email = connect@ripl.org
url = https://github.com/ripl-org/sockit
version = attr: sockit.__version__
license = Free for non-commercial use
description = Sockit is a natural-language processing toolkit for modeling structured occupation information and Standard Occupational Classification (SOC) codes in unstructured text from job titles, job postings, and resumes.
long_description = file: README.md
long_description_content_type = text/markdown
classifiers =
Development Status :: 3 - Alpha
License :: Free for non-commercial use
Intended Audience :: Science/Research
Operating System :: OS Independent
Natural Language :: English
Programming Language :: Python :: 3
Topic :: Scientific/Engineering
Topic :: Scientific/Engineering :: Artificial Intelligence
Topic :: Scientific/Engineering :: Human Machine Interfaces
Topic :: Scientific/Engineering :: Information Analysis
[options]
install_requires =
chardet
docx2txt
html2text
PyPDF2
numpy >= 1.0.0
scipy >= 1.0.0
wordtrie >= 0.0.4
python_requires = >= 3.8
setup_requires = setuptools
[options.package_data]
sockit = data/*.csv, data/*.json, data/*.txt
[options.entry_points]
console_scripts =
sockit = sockit.__main__:main