Metadata-Version: 2.1
Name: minecode
Version: 2.0.0
Summary: MineCode - A purl mining tool
Home-page: https://github.com/nexB/purldb/minecode
Author: nexB. Inc. and others
Author-email: info@nexb.com
License: license = Apache-2.0 AND CC-BY-SA-4.0
Keywords: packagedb,scancode,purl,purldb
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Utilities
Requires-Python: >=3.8.*
Provides-Extra: testing
Provides-Extra: docs
License-File: apache-2.0.LICENSE
License-File: cc-by-sa-4.0.LICENSE
License-File: CHANGELOG.rst
License-File: README.rst
License-File: AUTHORS.rst
License-File: NOTICE

minecode
=========

MineCode is a Django web app that visits upstream package repositories and saves the package metadata to the PackageDB.

Local setup
===========

* ./configure
* make postgres
* make envfile
* make run
