You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

trie-cli-global

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

trie-cli-global

A CLI that allows a user to update or see a data structure that is hosted globally.

0.2.0
PyPI
Maintainers
1

trie-cli-global

A CLI that allows a user to update or see a data structure that is hosted globally.

Installation

Use pip to install trie-global.

pip install trie-cli-global

Usage

To List Trie:

trie-cli-global list

To add word to Trie:

trie-cli-global add YOUR_WORD

To remove word from Trie:

trie-cli-global remove YOUR_WORD

To check if word is from Trie:

trie-cli-global check YOUR_WORD

To get recommendations from a prefix:

trie-cli-global recommend YOUR_PREFIX

License

MIT

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