FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
KB-python-API/setup.py at master · xiffy/KB-python-API · GitHub
xiffy
/
KB-python-API
Public
forked from
KBNLresearch/KB-python-API
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
KB-python-API
/
setup.py
Copy path
More file actions
More file actions
Latest commit
History
History
History
20 lines (19 loc) · 858 Bytes
Breadcrumbs
KB-python-API
/
setup.py
Copy path
File metadata and controls
20 lines (19 loc) · 858 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
from
setuptools
import
setup
setup
(
author
=
"WillemJan Faber"
,
author_email
=
"WillemJan.faber@kb.nl"
,
name
=
'kb'
,
url
=
"https://github.com/KBNLresearch/KB-python-API"
,
description
=
'Access to National Library of the Netherlands datasets'
,
version
=
'0.1.9'
,
packages
=
[
'kb.nl.api'
,
'kb.nl.helpers'
,
'kb'
,
'kb.nl'
,
'kb.nl.collections'
],
license
=
'GNU General Public License'
,
install_requires
=
[
'lxml>=2.3'
,
'requests'
],
classifiers
=
[
'Development Status :: 3 - Alpha'
,
'Intended Audience :: Developers'
,
'Intended Audience :: Science/Research'
,
'Programming Language :: Python :: 3'
,
'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)'
,
'Natural Language :: Dutch'
,
'Topic :: Sociology :: History'
]
)
Back
|
FazBrowse Home
|
New Git URL