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.10.tar.gz (12.4 kB view details)

Uploaded Source

Built Distributions

tradeflow-0.0.10-pp310-pypy310_pp73-win_amd64.whl (22.9 kB view details)

Uploaded PyPy Windows x86-64

tradeflow-0.0.10-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (46.6 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

tradeflow-0.0.10-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (49.5 kB view details)

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

tradeflow-0.0.10-pp310-pypy310_pp73-macosx_11_0_arm64.whl (18.9 kB view details)

Uploaded PyPy macOS 11.0+ ARM64

tradeflow-0.0.10-pp39-pypy39_pp73-win_amd64.whl (22.9 kB view details)

Uploaded PyPy Windows x86-64

tradeflow-0.0.10-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (46.6 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

tradeflow-0.0.10-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (49.5 kB view details)

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

tradeflow-0.0.10-pp39-pypy39_pp73-macosx_11_0_arm64.whl (18.9 kB view details)

Uploaded PyPy macOS 11.0+ ARM64

tradeflow-0.0.10-pp38-pypy38_pp73-win_amd64.whl (22.9 kB view details)

Uploaded PyPy Windows x86-64

tradeflow-0.0.10-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (46.6 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

tradeflow-0.0.10-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (49.5 kB view details)

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

tradeflow-0.0.10-pp38-pypy38_pp73-macosx_11_0_arm64.whl (18.9 kB view details)

Uploaded PyPy macOS 11.0+ ARM64

tradeflow-0.0.10-cp313-cp313-win_amd64.whl (22.8 kB view details)

Uploaded CPython 3.13 Windows x86-64

tradeflow-0.0.10-cp313-cp313-win32.whl (21.7 kB view details)

Uploaded CPython 3.13 Windows x86

tradeflow-0.0.10-cp313-cp313-musllinux_1_2_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ x86-64

tradeflow-0.0.10-cp313-cp313-musllinux_1_2_i686.whl (1.1 MB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ i686

tradeflow-0.0.10-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (97.8 kB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ x86-64

tradeflow-0.0.10-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (99.0 kB view details)

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

tradeflow-0.0.10-cp313-cp313-macosx_11_0_arm64.whl (18.5 kB view details)

Uploaded CPython 3.13 macOS 11.0+ ARM64

tradeflow-0.0.10-cp312-cp312-win_amd64.whl (22.8 kB view details)

Uploaded CPython 3.12 Windows x86-64

tradeflow-0.0.10-cp312-cp312-win32.whl (21.7 kB view details)

Uploaded CPython 3.12 Windows x86

tradeflow-0.0.10-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.10-cp312-cp312-musllinux_1_2_i686.whl (1.1 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ i686

tradeflow-0.0.10-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (97.8 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

tradeflow-0.0.10-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (99.0 kB view details)

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

tradeflow-0.0.10-cp312-cp312-macosx_11_0_arm64.whl (18.4 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

tradeflow-0.0.10-cp311-cp311-win_amd64.whl (22.8 kB view details)

Uploaded CPython 3.11 Windows x86-64

tradeflow-0.0.10-cp311-cp311-win32.whl (21.7 kB view details)

Uploaded CPython 3.11 Windows x86

tradeflow-0.0.10-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.10-cp311-cp311-musllinux_1_2_i686.whl (1.1 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ i686

tradeflow-0.0.10-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (97.8 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

tradeflow-0.0.10-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (99.0 kB view details)

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

tradeflow-0.0.10-cp311-cp311-macosx_11_0_arm64.whl (18.5 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

tradeflow-0.0.10-cp310-cp310-win_amd64.whl (22.8 kB view details)

Uploaded CPython 3.10 Windows x86-64

tradeflow-0.0.10-cp310-cp310-win32.whl (21.7 kB view details)

Uploaded CPython 3.10 Windows x86

tradeflow-0.0.10-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.10-cp310-cp310-musllinux_1_2_i686.whl (1.1 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ i686

tradeflow-0.0.10-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (97.8 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

tradeflow-0.0.10-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (99.0 kB view details)

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

tradeflow-0.0.10-cp310-cp310-macosx_11_0_arm64.whl (18.5 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

tradeflow-0.0.10-cp39-cp39-win_amd64.whl (22.8 kB view details)

Uploaded CPython 3.9 Windows x86-64

tradeflow-0.0.10-cp39-cp39-win32.whl (21.7 kB view details)

Uploaded CPython 3.9 Windows x86

tradeflow-0.0.10-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.10-cp39-cp39-musllinux_1_2_i686.whl (1.1 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ i686

tradeflow-0.0.10-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (97.8 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

tradeflow-0.0.10-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (99.0 kB view details)

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

tradeflow-0.0.10-cp39-cp39-macosx_11_0_arm64.whl (18.4 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

tradeflow-0.0.10-cp38-cp38-win_amd64.whl (22.8 kB view details)

Uploaded CPython 3.8 Windows x86-64

tradeflow-0.0.10-cp38-cp38-win32.whl (21.7 kB view details)

Uploaded CPython 3.8 Windows x86

tradeflow-0.0.10-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.10-cp38-cp38-musllinux_1_2_i686.whl (1.1 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ i686

tradeflow-0.0.10-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (97.8 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

tradeflow-0.0.10-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (99.0 kB view details)

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

tradeflow-0.0.10-cp38-cp38-macosx_11_0_arm64.whl (18.4 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

File details

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

File metadata

  • Download URL: tradeflow-0.0.10.tar.gz
  • Upload date:
  • Size: 12.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.5

File hashes

Hashes for tradeflow-0.0.10.tar.gz
Algorithm Hash digest
SHA256 b1f8d4f19ee2f349a7ac648879bab4f37095a3cd27eda95c526493ff58576c4e
MD5 9bbcf2f24719d1a0cfc05a96a8ad7074
BLAKE2b-256 12c208b1ea5fb9a362a4b35ede7ad3c177ee79f2dbcf5d5192f47e450b66b644

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.10-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 dfa86ba5305707748874a29cb706509cf41ce21d7a55c3ce72734bfdc081bdf0
MD5 44cc6f2af63f72ae817f661169f2bb5e
BLAKE2b-256 b89e99a27a39294cb57a8555437e16090e90f5d2d32817f6a2538b87e99e517c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.10-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8252f40b0e4c6ead782f0f0dc9dd5031426de125e7122e8d422daa8dcf69c10d
MD5 6e71b5d08a006b07bb6288daa00e3841
BLAKE2b-256 89066e5e28bcb18542c7d3707345836af827e8d7a5aa48ae94b41fe80ff39102

See more details on using hashes here.

File details

Details for the file tradeflow-0.0.10-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.10-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 95e157211cdad891da36fd7124ff8af4f8cfac8adb6b197d2c342976caf99843
MD5 f3012752c1b12c6bad08b10095fa7873
BLAKE2b-256 5ef2b9492997a24383b2482eeb1c73c11430ec0bfa83af83e86bb17faecde6e5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.10-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 60c9506aca24a43b6601a8163ded90967c1258e7963383861896350307753216
MD5 8cdaf98346921901762da0c7b1103887
BLAKE2b-256 a51a63eb3d1457303f6f8e85559e5ab363a2bbfeb1992ff038328245099856ab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.10-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 433195bfb4d75da7f932099cf5c1b4cb4d2352e9de9ba620cae46642aa8d12ab
MD5 0455ff4f51612e783db601a880e4053e
BLAKE2b-256 58cf0a4a9d79b3fb9eb82360ac5dff06bb6f9fe2f01e86413aa76b289b83ca73

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.10-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a7dd20136b219eabf0850cc9faf836bf38c8d5d23ce69b4f77bee23b45205c58
MD5 109c072b52c80e8ab930a6c105c23898
BLAKE2b-256 7304906f89cb0ee2b8af655c571d293c3f49a6451e5ec63f4c60c68724b90ce1

See more details on using hashes here.

File details

Details for the file tradeflow-0.0.10-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.10-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6f493a553a12cfcf15a66f784e0f4b06935875786bc96b746b09edbc7378e322
MD5 799656cb7d79a79343c8ea470a99853c
BLAKE2b-256 87d655e5a94010eefe2181e6fc97e7ab6efb013fff24e71cc9084a9817591cf6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.10-pp39-pypy39_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a2b1e7393a95faf92a548e1d0424996caa62b40f496fd9631ebeaa6db43570aa
MD5 6de62b6a63ad4d7cb06563adfa2652d3
BLAKE2b-256 a85b3a9780e0c9cdcc6be765a4f9d7db9d77328787e0dc5a803a11876cf3e1ff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.10-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 44ed7813167fba85ce978f796ac8eb50fd6cdc2051bd9c730a21245f29fde8f0
MD5 bc51e17d86487cc2377ae9203b1e27e6
BLAKE2b-256 673c4202f255dd3b49450ca45f968044b51f4f60cd31e785f038519d31947a0b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.10-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 67745223b709d457faf937a9198f4312725cf57db59ec93aba7356f24f90df02
MD5 90e66bd368db37603dd07bfe3cd673db
BLAKE2b-256 af65bb47e8f467e495ccffa879d8f15f75fb47531d17b00853c0b6c667967ed7

See more details on using hashes here.

File details

Details for the file tradeflow-0.0.10-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.10-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 eb14db071f71fb1d5ace3c7359dfc4a54bc19f610de25a97dbf78bf2c76741db
MD5 0a77d561cb22d9e33ff5576a4edd3291
BLAKE2b-256 73a01283b37b7ac64cc89e90689f2c8b00afa9c49c0bc9b52a823d0ddc7ed1e8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.10-pp38-pypy38_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 df51d5d5795c13c6892c2dc616c130a9e343c568ce1b953106634acd6b1904ee
MD5 2f5c756fe6307111a4e3e5c6187345d6
BLAKE2b-256 2670dab627e575294748366aa86134ed5b65f8e86febd22674d3f41351206ded

See more details on using hashes here.

File details

Details for the file tradeflow-0.0.10-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for tradeflow-0.0.10-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 f579aff1aef239695f56f4d74846b77d6a688d11efe2743b1f90595b2d91496f
MD5 58b1248b8760d9181147e7aad386a9c7
BLAKE2b-256 02d07aa88f0a152e28d80148c2fc34d729fd5c96e3e7c460ad05574eec242c77

See more details on using hashes here.

File details

Details for the file tradeflow-0.0.10-cp313-cp313-win32.whl.

File metadata

  • Download URL: tradeflow-0.0.10-cp313-cp313-win32.whl
  • Upload date:
  • Size: 21.7 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.5

File hashes

Hashes for tradeflow-0.0.10-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 413e4181c9153cf7b27d2824d862e3d2e9bde824f7ade3dfe21a61695500a321
MD5 ce0c1eb437641772a318ce792e469af8
BLAKE2b-256 da4c90e6fe962c9962b80db46300c8b974cd5bea540141ca3ad0ee711038bcb4

See more details on using hashes here.

File details

Details for the file tradeflow-0.0.10-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for tradeflow-0.0.10-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 189cfa5c20feea7e470b533e56feb1a20a95d9893d5d27d7e47d57b4490660e0
MD5 538d92d8c550cc1c9fbfc31054d8546c
BLAKE2b-256 afc43e656ce4f7f44e0b036fa23460d6c11578eb2ad914e6241f603ebe9eeda5

See more details on using hashes here.

File details

Details for the file tradeflow-0.0.10-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for tradeflow-0.0.10-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 07501f34668a7bca89ab0b8128d169f4b23b9e08c5f032fa008e1eec4b8feb1c
MD5 ac11b56df8d2f77f41922704e6ac52cc
BLAKE2b-256 c7c68a8abc91ab578c4b41e49b7116755c6521b828a262ca3e9bdf3cce45eee2

See more details on using hashes here.

File details

Details for the file tradeflow-0.0.10-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for tradeflow-0.0.10-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3872b17b42dc088a80d634f22768d4a11e7ca50b4602fdb6ab183aa0d5ac84c8
MD5 95d730a86babea70bac648548034869a
BLAKE2b-256 a8ef78fb85f1b6de0033b94df1d7b824bc62953fb07e554ace84c0ca29e535cd

See more details on using hashes here.

File details

Details for the file tradeflow-0.0.10-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for tradeflow-0.0.10-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 0b354ca41dc50e8e6bb2e5f99a6891211d812d69652d9e9985415f6adce45bc8
MD5 470bfb293ac8e97eefccb80c39d91b9d
BLAKE2b-256 b56a4608c4bb58cc31d1d0781b0ad4aec2bb0e11e08f4d81e0c95df19d85767e

See more details on using hashes here.

File details

Details for the file tradeflow-0.0.10-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for tradeflow-0.0.10-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ff6a8cde8b73dc68188f69c69164fbe66f8fc5f1951245db0650a02c73267b9d
MD5 c35f9a27d7d1d191aea93b50c59ab019
BLAKE2b-256 c41b4ec3abefac52d63d27efc4292d29a8ace697fcefe56c87bc101e5d4345a9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.10-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 84c09c0cb8f750092ddda3513cf2cfb0f0d55224a09c0b68669b92c075830288
MD5 730c4ae284bd23c4a528aa91efd0fd60
BLAKE2b-256 de2ce4730c0dfa3459bd80c820d1e6369ae306f4dd1bcb38cc13c176bf56182a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: tradeflow-0.0.10-cp312-cp312-win32.whl
  • Upload date:
  • Size: 21.7 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.5

File hashes

Hashes for tradeflow-0.0.10-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 a257ea61bf32bb90eab9bd1db9f170e37568cf3393faa535a9e71bf998fcc11f
MD5 e1f56f7c63f0682900efb5df751bdbb5
BLAKE2b-256 fa88e0bd9414da1cc13004701cc9aa966c6ecffd7c193acceba3e56d98a01b1d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.10-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8bdf0afedfd85b010f5ce14053c370396baf0d5f577efa441eacd62b5d775b63
MD5 2aa37243bb0fe597ab506a41cf84e1dd
BLAKE2b-256 4a05db01552262b7a3e25da49ce57fa3a460726ab73441d9f214269f395d9637

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.10-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 6fc880af1bd64e2e7daf3aebc9d605c53be76701fbffbb546014e00d524e1e34
MD5 982c651de7917f5308b2c6310d596e77
BLAKE2b-256 5495b74251fae48d3d1cc312922578fb1c3dee095bdc2d0ab91909e12dc350b8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.10-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d58eaffd0314327c51685429ba8e1096900592d57cc28523e15c453785e068f9
MD5 4c3bbb945c4741862a383daab41367da
BLAKE2b-256 a169843602c4bfe22a3d8665322ee11904c1463dec5984184f648468a237ff9e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.10-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ef7405ae1491908e57fb2609c02e9f9a15d2aa49cab831b10d11023c6790849c
MD5 fcaeddd633f6bdce064a96cf0d80327d
BLAKE2b-256 d2d952ebd10835f4c47a39d643d47ab384d3c29f944c2c6561852f40ecc76533

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.10-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c3aef140b02a3e97b464c1c2b9506383f414278c76246622a800bfdca7a92551
MD5 ac2ee405a624c5a8575415531c924e19
BLAKE2b-256 19c26977283ff53e607bb0ffd8883e03c6c0f1ca23117b955a4fe8432c09fced

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.10-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 a5518dff36f9ef545ae017344029ed3be644ee456aac4dc10b034c8fb7f61046
MD5 ca48c0eb6fdb3f891a53eb063d212cdd
BLAKE2b-256 b03a5b9fd1d22a19e11bee943f0e54db8f840a9632c5111f68e4741271d92ea8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: tradeflow-0.0.10-cp311-cp311-win32.whl
  • Upload date:
  • Size: 21.7 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.5

File hashes

Hashes for tradeflow-0.0.10-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 934beda853a0798c8353c3eced6161d1723cbb26fc60c1e499e99718ae8ffa1e
MD5 237d4dd9d46d3a5500427589773e8ed0
BLAKE2b-256 2fcb05ba9d8494adb8fa782ddf8371ac57b8590c7338bd2eced1e81f8cada42c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.10-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 453f76c8f88da733d24b15f2896ebffc921da2036acb10e38571939dcefe60b1
MD5 3d6eb11fdc9193c91960fcfcfd1e8036
BLAKE2b-256 d0e6f4e27e7910d9e61eea97beff300fe4c43ecd0bfd2f3b32ffe2576754b63e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.10-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 6ee47dc38d7213164e837bcf5485a75ec164669a69e773abce1762944696cc25
MD5 9462f578f68ed806a1a99bfeb94af74c
BLAKE2b-256 41bb95dced0d82f147b9427976a4521b5882cd2a18f38c6960e6ec4919c46c3d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.10-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b03c8fdd1fbbf455aca2c2f78a0c6ebc2e0c2b5ad9927532cdb694eb941d5e6e
MD5 d865f5bdd5aebae6e3d95cdc8320ddf7
BLAKE2b-256 9ed90d6ff1e49ad8100d11d569375dfa205de769599513c4eb483677e50ea24a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.10-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e875109eef394563846853af95084dd6df459d127d7bb82ed39aae48952f7c7d
MD5 94930d1e0b7df6593b9c6e5fba2b6d5a
BLAKE2b-256 1405e6da6695712351f30feceab0fe591447ebc19549fc2bc1533c216b0a1ccf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.10-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b3f09f2a8dedcd98fccf369a2729eff277398641c488f186a48a38b842ba6895
MD5 425170fa1b90391848088c4553e406c6
BLAKE2b-256 d2ead3c33ccba823796859ca5ebe6a30f93aded502ddf04d58e4c122039e0307

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.10-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 cea4a9f6ccf78788d65b6ab1eeb0c9800fa9be2f6e73a5725ee6cf6b465ece47
MD5 c33bd763888bb3014b083111070f98e5
BLAKE2b-256 1b31f2634f2c1a6a9a1d3fbccf6be320eb4a6d0ef5684d2ed66a3c38d59a63c2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: tradeflow-0.0.10-cp310-cp310-win32.whl
  • Upload date:
  • Size: 21.7 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.5

File hashes

Hashes for tradeflow-0.0.10-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 52a41277dcb20654041d0241802d826e44c96d9ce834f078c7a1e0b3b47c07d8
MD5 00bc945c7605d0475975a0d6c08ffa1e
BLAKE2b-256 d03440ebacf1fdde1ffb41073015400847b852bf5e147662e2b25ded70e88e60

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.10-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 aa87b30ca557d4cdc1c7eee464804bfdc9ef917e769b509b77a960e7941224f2
MD5 b73a6408dfc1b6d1075d0fa5cd454b3f
BLAKE2b-256 3cd50e076bc829abe33bc0f6bd844d8b07fc98d16719c2b1d8f335d6402d1b87

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.10-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 77423a5078d238b95a83ae9944d5e85110dc929cf9d74e0b5574fe5b2003ba5b
MD5 2035ab5518e44a9af947ce3703a9c6f2
BLAKE2b-256 7ec2545fac2a2f440090c3c86f6c2014601d5d29e06dab513df110a3af9f18bc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.10-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5d2a57c34c23711e04e4ca6cb2157d61bf48bd0d42cf2e7305d30a1f0bc436af
MD5 377afd66131922151b648a3e7a5b6bf0
BLAKE2b-256 aa4f4d0a59414cba686dd4328d08e33a715d1eb6df921558a4ed48ca2f3c3f53

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.10-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1bee119abd7be8b87d69462fccd15e084211107bfaa726ab43a3195960f4d9a5
MD5 21d4fddc688300e563b2cb1c8f05b032
BLAKE2b-256 461e40df177ea7042692294f80e4df705300768f853054aace25885a837808ff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.10-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 176dab6742fe44468692a65bddfe93f0c3690a567dac29b9270098e5f1cc4460
MD5 848c5451ce1be9c92979c05cb140785b
BLAKE2b-256 4052766ab7d0934371e4ebac446eed76c2c1044bbfea3eff459bb5ef3856a24d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: tradeflow-0.0.10-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 22.8 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.5

File hashes

Hashes for tradeflow-0.0.10-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 77d10da05ac2121a97c0f954d6de0281bea33614f918ed5f959c3a473d47f28f
MD5 b1bb646a21f0c4fe2b1dbe901a620e1b
BLAKE2b-256 9561cb75659774b49292e1fe06dd7a429a132e19e069335b3863bbaebdb236c3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: tradeflow-0.0.10-cp39-cp39-win32.whl
  • Upload date:
  • Size: 21.7 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.5

File hashes

Hashes for tradeflow-0.0.10-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 0886b7159b7262e8a9d8dec0d2ed5f558324277d566bce67e8954b03ce9ba0bb
MD5 63f63c3b2bf376c1e54983e3ddfb129a
BLAKE2b-256 e3e79cd5a96ad21093c0f4becf0fa5e0028b7283d86c3b51e936ebae8284e2dc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.10-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 81c0e67a00d5e9d7c220d771d548e21e94f1ee274788bc2a3682dfcfa5b9c458
MD5 5a1245d5f51a30d2c173dc6b0858f899
BLAKE2b-256 ea6f09f5527d0c5e0d0f5ca5760a8dcb45ab70fd82fdefd2febbd91042d96c65

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.10-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 9d6b9ad6e3a0ea7dc2b96f34d9b89fd405a35eec443393ae7ca765886f77da98
MD5 af5c0036e90029004f2209873301876c
BLAKE2b-256 c821c7a194c21100daa8bc1367273d1cc0fac4ec020c3e339b3974020aaed12a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.10-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c5b9247dbbf2326186ad0c121db4975047cdf47a64e11ef2afe0f42cb4656723
MD5 c325b69a5b9cb18479912816b3b73610
BLAKE2b-256 74283a4c0f34d764bf77504c31a880d3d96cdd741bc0dd3f66d1d8ef06f4d632

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.10-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 cb8b994e208e5eef003473cb719041617886fb0c7eb7c4804ef4f359df45ff26
MD5 b8b6dedf3056e4c7301861af7ed32f5e
BLAKE2b-256 0673a1bca4804a2c7566619240b5f36dd32590579092f04ed520a108ed362a89

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.10-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e9587f73b80672b8b225c221a4b27af33e5791b441c38139ae3ef1bc166320df
MD5 7ba193688f06bdc08ae5916d43254352
BLAKE2b-256 1ab7ddb12a3258beebb7f319c50db5b6f5d1feb25aa8170b1107cfd815ac2273

See more details on using hashes here.

File details

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

File metadata

  • Download URL: tradeflow-0.0.10-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 22.8 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.5

File hashes

Hashes for tradeflow-0.0.10-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 3773ee7750603f907a96a4f5af86f21257c4f245dde6a657d9b14e945c4b3597
MD5 28a915604c6ada7165f482fc1e3af45d
BLAKE2b-256 dd64a9ed96e29c4a2f0f4273f15c32843a42bf9b6132494149d146391272f716

See more details on using hashes here.

File details

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

File metadata

  • Download URL: tradeflow-0.0.10-cp38-cp38-win32.whl
  • Upload date:
  • Size: 21.7 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.5

File hashes

Hashes for tradeflow-0.0.10-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 1e0d669d2283e08181772f514cea97b5536a04bc27f3b67c1d555011a13e4533
MD5 9cb5ba66447005a9bf0be60112021061
BLAKE2b-256 11286f3958cdd71260bff7ad30c778ed1a5593edeb739c0775ec17130cbbcbcf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.10-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 47dd6c96a7907b9ce63712eb5960c9bca3bf809e13c53a4933b8c63d26aee516
MD5 071a9d2a58b0d8d97af7b580e1d73923
BLAKE2b-256 b47bda1f5d3e2d5c2ffe24ce813f534bbdbc0f34362df6904545695f623ac2bd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.10-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 40a864418900e9b39842c8012d61923ef8572177eb429b0b4a56f5b9a6af4de8
MD5 f178db1c09bcfbf9cd41be1807815964
BLAKE2b-256 884997f6fc381627e23523147948ca446ac4c83be2ce95527352a3a205be3f06

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.10-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 727e388cf78b283f9823ff8a6b06cf80708794457b7cbfb4b87856251046a7a3
MD5 c2ea1b7b3e38d2c29e7576a89d8ff048
BLAKE2b-256 cce5f2adb9736a86e09ab0611aad5318953a58c8972cb3b982a5de89da029516

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.10-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 22fb3c7a6af8919576336bf04f7fcf08848d473564d3d0facc44b2291899fcfa
MD5 213c5047997400eb7b86cb4fbf2575ff
BLAKE2b-256 65348a8ebd2dbeb8f1cc1e916d9019b7b8a1d78218f9a83848ee944e3c210343

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.10-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 60334dfe58e0e4528375d40197e1dc38ef5fff2356a8afd8ce339a1f96a9d7a9
MD5 e5d8c5e162e2755502cfcd33d5365c39
BLAKE2b-256 c9bb22eed74aff0426935fe626c3355e12fa494197a6f359b3cf2a0024d00574

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