Skip to main content

Get identifiers, names, paths, URLs and words from the command output.

Project description

Get identifiers, names, paths, URLs and words from the command output.
The xontrib-output-search for xonsh shell is using this library.

If you like the idea of tokenize-output click ⭐ on the repo and stay tuned by watching releases.

Install

pip install -U tokenize-output

Usage

Words tokenizing

$ echo "Try https://github.com/xxh/xxh" | tokenize-output -p
Hello
https://github.com/xxh/xxh

JSON, Python dict and JavaScript object tokenizing

$ echo '{"Try": "xonsh shell"}' | tokenize-output -p
Try
shell
xonsh
xonsh shell

env tokenizing

$  echo 'PATH=/one/two:/three/four' | tokenize-output -p
/one/two
/one/two:/three/four
/three/four
PATH

Development

Tokenizers

Tokenizer is a functions which extract tokens from the text.

Priority Tokenizer Text Tokens
1 dict {"key": "val as str"} ['key', 'val as str']
2 env PATH=/bin:/etc ['PATH', '/bin:/etc', '/bin', '/etc']
3 split Split me \n now! ['Split', 'me', 'now!']
4 strip {Hello} ['Hello']

You can create your tokenizer and add it to tokenizers_all in tokenize_output.py.

Tokenizing is a recursive process where every tokenizer returns final and new tokens. The final tokens directly go to the result list of tokens. The new tokens go to all tokenizers again to find new tokens. As result if there is a mix of json and env data in the output it will be found and tokenized in appropriate way.

Test and debug

Run tests:

cd ~
git clone https://github.com/tokenizer/tokenize-output
cd tokenize-output
python -m pytest tests/

To debug the tokenizer:

echo "Hello world" | ./tokenize_outupt -p

Related projects

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tokenize-output-0.4.1.tar.gz (4.5 kB view details)

Uploaded Source

Built Distribution

tokenize_output-0.4.1-py3-none-any.whl (4.7 kB view details)

Uploaded Python 3

File details

Details for the file tokenize-output-0.4.1.tar.gz.

File metadata

  • Download URL: tokenize-output-0.4.1.tar.gz
  • Upload date:
  • Size: 4.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3.post20200325 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.2

File hashes

Hashes for tokenize-output-0.4.1.tar.gz
Algorithm Hash digest
SHA256 f2687fc725048bebd44950b872f8463656ce55c816b2737eb66bbc15c421fd9c
MD5 9af34e8d4d640645706f8c17b27d9d7d
BLAKE2b-256 6e530878e43bcbf563f8deceda7548f01f0497659c344d706699df060226c1a4

See more details on using hashes here.

File details

Details for the file tokenize_output-0.4.1-py3-none-any.whl.

File metadata

  • Download URL: tokenize_output-0.4.1-py3-none-any.whl
  • Upload date:
  • Size: 4.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3.post20200325 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.2

File hashes

Hashes for tokenize_output-0.4.1-py3-none-any.whl
Algorithm Hash digest
SHA256 46aa8dda28de77ff8fa5cc26a6b6b890c76faf7256d943a83824d56420e210c3
MD5 f150108378e435f3aee41b48542fb37d
BLAKE2b-256 3614e26571dcf37a2f24ae62cce8c61bea55a2d32830e4d99ad8d1da4de5ef0b

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page