Metadata-Version: 1.1
Name: asl
Version: 1.0.1
Summary: Bindings to the ASL library on Mac OS X
Home-page: http://pythonhosted.org/asl/
Author: Ronald Oussoren
Author-email: ronaldoussoren@mac.com
License: MIT
Download-URL: http://pypi.python.org/pypi/asl
Description: Introduction
        ============
        
        This package implements bindings to the ASL
        library on Mac OS X 10.4 or later. The ASL
        library is a low-level logging library, meant
        as a replacement for the syslog API.
        
        See the documentation (in doc/) for more
        information.
        
        
        Release history
        ===============
        
        asl 1.0
        -------
        
        * First public release
        
        * Adds command-line interface (``python3 -m asl --help``)
        
        * Add translation from numeric ID to string, and the reverse, for log levels
        
        * Updated the documentation
        
        asl 0.9
        -------
        
        * Initial release with support for the ASL API in OSX 10.8.
        
Platform: Mac
Platform: OS
Platform: X
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Environment :: MacOS X
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Logging
Classifier: Development Status :: 4 - Beta
