forked from biopragmatics/pyobo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
200 lines (182 loc) · 5.93 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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
##########################
# Setup.py Configuration #
##########################
[metadata]
name = pyobo
version = 0.6.6-dev
description = Handling and writing OBO
long_description = file: README.rst
# URLs associated with the project
url = https://github.com/pyobo/pyobo
download_url = https://github.com/pyobo/pyobo/releases
project_urls =
Bug Tracker = https://github.com/pyobo/pyobo/issues
Source Code = https://github.com/pyobo/pyobo
# Author information
author = Charles Tapley Hoyt
author_email = [email protected]
maintainer = Charles Tapley Hoyt
maintainer_email = [email protected]
# License Information
license = MIT
license_file = LICENSE
# Search tags
classifiers =
Development Status :: 4 - Beta
Environment :: Console
Intended Audience :: Developers
Intended Audience :: Science/Research
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3 :: Only
Topic :: Scientific/Engineering :: Bio-Informatics
Topic :: Scientific/Engineering :: Chemistry
keywords =
Open Biomedical Ontologies
OBO
[options]
install_requires =
dataclasses; python_version < "3.7"
obonet
click
tqdm
pyyaml
pandas
requests
protmapper
more_itertools
more_click>=0.0.2
humanize
tabulate
cachier
pystow>=0.1.11
bioversions>=0.4.1
bioregistry>=0.4.0
drugbank_downloader
chembl_downloader
zenodo-client>=0.0.5
# Random options
zip_safe = false
include_package_data = True
python_requires = >=3.6
# Where is my code
packages = find:
package_dir =
= src
[options.packages.find]
where = src
[options.extras_require]
docs =
sphinx
sphinx-rtd-theme
sphinx-click
sphinx-autodoc-typehints
web =
flask
bootstrap-flask
flask-admin
flasgger
# psutil is used in the resolver
psutil
database =
sqlalchemy
psycopg2-binary
[options.entry_points]
console_scripts =
pyobo = pyobo.cli:main
recurify = pyobo.cli:recurify
pyobo.nomenclatures =
antibodyregistry = pyobo.sources.antibodyregistry:get_obo
ccle = pyobo.sources.ccle:get_obo
cgnc = pyobo.sources.cgnc:get_obo
chembl.compound = pyobo.sources.chembl:get_obo
complexportal = pyobo.sources.complexportal:get_obo
conso = pyobo.sources.conso:get_obo
covid = pyobo.sources.covid:get_obo
depmap = pyobo.sources.depmap:get_obo
dictybase.gene = pyobo.sources.dictybase_gene:get_obo
drugbank = pyobo.sources.drugbank:get_obo
drugbank.salt = pyobo.sources.drugbank_salt:get_obo
drugcentral = pyobo.sources.drugcentral:get_obo
eccode = pyobo.sources.expasy:get_obo
flybase = pyobo.sources.flybase:get_obo
fplx = pyobo.sources.famplex:get_obo
gwascentral.phenotype = pyobo.sources.gwascentral_study:get_obo
gwascentral.study = pyobo.sources.gwascentral_study:get_obo
hgnc = pyobo.sources.hgnc:get_obo
hgnc.genefamily = pyobo.sources.hgncgenefamily:get_obo
interpro = pyobo.sources.interpro:get_obo
itis = pyobo.sources.itis:get_obo
kegg.genome = pyobo.sources.kegg.genome:get_obo
kegg.pathway = pyobo.sources.kegg.pathway:get_obo
kegg.genes = pyobo.sources.kegg.genes:get_obo
mesh = pyobo.sources.mesh:get_obo
mgi = pyobo.sources.mgi:get_obo
mirbase = pyobo.sources.mirbase:get_obo
mirbase.family = pyobo.sources.mirbase_family:get_obo
mirbase.mature = pyobo.sources.mirbase_mature:get_obo
msigdb = pyobo.sources.msigdb:get_obo
ncbigene = pyobo.sources.ncbigene:get_obo
npass = pyobo.sources.npass:get_obo
pathbank = pyobo.sources.pathbank:get_obo
pfam = pyobo.sources.pfam:get_obo
pfam.clan = pyobo.sources.pfam_clan:get_obo
pid.pathway = pyobo.sources.pid:get_obo
pombase = pyobo.sources.pombase:get_obo
pubchem.compound = pyobo.sources.pubchem:get_obo
reactome = pyobo.sources.reactome:get_obo
rhea = pyobo.sources.rhea:get_obo
rgd = pyobo.sources.rgd:get_obo
slm = pyobo.sources.slm:get_obo
sgd = pyobo.sources.sgd:get_obo
umls = pyobo.sources.umls:get_obo
uniprot = pyobo.sources.uniprot.uniprot:get_obo
wikipathways = pyobo.sources.wikipathways:get_obo
zfin = pyobo.sources.zfin:get_obo
pyobo.xrefs =
cbms2019 = pyobo.xrefdb.sources.cbms2019:get_cbms2019_xrefs_df
chembl = pyobo.xrefdb.sources.chembl:get_chembl_xrefs_df
compath = pyobo.xrefdb.sources.compath:get_compath_xrefs_df
famplex = pyobo.xrefdb.sources.famplex:get_famplex_xrefs_df
gilda = pyobo.xrefdb.sources.gilda:get_gilda_xrefs_df
intact = pyobo.xrefdb.sources.intact:get_xrefs_df
ncit = pyobo.xrefdb.sources.ncit:get_ncit_xrefs_df
pubchem = pyobo.xrefdb.sources.pubchem:get_pubchem_mesh_df
wikidata = pyobo.xrefdb.sources.wikidata:get_wikidata_xrefs_df
biomappings = pyobo.xrefdb.sources.biomappings:get_biomappings_df
######################
# Doc8 Configuration #
# (doc8.ini) #
######################
[doc8]
max-line-length = 120
##########################
# Coverage Configuration #
# (.coveragerc) #
##########################
[coverage:run]
branch = True
source = pyobo
omit =
tests/*
docs/*
[coverage:paths]
source =
src/pyobo
.tox/*/lib/python*/site-packages/pyobo
[coverage:report]
show_missing = True
exclude_lines =
def __str__
def __repr__
##########################
# Darglint Configuration #
##########################
[darglint]
docstring_style=sphinx
strictness=short