Metadata-Version: 2.0
Name: AboutCode
Version: 3.0.0.dev3
Summary: Document the provenance (origin and license) of third-party software using small text files. Collect inventories, generate attribution documentation.
Home-page: http://dejacode.org
Author: Jillian Daguil, Thomas Druez, Chin-Yeung Li, Philippe Ombredanne and others.
Author-email: info@nexb.com
License: Apache-2.0
Keywords: license,about,metadata,package,copyright,attribution,software,inventory
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Documentation
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Topic :: System :: Software Distribution
Classifier: Topic :: Utilities
Requires-Dist: jinja2 (>=2.7.3,<2.8)
Requires-Dist: click (>=3.2,<4)
Requires-Dist: unicodecsv (>=0.9.4,<1.0)
Requires-Dist: schematics (>=1.0-0,<2.0)
Requires-Dist: pyyaml (>=3.11,<3.13)
Provides-Extra: base
Requires-Dist: certifi; extra == 'base'
Requires-Dist: setuptools; extra == 'base'
Requires-Dist: wheel; extra == 'base'
Requires-Dist: pip; extra == 'base'
Requires-Dist: wincertstore; extra == 'base'
Provides-Extra: dev
Requires-Dist: pytest; extra == 'dev'
Requires-Dist: py; extra == 'dev'

AboutCode provides a simple way to document theprovenance (i.e. origin and license) of software components thatyou use in your project. This documentation is stored in *.ABOUTfiles, side-by-side with the documented code.


