Skip to main content

A package to simulate autocorrelated time series of signs

Project description

tradeflow : generate autocorrelated time series of signs

tradeflow lets you generate autocorrelated time series of signs.

Installation

pip install tradeflow

How to use

You can create an autoregressive model from a training time series of signs time_series_signs:

>>> import tradeflow
>>>
>>> ar_model = tradeflow.AR(signs=time_series_signs, max_order=50, order_selection_method='pacf', information_criterion=None)

To fit the model parameters, you have to call the fit function:

>>> ar_model.fit(method='yule_walker')

You can then easily simulate an autocorrelated time series of signs by calling the simulate function:

>>> simulated_signs = ar_model.simulate(size=15, seed=1)
>>> print(simulated_signs)

Documentation

Read the full documentation here.

License

Copyright (c) 2024 Martin Gangand

Distributed under the terms of the MIT license.

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

tradeflow-0.0.14.tar.gz (12.9 kB view details)

Uploaded Source

Built Distributions

tradeflow-0.0.14-pp310-pypy310_pp73-win_amd64.whl (18.1 kB view details)

Uploaded PyPy Windows x86-64

tradeflow-0.0.14-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (45.6 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

tradeflow-0.0.14-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (48.4 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

tradeflow-0.0.14-pp310-pypy310_pp73-macosx_11_0_arm64.whl (17.9 kB view details)

Uploaded PyPy macOS 11.0+ ARM64

tradeflow-0.0.14-pp310-pypy310_pp73-macosx_10_15_x86_64.whl (17.7 kB view details)

Uploaded PyPy macOS 10.15+ x86-64

tradeflow-0.0.14-pp39-pypy39_pp73-win_amd64.whl (18.1 kB view details)

Uploaded PyPy Windows x86-64

tradeflow-0.0.14-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (45.6 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

tradeflow-0.0.14-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (48.4 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

tradeflow-0.0.14-pp39-pypy39_pp73-macosx_11_0_arm64.whl (17.9 kB view details)

Uploaded PyPy macOS 11.0+ ARM64

tradeflow-0.0.14-pp39-pypy39_pp73-macosx_10_15_x86_64.whl (17.7 kB view details)

Uploaded PyPy macOS 10.15+ x86-64

tradeflow-0.0.14-pp38-pypy38_pp73-win_amd64.whl (18.1 kB view details)

Uploaded PyPy Windows x86-64

tradeflow-0.0.14-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (45.6 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

tradeflow-0.0.14-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (48.4 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

tradeflow-0.0.14-pp38-pypy38_pp73-macosx_11_0_arm64.whl (17.9 kB view details)

Uploaded PyPy macOS 11.0+ ARM64

tradeflow-0.0.14-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (17.6 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

tradeflow-0.0.14-cp312-cp312-win_amd64.whl (18.1 kB view details)

Uploaded CPython 3.12 Windows x86-64

tradeflow-0.0.14-cp312-cp312-win32.whl (17.7 kB view details)

Uploaded CPython 3.12 Windows x86

tradeflow-0.0.14-cp312-cp312-musllinux_1_2_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ x86-64

tradeflow-0.0.14-cp312-cp312-musllinux_1_2_i686.whl (1.1 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ i686

tradeflow-0.0.14-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (95.2 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

tradeflow-0.0.14-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (96.4 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

tradeflow-0.0.14-cp312-cp312-macosx_11_0_arm64.whl (17.5 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

tradeflow-0.0.14-cp312-cp312-macosx_10_9_x86_64.whl (17.4 kB view details)

Uploaded CPython 3.12 macOS 10.9+ x86-64

tradeflow-0.0.14-cp311-cp311-win_amd64.whl (18.1 kB view details)

Uploaded CPython 3.11 Windows x86-64

tradeflow-0.0.14-cp311-cp311-win32.whl (17.7 kB view details)

Uploaded CPython 3.11 Windows x86

tradeflow-0.0.14-cp311-cp311-musllinux_1_2_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ x86-64

tradeflow-0.0.14-cp311-cp311-musllinux_1_2_i686.whl (1.1 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ i686

tradeflow-0.0.14-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (95.1 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

tradeflow-0.0.14-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (96.4 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

tradeflow-0.0.14-cp311-cp311-macosx_11_0_arm64.whl (17.5 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

tradeflow-0.0.14-cp311-cp311-macosx_10_9_x86_64.whl (17.4 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

tradeflow-0.0.14-cp310-cp310-win_amd64.whl (18.1 kB view details)

Uploaded CPython 3.10 Windows x86-64

tradeflow-0.0.14-cp310-cp310-win32.whl (17.7 kB view details)

Uploaded CPython 3.10 Windows x86

tradeflow-0.0.14-cp310-cp310-musllinux_1_2_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ x86-64

tradeflow-0.0.14-cp310-cp310-musllinux_1_2_i686.whl (1.1 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ i686

tradeflow-0.0.14-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (95.1 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

tradeflow-0.0.14-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (96.4 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

tradeflow-0.0.14-cp310-cp310-macosx_11_0_arm64.whl (17.5 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

tradeflow-0.0.14-cp310-cp310-macosx_10_9_x86_64.whl (17.4 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

tradeflow-0.0.14-cp39-cp39-win_amd64.whl (18.0 kB view details)

Uploaded CPython 3.9 Windows x86-64

tradeflow-0.0.14-cp39-cp39-win32.whl (17.7 kB view details)

Uploaded CPython 3.9 Windows x86

tradeflow-0.0.14-cp39-cp39-musllinux_1_2_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ x86-64

tradeflow-0.0.14-cp39-cp39-musllinux_1_2_i686.whl (1.1 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ i686

tradeflow-0.0.14-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (95.1 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

tradeflow-0.0.14-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (96.4 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

tradeflow-0.0.14-cp39-cp39-macosx_11_0_arm64.whl (17.5 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

tradeflow-0.0.14-cp39-cp39-macosx_10_9_x86_64.whl (17.4 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

tradeflow-0.0.14-cp38-cp38-win_amd64.whl (18.0 kB view details)

Uploaded CPython 3.8 Windows x86-64

tradeflow-0.0.14-cp38-cp38-win32.whl (17.7 kB view details)

Uploaded CPython 3.8 Windows x86

tradeflow-0.0.14-cp38-cp38-musllinux_1_2_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ x86-64

tradeflow-0.0.14-cp38-cp38-musllinux_1_2_i686.whl (1.1 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ i686

tradeflow-0.0.14-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (95.1 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

tradeflow-0.0.14-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (96.4 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

tradeflow-0.0.14-cp38-cp38-macosx_11_0_arm64.whl (17.5 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

tradeflow-0.0.14-cp38-cp38-macosx_10_9_x86_64.whl (17.4 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

File details

Details for the file tradeflow-0.0.14.tar.gz.

File metadata

  • Download URL: tradeflow-0.0.14.tar.gz
  • Upload date:
  • Size: 12.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.6

File hashes

Hashes for tradeflow-0.0.14.tar.gz
Algorithm Hash digest
SHA256 276152d7144325154f92b7e19d394ba5ce72daee96a83a77358c43b9b116dd86
MD5 8e3b0793a3bc8e6759dc76db52fa7d8d
BLAKE2b-256 aee45c3d91990919ad99e3327783ae8a2f1cc6cb67547429c18a4f9b145f8f3e

See more details on using hashes here.

File details

Details for the file tradeflow-0.0.14-pp310-pypy310_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for tradeflow-0.0.14-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 699524441e36addbcdcb098f1fa2e93a72f9f67497cca3f7666208321c47ada1
MD5 788074cc854cffafa2633e0834d1d393
BLAKE2b-256 a9e9e96ef3902d03016c7a92d9b3d67e0418c80e92fe893571816aa2bc6aa11c

See more details on using hashes here.

File details

Details for the file tradeflow-0.0.14-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for tradeflow-0.0.14-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d24b3604536362f965cf04709652ca43a33c3951a45fd6d7e9727d0aefe29acf
MD5 cee869a802bf67d4a7f06e80c870ed7f
BLAKE2b-256 f886d4c915d89ce2bdb351ba4de8a1fa2ec0bd561bfca9c15500554c5a04d394

See more details on using hashes here.

File details

Details for the file tradeflow-0.0.14-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for tradeflow-0.0.14-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 61d9cc403e0d10929f677e0b9a58d76766fee012e6084f7f538de9a09b77451c
MD5 d614a8009bcae1f01802a18cfd41e2d2
BLAKE2b-256 26f81f20909fb1604b77a957da019fa1760a406723e3d550f471a7f72e6cd881

See more details on using hashes here.

File details

Details for the file tradeflow-0.0.14-pp310-pypy310_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for tradeflow-0.0.14-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 281b23c98dcc05c658d7ca9bd9f60b29de9d2ac137ae61d3bb071ed4da01f935
MD5 a0d0858951fd097a10d1c3aeaf15447c
BLAKE2b-256 280e5627949f5e4da27dc609112c33c3ee1efc24ee58c7a1d2203051b5a4d785

See more details on using hashes here.

File details

Details for the file tradeflow-0.0.14-pp310-pypy310_pp73-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for tradeflow-0.0.14-pp310-pypy310_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 5c227c0d40f18bb5965f45851fbb6ecabb9de9cde0f7a63d984b6fc575257e36
MD5 347240dce853925f422255f71a10896b
BLAKE2b-256 7f17f91de16d181a4fe263200d634992cd742d453d00450cd69f64f73dd3b767

See more details on using hashes here.

File details

Details for the file tradeflow-0.0.14-pp39-pypy39_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for tradeflow-0.0.14-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 39ce1b75b170e497d655ad95f768a914e56021bf03193e795bdc4bbf15cec0c2
MD5 6f89e3d92b1f17e5fb98f96b3c6bdd5a
BLAKE2b-256 50fac2ba3ac36961762889dcac642a6c7738697a37932fe15385897d9b6c8c00

See more details on using hashes here.

File details

Details for the file tradeflow-0.0.14-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for tradeflow-0.0.14-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bdd30df62f329613d8344b18ba19636a0bb491766b0d4500b61f5629ff4fed94
MD5 67bdb1f40eb5926fce47d95cfe6bee12
BLAKE2b-256 8caee9d39bfa5a5c52e07414729c9b04e4308816b0d4fd8eef7318ead2474c7b

See more details on using hashes here.

File details

Details for the file tradeflow-0.0.14-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for tradeflow-0.0.14-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e8439fde589d4b65de3aaa4716bd508cc4eda311ff895e83064338f24ae64375
MD5 b631fce73aa080647897557855f963e9
BLAKE2b-256 f1302d348281e97991bd1b069fa477d3ecc151de9c78b0f6f995b57558eda995

See more details on using hashes here.

File details

Details for the file tradeflow-0.0.14-pp39-pypy39_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for tradeflow-0.0.14-pp39-pypy39_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 dd5db724ef71d8d5b5b305ead89875336e18ca80fc571932e8967f521e6efa7a
MD5 18b6cb59f966b6d9476074f06d636d82
BLAKE2b-256 2098a5efea44a6f40a1155f6cf67fdf4b54bff6dd35cb88e8fec4155d1a2960e

See more details on using hashes here.

File details

Details for the file tradeflow-0.0.14-pp39-pypy39_pp73-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for tradeflow-0.0.14-pp39-pypy39_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 de0623aa97300174d6982fe14a1aa334ed7f4d41c984d29cf1a1d6abcc9390db
MD5 2cf520d79b83acfca230e2240b196fa5
BLAKE2b-256 b3b2569bb05eeaa7578000cf89e1f6bbc816f5462e977387394c0d856abafa23

See more details on using hashes here.

File details

Details for the file tradeflow-0.0.14-pp38-pypy38_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for tradeflow-0.0.14-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 784219ab49aca8b139e657fff1ec2cab2d681ebf75397168fc7c326daed48be1
MD5 a3af2128ba3fcfa88c80d01b7002df98
BLAKE2b-256 20c95517f4e535b51a65e6ae9f8755b11f9bee03fac12d2a465039e9f3096353

See more details on using hashes here.

File details

Details for the file tradeflow-0.0.14-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for tradeflow-0.0.14-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a91afcfe4d0aa6c06f1679f02d988f72e098f40745e57102f54b93649259764c
MD5 2571c487df76745152435a67aa7d0ee5
BLAKE2b-256 7f7705ce15c69dbd60bf21baf081ad7119e2628d5db27a2c0c3bd49b319bb53b

See more details on using hashes here.

File details

Details for the file tradeflow-0.0.14-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for tradeflow-0.0.14-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f1f2c2b2f9c817545f747cffdc4b0ec3484c53c196273b0c447bedf8eaa9fb52
MD5 908a126ee24ddb4b1163814356d960ac
BLAKE2b-256 7398a6ef4758566b89793f85e25db9926fb23b88ab16dc505d9d7d7e6d998bee

See more details on using hashes here.

File details

Details for the file tradeflow-0.0.14-pp38-pypy38_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for tradeflow-0.0.14-pp38-pypy38_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d5c7584931a935864c1a7774339f0b34cfbecde6703d24735193137509ab2600
MD5 23dd42e809ab35cc411c3640baa6de2b
BLAKE2b-256 88383f43cc6721259a6c03ed20e2d68bae25a724681dc32bc9d3f4b0b8ee8f56

See more details on using hashes here.

File details

Details for the file tradeflow-0.0.14-pp38-pypy38_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for tradeflow-0.0.14-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 32e0d13db0a345cbb80f15b23575efd1aca01c72d776b45f30a0b7c0f42ed12a
MD5 14c4672b6b768ee1e7c9e35767fdb23b
BLAKE2b-256 1e8b30f0849ed1971d30af620f89dd2f0b080cebf37d375074498cc04b4e67a9

See more details on using hashes here.

File details

Details for the file tradeflow-0.0.14-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for tradeflow-0.0.14-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 d25f4ff1489d6ccfc1b7be534f6f1d0f9b5bc24b47351b1b5543e98d3b0133e9
MD5 290ad322741f26e65ebc010ad28c5a5e
BLAKE2b-256 62ec2b2650e4286c5b98efebae5e6961932970d70f8b61f6b957f67033051967

See more details on using hashes here.

File details

Details for the file tradeflow-0.0.14-cp312-cp312-win32.whl.

File metadata

  • Download URL: tradeflow-0.0.14-cp312-cp312-win32.whl
  • Upload date:
  • Size: 17.7 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.6

File hashes

Hashes for tradeflow-0.0.14-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 713e2518424b2174deb6412ed55b6b0acb6d8e499e375ef2d7a4d7154495063b
MD5 88201562bfc6bdd30c1c58b439f65af8
BLAKE2b-256 9388824925b248deb07366140563676ead0917fe4ba95f2072e00fc5b1cba20a

See more details on using hashes here.

File details

Details for the file tradeflow-0.0.14-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for tradeflow-0.0.14-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a8b616e148af881bb0fadd057ec09871aeca17ecddb0ddbbdbcee6c41c3f6cf6
MD5 88175654efc85cbfbc66d7c586af8efa
BLAKE2b-256 6c80e7db8a261e4a22e2a3434d8b32cbbd5af82f943abbfcf13040de7c925b12

See more details on using hashes here.

File details

Details for the file tradeflow-0.0.14-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for tradeflow-0.0.14-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 e9ff794f2c1461b35b421743aead30c7e69b11cf8450b2d770f23a2bab4b7ad3
MD5 c05cccd2461ec813e3a17a51ccb94d7a
BLAKE2b-256 1a76e0b16d106e0a1ec97b1ca58b2001141b43b338a3ea8fb8acbfd2a7f3a319

See more details on using hashes here.

File details

Details for the file tradeflow-0.0.14-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for tradeflow-0.0.14-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7975c8a3230cf86c5ef6a22fc63fa0b72aac3b57fae110ee6c153fcc11d66e22
MD5 fe6ac0606be4f2ac110a8c3f488fe3df
BLAKE2b-256 0d9347ceabd98c8df5a62798a6947263d5f8f1d643c60fb377c341d1b051b476

See more details on using hashes here.

File details

Details for the file tradeflow-0.0.14-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for tradeflow-0.0.14-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1ee9156edd68075ff98919534f981bd349c6a07acad0db679913786d76e26552
MD5 f1469c6800d41d6493a9c50816828463
BLAKE2b-256 9c80b8280450439c8cb56dca1ba8620febee7b270a050b43e54bb58e0dd42403

See more details on using hashes here.

File details

Details for the file tradeflow-0.0.14-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for tradeflow-0.0.14-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e7612ec9e6ed31b62b0c3922d8652744911e94cfbc5f6cd74a6053ad63e45a09
MD5 c07a2489c52bd1321618e0a86299e22a
BLAKE2b-256 82d44c14bc1f44604045c2c954bee5de1ebd1baa6e08681960dcd607a9b25e36

See more details on using hashes here.

File details

Details for the file tradeflow-0.0.14-cp312-cp312-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for tradeflow-0.0.14-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6eecbefaced52897d669d22edfb5df3c6f8cfbb51c6e01e8f8670a8e2c9b670d
MD5 ff7022a5a44b9797fc7dac70f6d707a1
BLAKE2b-256 e0397fe731eedf3e7485005b1d0066f6c08a17390d12c86935422bff733b77ec

See more details on using hashes here.

File details

Details for the file tradeflow-0.0.14-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for tradeflow-0.0.14-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 60d0decdf1fef9cfac3d85f59c2c441af70f65a48e498890b57667eceb39732a
MD5 9f5c164426e86fb95b1930ae243e1fb1
BLAKE2b-256 eb86e1c7425e530809dc9ebe590d103bbaac32f161189c624f3ab3e4c8f70520

See more details on using hashes here.

File details

Details for the file tradeflow-0.0.14-cp311-cp311-win32.whl.

File metadata

  • Download URL: tradeflow-0.0.14-cp311-cp311-win32.whl
  • Upload date:
  • Size: 17.7 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.6

File hashes

Hashes for tradeflow-0.0.14-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 672d5f886f892acf6f0e73a4306d661fd2c285a21821560c01ea96a338b62511
MD5 3699e08bf811fe4967578a60687be163
BLAKE2b-256 8a0235b49a16ebb5de06235dcc6c176419879c293fb84d15500f25261fd3f355

See more details on using hashes here.

File details

Details for the file tradeflow-0.0.14-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for tradeflow-0.0.14-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 053d5e913ef3b1cd46a4262302a73d588f1a79bf3c619ec4d5de8902fce3b292
MD5 e1f8eff7f27c854ef626292fbba19764
BLAKE2b-256 fcf5f8b02c0aa5520170fe5ac210608a3951580d78b7ea63cb3d91b33a70aaae

See more details on using hashes here.

File details

Details for the file tradeflow-0.0.14-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for tradeflow-0.0.14-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 e03d47cce50f725f6bdedfe24f44ca1492579752cda153729ce023d9b47c9d43
MD5 a785939438d9c2b17a4f95fd745046b3
BLAKE2b-256 a733c58ca921c2de7f18be5fbebe7d086c8da2565780e664e2494f185ff223de

See more details on using hashes here.

File details

Details for the file tradeflow-0.0.14-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for tradeflow-0.0.14-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7139cac766dfd7e587907e769e0fb824a8985a475703cf23771ac2e0564aa1db
MD5 0c2397ada685dd10c1467a1502e01a5c
BLAKE2b-256 77b36fdc674e9bc4e7556db8a27000a0df19f451b635af0cb641d72431f7e5df

See more details on using hashes here.

File details

Details for the file tradeflow-0.0.14-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for tradeflow-0.0.14-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9f23e01d3e140da502b9a7c4d9cf77d786e48efec87315e17ec88ced5da5214b
MD5 cad22841732d1fd369fd92058b2a914b
BLAKE2b-256 20b2155b8878b0793f678ec981776dbe81e5d7dbf964a31c064fe740e411c757

See more details on using hashes here.

File details

Details for the file tradeflow-0.0.14-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for tradeflow-0.0.14-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cee6d47e25d38103ba96834857a8a43fd90d3e606002e4b280383c237c4010f3
MD5 2cfb56889f864618612607596d7076ab
BLAKE2b-256 264d3a9a9c5825818444c551aa007a51405cac72e6ad301ad4a8d37b638d2da6

See more details on using hashes here.

File details

Details for the file tradeflow-0.0.14-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for tradeflow-0.0.14-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a0587f8aa2c9fd7ecd29f02d3213b6676aafe98f0d06cb7a1978b01be9279cf9
MD5 662bce2da36399fe13168f1a428d311b
BLAKE2b-256 a664d712431c057f783117699b55ce6936989d2a6fff8ea7dff411552570311e

See more details on using hashes here.

File details

Details for the file tradeflow-0.0.14-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for tradeflow-0.0.14-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 0fb2dc6c584969a72a79ff933012daea38b6438206e9a751fe16b2da030f123d
MD5 b24195dfded0e99c3dc9d1a54d55e8db
BLAKE2b-256 5ea03cf8f7b753c6faf12fd558971847be32a71d31429cf59e3b7fddc86b5188

See more details on using hashes here.

File details

Details for the file tradeflow-0.0.14-cp310-cp310-win32.whl.

File metadata

  • Download URL: tradeflow-0.0.14-cp310-cp310-win32.whl
  • Upload date:
  • Size: 17.7 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.6

File hashes

Hashes for tradeflow-0.0.14-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 2d1777511a5a00b85f845662482f6b0f55af5e997cf6d1688b8161a013ba6711
MD5 5c24bdb85ab53d7ff3a56ed25321ab78
BLAKE2b-256 e13f96b4fae41d2fd2cc744146d63c2911bad549e21c47761638f4fa2eda3d2f

See more details on using hashes here.

File details

Details for the file tradeflow-0.0.14-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for tradeflow-0.0.14-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 15f149c95dd382e0410b45708d03489821797ab1daedd3131e22cf8cf1c009bc
MD5 fafc67f928cb7bc933efddccdf737f7d
BLAKE2b-256 3db091fa5913dd25959df76da2e6c36ba5140ebc50006e209fa3163c6c5d9637

See more details on using hashes here.

File details

Details for the file tradeflow-0.0.14-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for tradeflow-0.0.14-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 30d7b47cddfb2e9a8f076c65d2f6ad5f89c93be59ea89429dee12c7cbef024a8
MD5 110192f76d0801a77c80bfad39c67bdf
BLAKE2b-256 707ab63e281777b09f467f9b72c0825c7593a7448e41ad481365d25728a504cf

See more details on using hashes here.

File details

Details for the file tradeflow-0.0.14-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for tradeflow-0.0.14-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a812e6459563dd566e9df5096a76bffb78c77d557ffefafc7e317197bb80993a
MD5 55c592748d357b052284e5640efa8ddc
BLAKE2b-256 840e1cb6b26796e7c89d94f02f6bcd0e18ae7b7ee504b7d8cebadf792fb62a2e

See more details on using hashes here.

File details

Details for the file tradeflow-0.0.14-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for tradeflow-0.0.14-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e767fb909491fbcb9ab93f1687ac438fcd80a715dac4520d99664de7d0781666
MD5 fba36d46f8f0c7c0f34ccf2eb92e554e
BLAKE2b-256 f929780c9aef10619fcac2cd96eea52b940d9531dc4077e77170fc55c7ef50ae

See more details on using hashes here.

File details

Details for the file tradeflow-0.0.14-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for tradeflow-0.0.14-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4adad995241b95ae9f22b34ca48c32710576c22d72647bac983cab8834c133b2
MD5 a63a71d4b8629aacbe194c9b8ff7a7cd
BLAKE2b-256 2f263d692aada6c699691c1a70cf4e29db97d97cd3539e1c172191d8d6411aa2

See more details on using hashes here.

File details

Details for the file tradeflow-0.0.14-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for tradeflow-0.0.14-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b9de50cc876110ec4fcbd91d1bf8a165117f94cc28edd811066acb35f078b6d2
MD5 e6e51fb8de8ba0d387c56c7b5c751e0a
BLAKE2b-256 b63448a3e10a18aff2119e937a00bc29578322233c285193a65ec663f3b4c1e6

See more details on using hashes here.

File details

Details for the file tradeflow-0.0.14-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: tradeflow-0.0.14-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 18.0 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.6

File hashes

Hashes for tradeflow-0.0.14-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 adfc3ed66b82efbf5cfc3245d28f67d8110e5eb08ad4a98ec718ee0d770ed3d7
MD5 c7fc77c6bc2b541a8a27175c41162c58
BLAKE2b-256 203cfbf0b45e61cd8cb969ae8563d8162153ec4c3c38f8e20cfeb259d50a31d9

See more details on using hashes here.

File details

Details for the file tradeflow-0.0.14-cp39-cp39-win32.whl.

File metadata

  • Download URL: tradeflow-0.0.14-cp39-cp39-win32.whl
  • Upload date:
  • Size: 17.7 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.6

File hashes

Hashes for tradeflow-0.0.14-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 99bcad5001a3d94a9374873e5f655b63f924a923ce5845f7cfc0c71132409578
MD5 48b93fc9914a53afae00575e9aeb5a69
BLAKE2b-256 0e0741b71e11ccc21b4380ceb79d09971dd75f0b6aaf04d825c7992bad8f7c05

See more details on using hashes here.

File details

Details for the file tradeflow-0.0.14-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for tradeflow-0.0.14-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c5dfef8de5e07e53fa7af24b4629be4cfa38eb51407fc7c32164dce848d75a83
MD5 3a14f9ba858f759d6e3853c7b5dcb00d
BLAKE2b-256 e691a47cde028365368251d449f9ba1f99dc8a6325e00990f4fa51a0b839ebbf

See more details on using hashes here.

File details

Details for the file tradeflow-0.0.14-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for tradeflow-0.0.14-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 66b673939a91fb5738f7cf2c7ca98dac313e676a2b5fadd3aa860acc866a1566
MD5 06eb4b46ace5b39dde33b152c85c5e16
BLAKE2b-256 54b15fd89952bc7f7e9d5cdb7c304132a12460660b76134fe4063ad2edd1a97b

See more details on using hashes here.

File details

Details for the file tradeflow-0.0.14-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for tradeflow-0.0.14-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8afcb081715332b93f992cac00bcbb61b0cf0222d91e65e115bb3731e264d94d
MD5 6e852c59436ca660e46ccd2700621a2d
BLAKE2b-256 4ef82967c890a4ae61360847bd22a3df11700b5214ff4c70104665548b25ea66

See more details on using hashes here.

File details

Details for the file tradeflow-0.0.14-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for tradeflow-0.0.14-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 41809d81ba3c4b2082ea71eb1716996488a2beba1c3ba94ec37066849657e2c7
MD5 6b365205e32ead9160902e3e0ad0cdf5
BLAKE2b-256 12ef9b58d604b5785faa7d8b4e1bd8182d9d518999eb906e34e90e7bad364295

See more details on using hashes here.

File details

Details for the file tradeflow-0.0.14-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for tradeflow-0.0.14-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 da02183bd8e33b464a06f18b40900c447b06124603314b6c5f83601099d3cf6d
MD5 c7e84300319deb5a46bc6d3bb83f8eb1
BLAKE2b-256 f05072070cbcdf7206a1c2de9bbc7d99b3b4eb06b01578e09f93c1dd2207f280

See more details on using hashes here.

File details

Details for the file tradeflow-0.0.14-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for tradeflow-0.0.14-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d97c972318e03db7c8a94315a638f0fd3f5ec1f0bbd07816aaf479670ba10b5a
MD5 b09aebb45d9c82473ff1b8d720bab099
BLAKE2b-256 1387d74640c5ea0271149b1c7fd44c8efb0cd3680ebccc902d2333547d323d2e

See more details on using hashes here.

File details

Details for the file tradeflow-0.0.14-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: tradeflow-0.0.14-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 18.0 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.6

File hashes

Hashes for tradeflow-0.0.14-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 d956cf4c4fa084c62948db04aff9ddef140fc880ca64cb0f25f7c3ec5133b98c
MD5 db95088d35dc94c6307f7d3e66e2b57b
BLAKE2b-256 2305c9c20488c223ca1ee247d0bfc319a1bd96d8e24ceb6bf53262b1b95d0d2c

See more details on using hashes here.

File details

Details for the file tradeflow-0.0.14-cp38-cp38-win32.whl.

File metadata

  • Download URL: tradeflow-0.0.14-cp38-cp38-win32.whl
  • Upload date:
  • Size: 17.7 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.6

File hashes

Hashes for tradeflow-0.0.14-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 908ad0b05b4fc3afa0497744e619e74020dc1b66286e0ce2cb6e9a2440304d92
MD5 49dd6b02eddbfb81f8b49294c865660c
BLAKE2b-256 3866cf218e2532158a1ffaafa6ae21394ce4c7ff9f748bf6e613e5b7368f9900

See more details on using hashes here.

File details

Details for the file tradeflow-0.0.14-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for tradeflow-0.0.14-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 263ce978c881bd2f0c43896ab06f35a52de78d52fd0d355494c88da05929e246
MD5 d78a9761af32f4c3c5149c71c7887eb0
BLAKE2b-256 c61b8506437bef7a984e7796329b5e44a5ab5e54356fd9cd048229f4e8cf6144

See more details on using hashes here.

File details

Details for the file tradeflow-0.0.14-cp38-cp38-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for tradeflow-0.0.14-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 179886f2d0d32e8d8321403b65719be502622440614c4a6a3e98b2b8e1809bf6
MD5 45486f777f0f5298f5ec37ac588700f1
BLAKE2b-256 969bf676fd292246f2b91f4ea15dba499217840359d00c4358199b13ab6d1385

See more details on using hashes here.

File details

Details for the file tradeflow-0.0.14-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for tradeflow-0.0.14-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 29eef27fe6cbb4a2662082fbf74fe07c65e3f0a56014b408a4ee2b90ef3300b2
MD5 e68a1b12eeae6ab9e5aea585640328c8
BLAKE2b-256 d2373517b719bc0e7148145bc3c590295de7585e2521a3c1b062b277b24a6b5f

See more details on using hashes here.

File details

Details for the file tradeflow-0.0.14-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for tradeflow-0.0.14-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f97e5a456b80bc0557ff1aa0b27f3c25ba165d70d2139e7aee3d45982540b22d
MD5 c943dca3799183e7a888d20c8b6faa4d
BLAKE2b-256 8385dd7fd5d9c4c28f5610930e0ee76393d4026aae55c17690bb714bea1caf80

See more details on using hashes here.

File details

Details for the file tradeflow-0.0.14-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for tradeflow-0.0.14-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 86ec2cb8d9afa29d61bd87797f6a4f21fc01ee55987e86974267b69ceabd1a33
MD5 979b8809cbd258e40f878163c8e9a92b
BLAKE2b-256 c605f8f49b459cd54b189008f95ca5fe295ee7767fae9ebc75cb57f9bb333b39

See more details on using hashes here.

File details

Details for the file tradeflow-0.0.14-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for tradeflow-0.0.14-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9b9eb77b35e53f7c0ab8493b1a2f7fb4f83463ab814b8fe6c4ed50296cf0ce70
MD5 40b720336351343fab63ba5dad0b0bb6
BLAKE2b-256 e2940152a4797a5f49bb2ced91f7839bf7ce7e54387cd13afb63126f6b089e42

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