Metadata-Version: 2.1
Name: typecode
Version: 21.1.8.1
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 :: 3
Classifier: Programming Language :: Python :: 3 :: Only
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: six
Provides-Extra: docs
Requires-Dist: Sphinx (>=3.3.1) ; extra == 'docs'
Requires-Dist: sphinx-rtd-theme (>=0.5.0) ; extra == 'docs'
Requires-Dist: doc8 (>=0.8.1) ; extra == 'docs'
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 run unit tests:
    pytest -vvs -n 2 .

To clean up development environment:
    ./configure --clean


