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

klabmodels

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

klabmodels

Data models for Kodelab's AI products

  • 0.3.35
  • PyPI
  • Socket score

Maintainers
1

klabmodels

Kodelab data models for AI product suite

Build Instructions

Install Required tools

pip install setuptools wheel

Build the Package
pip install build
python -m build
Create a GitHub Personal Access Token
  1. Go to GitHub > Settings > Developer settings > Personal access tokens.
  2. Generate a new token with write:packages and read:packages scopes.
Upload package
pip install twine
twine upload --skip-existing --repository-url https://upload.pypi.org/legacy/ dist/*

Usage

Configure pip to Use GitHub Packages

Create or edit ~/.pip/pip.conf to include your GitHub Packages URL:

[global]
extra-index-url = https://<GITHUB_USERNAME>:<GITHUB_TOKEN>@pypi.github.com/<GITHUB_USERNAME>

https://github.com/kodelabio/klabmodels.git

git@github.com:kodelabio/klabmodels.git

Import the package

pip install klabmodels

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