An open API service indexing awesome lists of open source software.

https://github.com/aboutcode-org/plugincode

PluginCode is a library that provides plugable functionality with plugins, including Click plugins. It is used by ScanCode toolkit and related projects
https://github.com/aboutcode-org/plugincode

Last synced: about 1 month ago
JSON representation

PluginCode is a library that provides plugable functionality with plugins, including Click plugins. It is used by ScanCode toolkit and related projects

Awesome Lists containing this project

README

          

===========
PluginCode
===========

- license: Apache-2.0
- copyright: copyright (c) nexB. Inc. and others
- homepage_url: https://github.com/aboutcode-org/plugincode
- keywords: plugins, utilities, scancode-toolkit, plugincode

PluginCode is a library that provides plugable functionality with plugins,
including Click plugins.
It is used by ScanCode toolkit and related projects

Visit https://aboutcode.org and https://github.com/aboutcode-org/ for support and download.

To set up the development environment::

source configure

To run unit tests::

pytest -vvs -n 2

To clean up development environment::

./configure --clean