Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ccobra

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ccobra

The CCOBRA framework.

  • 1.4.0
  • PyPI
  • Socket score

Maintainers
2

Cognitive COmputation for Behavioral Reasoning Analysis (CCOBRA) Framework

GitHub license DOI

[API Documentation] [Online Model Evaluation Platform]

Installation

PyPi

CCOBRA is available via pip. To install the current version, run the following command:

$> pip install ccobra

to update your installation, run pip install -U ccobra.

Development Version

It is also possible to install a development version of CCOBRA. The difference to the standard version is that changes to the local copy of the repository are directly reflected in the module loaded from Python via import. To install the develop version, download a local copy of the repository and run the following commands:

$> cd /path/to/repository/
$> python setup.py develop [--user]

To remove the development version, run the following commands:

$> cd /path/to/repository
$> python setup.py develop [--user] --uninstall

FAQs


Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc