Metadata-Version: 1.1
Name: karmapi
Version: 0.5
Summary: Data with karma and pi
Home-page: https://github.com/openbermuda/karmapi
Author: Johnny Gill
Author-email: swfiua@gmail.com
License: GPL v 3
Download-URL: https://github.com/openbermuda/karmapi/tarball/0.5
Description: # Karma Pi
        
        Karma Pi stores and serve csv data (also in JSON format) for physical
        readings. 
        
        CSV - Comma Separated Values
        
        CVS - Concurrent Version System, jumbled CSV.
        
        Pharmacy - front end to CVS, CVS is a US pharmacy.
        
        Carma Phy - Jumbled pharmacy.
        
        Karma Phy - Looks better spelt with a K
        
        Karma Pi - Phy for physics, pi for math.
        
        # Install
        
        To install from source:
        
           python setup.py install
        
        
        To install in development mode:
        
           python setup.py develop --user
        
        
        Ubuntu on Pi
        ============
        
        http://releases.ubuntu.com/ubuntu-core/16/ubuntu-core-16-pi3.img.xz
        
        # Note: replace /dev/sdX with the device name of your SD card (e.g. /dev/mmcblk0, /dev/sdg1 ...)
        
        xzcat ~/Downloads/ubuntu-core-16-pi3.img.xz | sudo dd of=/dev/sdX bs=32M
        sync
        
Keywords: data pi karma
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: End Users/Desktop
Classifier: Programming Language :: Python :: 3
