Socket
Socket
Sign inDemoInstall

kbrainsecurity

Package Overview
Dependencies
2
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    kbrainsecurity

Security and authentication functions for use in KBRAIN


Maintainers
1

Readme

kbrain-security

Common security and authentication functions / decorators for KBRAIN projects.

Setup

poetry

(Poetry)[https://python-poetry.org/docs/] is used to manage project dependencies at the KBRain level. The python version is specified in the pyproject.toml file. A virtual environment can be created by running the command:

poetry shell

From there, dependencies can be installed by typing

poetry install

pre-commit

Once dependencies have been installed via poetry, use the pre-commit install command to configure pre-commit.

Development

Create a feature branch and push your changes there. Open a PR on GitHub. This will trigger CICD and publish a prerelease version of the package with appropriate tags and updates to the pyproject.toml file. Merging a PR into main increments the patch version of the release and tags it appropriately. At this time this package can be installed in KBRAIN services with pipenv using the git protocol.

FAQs


Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc