Skip to content

corallium⚓︎

Shared functionality for the calcipy-ecosystem.

Installation⚓︎

  1. poetry add corallium

  2. Take advantage of the logger or other common functionality

    form corallium.log import logger
    
    logger.info('Hello!')
    

Usage⚓︎

For more example code, see the scripts directory or the tests.

Project Status⚓︎

See the Open Issues and/or the CODE_TAG_SUMMARY. For release history, see the CHANGELOG.

Contributing⚓︎

We welcome pull requests! For your pull request to be accepted smoothly, we suggest that you first open a GitHub issue to discuss your idea. For resources on getting started with the code base, see the below documentation:

Code of Conduct⚓︎

We follow the Contributor Covenant Code of Conduct.

Open Source Status⚓︎

We try to reasonably meet most aspects of the “OpenSSF scorecard” from Open Source Insights

Responsible Disclosure⚓︎

If you have any security issue to report, please contact the project maintainers privately. You can reach us at [email protected].

License⚓︎

LICENSE