Metadata-Version: 1.0
Name: btponto
Version: 0.1
Summary: Software to register presence based in Bluetooth device proximity.
Home-page: http://code.google.com/p/osantana-code/wiki/BtPonto
Author: Osvaldo Santana Neto
Author-email: osantana@gmail.com
License: UNKNOWN
Download-URL: http://osantana-code.googlecode.com/files/btponto-0.1.tar.gz
Description: btponto
        =======
        
        This software register your presence based on a discoverable Bluetooth device
        that you normaly brings together with you: your cell phone.
        
        To install this software follow the steps below:
        
        1. Install Python 2.5::
        
        $ sudo apt-get install python2.5 # in Ubuntu Linux
        
        2. Install the Python Bluez::
        
        $ sudo apt-get install python-bluez
        
        3. Run the install script::
        
        $ sudo python2.5 setup.py install
        
        4. Add the ``btponto.crontab`` example in your crontab.
        
        Changelog
        ---------
        
        - **2007-06-01** - 0.1 - First release.
        
        To-Do List
        ----------
        
        - Check the state sanity
        - Discard invalid registers in log file
        
        Please, send your bug reports, informations, doubts and other feedbacks to::
        
        osantana
        <at>
        gmail com
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Topic :: Utilities
