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
- Host: GitHub
- URL: https://github.com/aboutcode-org/plugincode
- Owner: aboutcode-org
- Created: 2020-09-22T21:34:30.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2024-08-30T04:28:09.000Z (almost 2 years ago)
- Last Synced: 2026-06-11T21:00:08.329Z (about 2 months ago)
- Language: Python
- Homepage:
- Size: 388 KB
- Stars: 1
- Watchers: 5
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- Code of conduct: CODE_OF_CONDUCT.rst
- Authors: AUTHORS.rst
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