Metadata-Version: 2.1
Name: omeka-s-gateway
Version: 0.0.2
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
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

# omeka-s-gateway

# /connection_details.py

    sites = {
        'steenvlieg': {
            'install_location': 'http://omeka-s.steenvlieg.phys.solasistim.net',
            'key_identity': 'SOMELONGKEY',
            'key_credential': 'SOMELONGCREDENTIAL'
        }
    }


