Django app for creating a knowledge base of curated literature
Project description
Django app for creating a knowledge base of curated literature
Documentation
The full documentation is at https://django-literature-knowledgebase.readthedocs.io.
Quickstart
Install Django Curated Literature Knowledge Base:
pip install django-literature-knowledgebase
Add it to your INSTALLED_APPS (along with DRF and django-filters):
INSTALLED_APPS = (
...
'rest_framework',
'django_filters',
...
'literature_knowledgebase',
'user_activities',
...
)
Add Django Curated Literature Knowledge Base’s URL patterns:
from literature_knowledgebase import urls as literature_knowledgebase_urls
urlpatterns = [
...
url(r'^', include(literature_knowledgebase_urls, namespace='literature_knowledgebase')),
...
]
Features
TODO
Running Tests
Does the code actually work?
source <YOURVIRTUALENV>/bin/activate (myenv) $ pip install tox (myenv) $ tox
Credits
Tools used in rendering this package:
History
0.1.0 (2017-12-29)
First release on PyPI.
Initial models and REST API.
0.2.0 (2018-01-05)
Added REST API filters.
Added URLs to pubmed article and NCBI utils.
0.2.1 (2018-01-09)
Fixed issues with migrations
0.2.2 (2018-01-12)
Fixed route names for SimpleRouter.
0.3.0 (2018-02-09)
updated requirements to the latest.
0.4.0 (2018-04-03)
Added support for GraphQL
0.5.0 (2018-04-07)
Added support for Django 2.0 and Python 3.6
Dropped support for Django < 1.11 and Python 2.7, 3.3, 3.4
0.5.1 (2018-04-18)
Updated 3rd party libs
0.5.2 (2018-05-16)
Updated 3rd party libs
Updated setup.py to read requirements from requirements.txt
0.6.0 (2018-06-01)
Dropped support for GraphQL
0.6.1 (2018-08-13)
Updated 3rd party requirements. Some requirements had changed so it was causing failures
0.6.2 (2018-10-29)
Updated 3rd party requirements.
0.7.0 (2018-12-05)
Added attribute to save PDF for an article
Added REST API to summarize all details from eutils (efetch and esummary) into a single API call
0.7.1 (2018-12-05)
Added REST API to summarize all details from eutils (efetch and esummary) into a single API call
0.7.2 (2019-01-08)
Updated 3rd party requirements.
0.7.3 (2019-02-08)
Updated 3rd party requirements.
Refactored tests
0.7.4 (2019-04-10)
Updated 3rd party requirements.
Updated travis to use xenial distribution. Django 2.1 dropped support for SQLite < 3.8.3
0.7.5 (2019-05-31)
Updated package to use latest cookiecutter template
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file django-literature-knowledgebase-0.7.5.tar.gz
.
File metadata
- Download URL: django-literature-knowledgebase-0.7.5.tar.gz
- Upload date:
- Size: 11.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.6.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d7808c9963ce3061146bcaa393306cd455e8c290356b7ddfc6ecfb32ae033c7f |
|
MD5 | f7dd6ad49fdf16c59a64dc08914c6ab3 |
|
BLAKE2b-256 | 1a8b45e33e154f13045cd7445b04c23830d0da8c3faa375498db909efe412209 |
Provenance
File details
Details for the file django_literature_knowledgebase-0.7.5-py2.py3-none-any.whl
.
File metadata
- Download URL: django_literature_knowledgebase-0.7.5-py2.py3-none-any.whl
- Upload date:
- Size: 12.5 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.6.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 59377724a84cd1deeb8f25760531b53e17b0c32a939c8129194294845c0ca995 |
|
MD5 | ad15cd18de244a1bcf8d337b7fa7f3be |
|
BLAKE2b-256 | 81b766aba41a5b2bf1b201b33640a19d2e08423f6f44eb55246d050b12391268 |