Metadata-Version: 1.1
Name: launchdcheckin
Version: 0.13.0.0
Summary: launchd checkin for python and twisted
Home-page: https://github.com/habnabit/launchdcheckin
Author: Aaron Gallagher
Author-email: _@habnab.it
License: ISC
Description: launchdcheckin
        ==============
        
        Enough support for ``launchd(1)`` checkin to get listening sockets out, but not
        much else. The primary purpose of this package is to provide a ``launchd``
        endpoint type for Twisted. Given a ``launchd.plist`` that includes::
        
          <key>Sockets</key>
          <dict>
            <key>Listeners</key>
            <dict>
              <key>SecureSocketWithKey</key>
              <string>SOME_AGENT</string>
            </dict>
          </dict>
        
        The endpoint description would be ``launchd:UNIX:Listeners:0``, because this is
        a UNIX domain socket, and the socket key is ``Listeners``.
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: Twisted
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: ISC License (ISCL)
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 2 :: Only
