Metadata-Version: 1.1
Name: som
Version: 0.1.9
Summary: stanford open modules for python
Home-page: https://github.com/vsoch/som
Author: Vanessa Sochat
Author-email: vsochat@stanford.edu
License: LICENSE
Description: # SOM
        
        Stanford Open Modules for Python
        
        [Documentation](https://vsoch.github.io/som)
        
        These are basic Python based tools for working with data (likely images and text) on Google Cloud. 
        The [base](som/api/base) API module implements a basic token/refresh authentication, and the 
        [identifiers](som/api/identifiers) module is an extension of that for the Stanford School of Medicine. 
        For complete docs, please see our [documentation](https://vsoch.github.io/som) base and [examples](examples) that coincide with each.
        
        
        ## Installation
        For the stable release, install via pip:
        
        ```
        pip install som
        ```
        
        For the development version, install from Github:
        
        ```
        pip install git+git://github.com/vsoch/som.git
        ```
        
        This module is currently under development, and anything/everything can change. It's currently driving the guts of:
        
          - [DocFish](https://doc.fish)
          - [WordFish](https://word.fish)
          - [SendIt](https://www.github.com/pydicom/sendit)
        
        
        ## Issues
        If you have an issue, or want to request a feature, please do so on our [issues board](https://www.github.com/vsoch/som/issues)
        
Keywords: open source,stanford,python,google,gce,storage,api,validator
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Software Development
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: System :: Shells
Classifier: Topic :: Terminals
Classifier: Topic :: Utilities
