Metadata-Version: 2.1
Name: spdx
Version: 2.5.0
Summary: SPDX license list database
Home-page: https://github.com/bbqsrc/spdx-python
Author: Brendan Molloy
Author-email: brendan+pypi@bbqsrc.net
License: CC0-1.0
Keywords: spdx,licenses,database
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: CC0 1.0 Universal (CC0 1.0) Public Domain Dedication
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.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
License-File: LICENSE

spdx
====

A Python module incorporating an interface to the SPDX license database.

This library serves purely as a holder for the database that can be
found on `the SPDX website <https://spdx.org/licenses/>`__.

To more easily query this database or detect licenses, consider using
something like
`spdx-lookup <https://pypi.python.org/pypi/spdx-lookup>`__.

Usage
-----

See the ``spdx/__init__.py`` file for the very simple interface.

tl;dr: ``spdx.licenses()`` gets you the licenses, and ``spdx.License``
is a nice wrapper for interacting with them.


