Metadata-Version: 1.0
Name: binaryornot
Version: 0.1.0
Summary: Ultra-lightweight pure Python package to check if a file is binary or text.
Home-page: https://github.com/audreyr/binaryornot
Author: Audrey Roy
Author-email: audreyr@gmail.com
License: BSD
Description: =============================
        BinaryOrNot
        =============================
        
        .. image:: https://badge.fury.io/py/binaryornot.png
            :target: http://badge.fury.io/py/binaryornot
            
        .. image:: https://travis-ci.org/audreyr/binaryornot.png?branch=master
                :target: https://travis-ci.org/audreyr/binaryornot
        
        .. image:: https://pypip.in/d/binaryornot/badge.png
                :target: https://crate.io/packages/binaryornot?version=latest
        
        
        Ultra-lightweight pure Python package to check if a file is binary or text.
        
        * Free software: BSD license
        * Documentation: http://binaryornot.readthedocs.org
        
        Status
        ------
        
        It works, but the code could be seriously improved.
        
        As of now, it is based on these, but that will likely change:
        
        * http://stackoverflow.com/questions/898669/how-can-i-detect-if-a-file-is-binary-non-text-in-python
        * http://stackoverflow.com/questions/1446549/how-to-identify-binary-and-text-files-using-python
        * http://code.activestate.com/recipes/173220/
        
        
        Features
        --------
        
        * TODO
        
        
        
        History
        -------
        
        0.1.0 (2013-08-17)
        ++++++++++++++++++
        
        * First release on PyPI.
Keywords: binaryornot
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
