-
Notifications
You must be signed in to change notification settings - Fork 22
/
setup.cfg
116 lines (110 loc) · 2.68 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
[metadata]
name = text-fabric
version = 12.6.2
description = Processor and browser for annotated text corpora
long_description = file README.md
author = Dirk Roorda
author_email = [email protected]
url = https://github.com/annotation/text-fabric
classifiers =
Development Status :: 4 - Beta
Environment :: Other Environment
Framework :: Jupyter
Intended Audience :: Developers
Intended Audience :: Education
Intended Audience :: Religion
Intended Audience :: Science/Research
License :: OSI Approved :: MIT License
Natural Language :: English
Natural Language :: Hebrew
Natural Language :: Greek
Operating System :: MacOS :: MacOS X
Operating System :: Microsoft :: Windows :: Windows 10
Operating System :: POSIX :: Linux
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: Implementation :: CPython
Programming Language :: JavaScript
Topic :: Religion
Topic :: Scientific/Engineering :: Information Analysis
Topic :: Sociology :: History
Topic :: Text Processing :: Filters
Topic :: Text Processing :: Linguistic
Topic :: Text Processing :: Markup
keywords =
text
linguistics
database
graph
hebrew
bible
peshitta
quran
cuneiform
uruk
greek
syriac
akkadian
babylonian
[options]
zip_safe = False
include_package_data = True
python_requires = >=3.9.0
install_requires =
wheel
markdown>=3.4.1
ipython
pyyaml>=5.3
flask
requests
packages =
tf
tf.about
tf.advanced
tf.browser
tf.browser.ner
tf.browser.ner.static
tf.browser.ner.templates
tf.browser.static
tf.browser.static.fonts
tf.browser.static.mathjax
tf.browser.static.mathjax.input
tf.browser.static.mathjax.output
tf.browser.static.mathjax.ui
tf.browser.templates
tf.client
tf.client.make
tf.client.static
tf.convert
tf.convert.app
tf.convert.app.static
tf.core
tf.dataset
tf.ner
tf.search
tf.tools
tf.tools.tei
tf.tools.trang
tf.volumes
tf.writing
[options.extras_require]
github = pygithub>=1.57
gitlab = python-gitlab>=3.5.0
all = pygithub>=1.57; python-gitlab>=3.5.0
[options.exclude_package_data]
* =
text_fabric.egg-info
__pycache__
.DS_Store
docs
tests
[options.entry_points]
console_scripts =
tf = tf.browser.start:main
tf-zipall = tf.zip:main
tf-zip = tf.advanced.zipdata:main
tf-make = tf.client.make.build:main
tf-nbconvert = tf.tools.nbconvert:main
tf-xmlschema = tf.tools.xmlschema:main
tf-fromxml = tf.convert.xml:main
tf-fromtei = tf.convert.tei:main
tf-addnlp = tf.convert.addnlp:main