Metadata-Version: 1.1
Name: twextpy
Version: 0.1b.trunk-r12385
Summary: Extensions to Twisted
Home-page: http://trac.calendarserver.org/wiki/twext
Author: Apple Inc.
Author-email: calendarserver-dev@lists.macosforge.org
License: Apache License, Version 2.0
Description: Introduction
        ============
        
        This is a python module consisting of extensions to the Twisted Framework
        (http://twistedmatrix.com/).
        
        
        Copyright and License
        =====================
        
        Copyright (c) 2005-2014 Apple Inc.  All rights reserved.
        
        This software is licensed under the Apache License, Version 2.0.
        
        See the file LICENSE_ for the full text of the license terms.
        
        .. _LICENSE: LICENSE.txt
        
        
        Installation
        ============
        
        Python version 2.7 is supported.
        
        This library is can be built using the standard distutils mechanisms.
        
        It is also registered with the Python Package Index (PyPI) as ``twextpy`` for
        use with ``pip`` and ``easy_install``.
        
        
        Development
        ===========
        
        If you are planning to work on this library, you can manage this with standard
        distutils mechanisms.  There are, however, some tools in the ``bin`` directory
        which automate this management for you.
        
        To use these tools, you must have ``pip`` on your system.
        If you do not have ``pip``, instructions for installing it are at
        http://www.pip-installer.org/en/latest/installing.html.
        The script ``install_pip`` (requires ``sudo`` access) automates this for you.
        
        The shell script ``develop`` downloads and builds any dependancies and sets up a
        development environment.  ``develop`` handles non-Python as well as Python
        dependancies.
        
        The tools ``python``, ``pyflakes``, ``trial``, and ``twistd`` are wrappers
        around the cooresponding commands that use ``develop`` to ensure that
        dependancies are available, ``PYTHONPATH`` is set up correctly, etc.
        
        ``test`` runs all of the unit tests and does linting.  It should be run before
        checking in any code.
        
Platform: all
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Framework :: Twisted
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 2 :: Only
Classifier: Topic :: Software Development :: Libraries :: Python Modules
