Skip to main content

Hyperliquid-first trading CLI and Python toolkit for terminal-first trading workflows

Project description

Neleus

Neleus is a Hyperliquid-first CLI and Python toolkit backed by a Rust core.

It is built for terminal-first trading workflows:

  • search Hyperliquid spot, perp, and HIP-3 markets
  • run technical analysis and ranked market scans
  • stream live order book data in the terminal
  • scaffold Python strategy projects
  • backtest strategies against Hyperliquid market data
  • run strategies once or as a daemon with optional database-backed trade monitoring

Links

Install From Source

pip install maturin
maturin develop --release
pip install -e .

CLI Examples

No-project market workflows:

neleus about
neleus market search GAS --scope all-perps
neleus market list --scope hip3 --dex xyz
neleus market analyze GAS --scope hip3 --dex flx
neleus market scan --scope perps
neleus market book flx:GAS-PERP

Project workflow:

neleus new my_strategy_project --db-backend postgres --trade-monitoring
cd my_strategy_project
neleus db init
neleus backtest --strategy momentum
neleus run --mode once --strategy momentum

Python Strategy Workflow

Neleus scaffolds a Python project with:

  • neleus.toml for market, runtime, and database settings
  • a strategies/ directory for strategy code
  • runtime helpers like run_project_once(...) and run_project_daemon(...)
  • a Rust bridge for market data, Hyperliquid adapters, and core trading types

For full usage guides, strategy examples, and configuration details, see the hosted docs: https://auralshin.github.io/neleus/

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

