Metadata-Version: 2.1
Name: typecode
Version: 20.10.20
Summary: typecode provides file type detection functionality to ScanCode toolkit
Home-page: https://github.com/nexB/typecode
Author: nexB. Inc. and others
Author-email: info@aboutcode.org
License: UNKNOWN
Description: typecode
        ========
        typecode provides file type detection functionality to ScanCode toolkit.
        
        To install this package with its full capability (where the binaries for libmagic are installed), use the `full` option:
            pip install typecode[full]
        
        If you want to use the version of libmagic provided by your operating system, use the `minimal` option:
            pip install typecode[minimal]
        
        To set up the typecode development environment:
            source configure
        
        To run unit tests:
            pytest -vvs -n 2 .
        
        To clean up development environment:
            ./configure --clean
        
Keywords: scancode,scancode-toolkit,typecode
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development
Classifier: Topic :: Utilities
Provides-Extra: testing
Provides-Extra: full
Provides-Extra: minimal
