Metadata-Version: 2.1
Name: omeka-s-gateway
Version: 0.0.9
Summary: Omeka-S REST API wrapper
Home-page: https://github.com/amoe/omeka-s-gateway
Author: David Banks
Author-email: amoebae@gmail.com
License: UNKNOWN
Description: # omeka-s-gateway
        
        This is a thin wrapper for the Omeka-S REST API.  It's rather
        unprincipled/pragmatic depending on how complimentary you would like to be.  It
        was developed as part of the Queer Heritage South digital archive project.
        
        This is far from industrial strength, please do not rely on it.
        
        ## /connection_details.py
        
            sites = {
                'steenvlieg': {
                    'install_location': 'http://omeka-s.steenvlieg.phys.solasistim.net',
                    'key_identity': 'SOMELONGKEY',
                    'key_credential': 'SOMELONGCREDENTIAL'
                }
            }
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
