Metadata-Version: 1.1
Name: sesamclient
Version: 0.2.93
Summary: sesamapi client
Home-page: http://sesam.io
Author: Sesam
Author-email: UNKNOWN
License: UNKNOWN
Description: To build a static executable file for the sesamclient, use the "build_with_pyinstaller" Makefile target, like this:
        
          # make a python3.5 virtualenv, since the Makefile uses "pip install"
          cd lake/python/client
          virtualenv -p python3.5 .venv
          . .venv/bin/activate
        
          make build_with_pyinstaller
        
          # test that the resulting executable works:
          ./dist/sesam --help
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP
