Metadata-Version: 1.0
Name: pypanl
Version: 0.1.dev1
Summary: Support library for Panl.com API access.
Home-page: http://www.panl.com/
Author: Bruce Walker
Author-email: bruce.walker@panl.com
License: BSD
Description: README
        ======
        
        Access Panl.com API -- Python version
        
        Getting Started
        ---------------
        
        To install the Panl API ...::
        
        easy_install pypanl
        
        Example Usage
        ---------------
        
        Monitor a local RADIUS server by authenticating a test user::
        
        import panl.utility
        import panl.custom
        ok = panl.utility.radius_auth('localhost', 'xyz123', 'fakeuser', 'abcd17')
        panl.custom.update(monitor_hash, monitor_key, 1, ok)
        
        
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Other Environment
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: System :: Monitoring
