Metadata-Version: 1.0
Name: tribool
Version: 0.0.5
Summary: Tribool data type
Home-page: https://github.com/grantjenks/tribool
Author: Grant Jenks
Author-email: contact@grantjenks.com
License: Copyright 2012 Grant Jenks

   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at

       http://www.apache.org/licenses/LICENSE-2.0

   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
   limitations under the License.

Description: Tribool: True, False, and Indeterminate
        =======================================
        
        Tribool is an Apache2 Licensed three-valued logic implementation supporting: True, False, and Indeterminate.
        
        Documentation is available with::
        
            >>> import tribool
            >>> help(tribool)
        
        and on `read the docs`_.
        
        .. _read the docs: https://python-tribool.readthedocs.org/
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