neleus-0.1.15.tar.gz (201.9 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

neleus-0.1.15-cp313-cp313-win_amd64.whl (2.4 MB view details)

Uploaded CPython 3.13Windows x86-64

neleus-0.1.15-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.7 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

neleus-0.1.15-cp313-cp313-macosx_11_0_arm64.whl (2.3 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

neleus-0.1.15-cp313-cp313-macosx_10_12_x86_64.whl (2.5 MB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

neleus-0.1.15-cp312-cp312-win_amd64.whl (2.4 MB view details)

Uploaded CPython 3.12Windows x86-64

neleus-0.1.15-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.7 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

neleus-0.1.15-cp312-cp312-macosx_11_0_arm64.whl (2.3 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

neleus-0.1.15-cp312-cp312-macosx_10_12_x86_64.whl (2.5 MB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

neleus-0.1.15-cp311-cp311-win_amd64.whl (2.4 MB view details)

Uploaded CPython 3.11Windows x86-64

neleus-0.1.15-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.7 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

neleus-0.1.15-cp311-cp311-macosx_11_0_arm64.whl (2.3 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

neleus-0.1.15-cp311-cp311-macosx_10_12_x86_64.whl (2.5 MB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

neleus-0.1.15-cp310-cp310-win_amd64.whl (2.4 MB view details)

Uploaded CPython 3.10Windows x86-64

neleus-0.1.15-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.7 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

neleus-0.1.15-cp310-cp310-macosx_11_0_arm64.whl (2.3 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

neleus-0.1.15-cp310-cp310-macosx_10_12_x86_64.whl (2.5 MB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

File details

Details for the file neleus-0.1.15.tar.gz.

File metadata

  • Download URL: neleus-0.1.15.tar.gz
  • Upload date:
  • Size: 201.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for neleus-0.1.15.tar.gz
Algorithm Hash digest
SHA256 f32f65cc65760e5a0138eca83fbd4fbb4842ec969763730622fe448a7bf7212c
MD5 6754c79d4cc407028574ecd457a04691
BLAKE2b-256 c7194b70069ca504a111f00937fa7e528d241eb3537dc16a8e013c696a0ad24e

See more details on using hashes here.

File details

Details for the file neleus-0.1.15-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: neleus-0.1.15-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for neleus-0.1.15-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 1309702442a00beec09afb1142612aafc555ffb8c31a86655727a26cab07d20c
MD5 fc9dbf7b6172c51d298e1fb3578dbb5f
BLAKE2b-256 be64a07d9250920f12ac03a5c51c239a506086ee4aee5c0518e551f40cbb4f8d

See more details on using hashes here.

File details

Details for the file neleus-0.1.15-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for neleus-0.1.15-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3cea7ba4f6878f3b978bbde729984825b5727731d481f04a132914020c42ded3
MD5 299af07ba8a869f6633f5bbe34a46e08
BLAKE2b-256 e2ebdad6cf28fd7059c17c18cfe0ff13ae361437d3697845e9c703e2114a119b

See more details on using hashes here.

File details

Details for the file neleus-0.1.15-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for neleus-0.1.15-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c888e94212175898c27b9cebda13bb5393546208e5e2678745747fdafef3eba9
MD5 247da5e2339ee5bab0363fcee495ab02
BLAKE2b-256 e4a14189f0a908fc1cc7cbec6f8eeadce57c6887fa8f2cd18450849c15801e8d

See more details on using hashes here.

File details

Details for the file neleus-0.1.15-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for neleus-0.1.15-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 4073f7c2b532bb3d8bfb35f2a362bc877de237e3a013949ca9ac51eeae646f6b
MD5 160adc8a181c5ffceeaadcfa45b6978b
BLAKE2b-256 5f86d05b11519c40f986525792aa80e1823734371fc7a794c6e64608943ac81e

See more details on using hashes here.

File details

Details for the file neleus-0.1.15-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: neleus-0.1.15-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for neleus-0.1.15-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 3e773c97f365c68aaf7923129f00ffdbaa08ef7652f19a1d096b83088cd05197
MD5 9890c2c429b5146441ffd841daff4858
BLAKE2b-256 e2475fb902ff3c3743ea8de54e63f624fd1d5c165f99dbe17bb85ce013d9a64e

See more details on using hashes here.

File details

Details for the file neleus-0.1.15-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for neleus-0.1.15-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b6b08f29d24a0ad699a10e0d0d90fb684d72e79854d499bf86f3e92997a9377f
MD5 8b40a2fc94f0be68fd205c346a530d4e
BLAKE2b-256 38cbc6feb84d705ce10557034ada3b88326c61ceb4600a1848c635714348cf50

See more details on using hashes here.

File details

Details for the file neleus-0.1.15-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for neleus-0.1.15-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6029b2a3817c84a98326e4ddb10ed4acb14856b54efeec972c5261d4a8259a37
MD5 b8612d942338ba64f0702e8b07cd2eac
BLAKE2b-256 feebdb7dff59ee8c10232ca0007318121a94f6e348c24a96694462653e88d196

See more details on using hashes here.

File details

Details for the file neleus-0.1.15-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for neleus-0.1.15-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 087e68656375dcc8f7d89290ba53374d0883f23fbbf9dc07d4873f3992686c3f
MD5 5dc039e9035642f6ead8805cf6eca432
BLAKE2b-256 84095783a62a3ca7c21e29393e67e4915ba1b5b8720587b88c9fa0c919e5620d

See more details on using hashes here.

File details

Details for the file neleus-0.1.15-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: neleus-0.1.15-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for neleus-0.1.15-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 3c7cd5aca21c6b0c201386e88b2a9524d9abed914a2bbba75eb25386d2b6c882
MD5 745b6b58b5956483a6fe44d57dae8835
BLAKE2b-256 2804f66e16eeb383be2fd640a7cc6f5e2babed302a0144b06bec03ffdb053f41

See more details on using hashes here.

File details

Details for the file neleus-0.1.15-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for neleus-0.1.15-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 df0edd4070523537139b297df4daa1b390fa4c8fb600aaf308491c25391a9687
MD5 08124d80bbfa4644f74bc2f11ef29116
BLAKE2b-256 41cdf98aefd4458afee04753a1234565b0f2df16b7c7529e48a2f324b8ee4d7a

See more details on using hashes here.

File details

Details for the file neleus-0.1.15-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for neleus-0.1.15-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c6eb548ab745de5ed0a536ba144a4cdee9798b2516f65c8910eadd3a0022d857
MD5 4d1b4ed3ecf4a2095af6c27f5abd55d1
BLAKE2b-256 6b4aa205d9aaa5931000afc319d429f8198008b37fc2e124fdfa039cadcbfe8b

See more details on using hashes here.

File details

Details for the file neleus-0.1.15-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for neleus-0.1.15-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 90b44b7e8adeccf155c3b5fa5e32edf6aa242d93f00c440942536bad4332da86
MD5 41278d1a319c4a78b13b8dcd892d1a2f
BLAKE2b-256 4dbac148a79a11f0536a29a4b231afa59126c98a22ba3da793c0bc3fdd09fa7d

See more details on using hashes here.

File details

Details for the file neleus-0.1.15-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: neleus-0.1.15-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for neleus-0.1.15-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 2c2dff41ff20a17b9eea71deb2ea93bcb01b6f5770b72cbc8e28f026c8b051fd
MD5 4a700e2fc95ff2cf9338c687776c44cb
BLAKE2b-256 7d89f95dbf3dced79ac4f482c5845e856f44ee2721f4891a5b13e77e8331828f

See more details on using hashes here.

File details

Details for the file neleus-0.1.15-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for neleus-0.1.15-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a103bbc973ea15e74b0d4369e9b6e578f7f37903bd9cabc9c205634a07af99bb
MD5 a0a28b6a2d279c36f88532620916d1bc
BLAKE2b-256 86e9cd97d3cfbb5ba426e08d63328cb65338b74e27e43e372f14010b96bda0b0

See more details on using hashes here.

File details

Details for the file neleus-0.1.15-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for neleus-0.1.15-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 410233907f41cda96ebf5d5e8b561c418be6b162fb098dbbcdfed251fb6aa194
MD5 8e739a84004f746abbf16ec0abad2f5c
BLAKE2b-256 f4780a25e8a6e81de8ab70767a8320c754629e5eb507a990e62d1da1bff35ab2

See more details on using hashes here.

File details

Details for the file neleus-0.1.15-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for neleus-0.1.15-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 216703d48c48b215d5d1431fd7e2e62e068e21fe3270c412f398cbc4a6e76c26
MD5 37853d67ab8ec21e2b24aae12367bfb6
BLAKE2b-256 d8f13f8c26370ebdb7a66554d836fc01c925f3daad73f1b3ec2a7ffcd4927108

See more details on using hashes here.

Supported by

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