Metadata-Version: 2.1
Name: typecode
Version: 20.10
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
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
Requires-Dist: attrs
Requires-Dist: binaryornot
Requires-Dist: commoncode
Requires-Dist: pdfminer.six
Requires-Dist: plugincode
Requires-Dist: pygments (>=2.7.1)
Requires-Dist: six
Provides-Extra: full
Requires-Dist: typecode-libmagic ; extra == 'full'
Provides-Extra: minimal
Requires-Dist: typecode-libmagic-system-provided ; extra == 'minimal'
Provides-Extra: testing
Requires-Dist: pytest (>=6) ; extra == 'testing'
Requires-Dist: pytest-xdist (>=2) ; extra == 'testing'

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 clean up development environment:
    ./configure --clean


