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

tsc-utils

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tsc-utils

A set of utility scripts for working with TSC, the scripting language used in Cave Story.

  • 0.2.5
  • PyPI
  • Socket score

Maintainers
1

tsc-utils

Installation

pip install tsc-utils

Usage

>>> from tsc_utils.numbers import num_to_tsc_value
>>> num_to_tsc_value(-1))
b'000/'
>>> from tsc_utils.flags import flag_to_address
>>> flag_to_address(1234)
0x49de3a, bit 2

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