diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-03-11 15:31:25 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-03-11 16:05:45 -0700 |
commit | 180328d25549ef5517d4870f1069c790cabf1c71 (patch) | |
tree | a937115f39dddb917c93081487dc4cc40a472061 /python/fatcat_tools/__init__.py | |
parent | 318ba16a98d77b87c76bb353e87aeffbe79b7176 (diff) | |
download | fatcat-180328d25549ef5517d4870f1069c790cabf1c71.tar.gz fatcat-180328d25549ef5517d4870f1069c790cabf1c71.zip |
basic demo CSL/citeproc transform code
Needs tests
Diffstat (limited to 'python/fatcat_tools/__init__.py')
-rw-r--r-- | python/fatcat_tools/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/fatcat_tools/__init__.py b/python/fatcat_tools/__init__.py index 64c45062..c72ccd47 100644 --- a/python/fatcat_tools/__init__.py +++ b/python/fatcat_tools/__init__.py @@ -3,4 +3,4 @@ from .api_auth import authenticated_api, public_api from .fcid import fcid2uuid, uuid2fcid from .transforms import entity_to_dict, entity_from_json, \ release_to_elasticsearch, container_to_elasticsearch, \ - changelog_to_elasticsearch + changelog_to_elasticsearch, release_to_csl |