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

Uploaded Source

Built Distributions

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

Uploaded PyPy Windows x86-64

tradeflow-0.0.11-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.11-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.11-pp310-pypy310_pp73-macosx_11_0_arm64.whl (18.9 kB view details)

Uploaded PyPy macOS 11.0+ ARM64

tradeflow-0.0.11-pp310-pypy310_pp73-macosx_10_15_x86_64.whl (18.6 kB view details)

Uploaded PyPy macOS 10.15+ x86-64

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

Uploaded PyPy Windows x86-64

tradeflow-0.0.11-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.11-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.11-pp39-pypy39_pp73-macosx_11_0_arm64.whl (18.9 kB view details)

Uploaded PyPy macOS 11.0+ ARM64

tradeflow-0.0.11-pp39-pypy39_pp73-macosx_10_15_x86_64.whl (18.6 kB view details)

Uploaded PyPy macOS 10.15+ x86-64

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

Uploaded PyPy Windows x86-64

tradeflow-0.0.11-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.11-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.11-pp38-pypy38_pp73-macosx_11_0_arm64.whl (18.9 kB view details)

Uploaded PyPy macOS 11.0+ ARM64

tradeflow-0.0.11-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (18.5 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

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

Uploaded CPython 3.11 Windows x86-64

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

Uploaded CPython 3.11 Windows x86

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

Uploaded CPython 3.11 musllinux: musl 1.2+ i686

tradeflow-0.0.11-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.11-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.11-cp311-cp311-macosx_11_0_arm64.whl (18.5 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

tradeflow-0.0.11-cp311-cp311-macosx_10_9_x86_64.whl (18.3 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

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

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

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

Uploaded CPython 3.10 musllinux: musl 1.2+ i686

tradeflow-0.0.11-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.11-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.11-cp310-cp310-macosx_11_0_arm64.whl (18.5 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

tradeflow-0.0.11-cp310-cp310-macosx_10_9_x86_64.whl (18.3 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

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

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

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

Uploaded CPython 3.9 musllinux: musl 1.2+ i686

tradeflow-0.0.11-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.11-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.11-cp39-cp39-macosx_11_0_arm64.whl (18.4 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

tradeflow-0.0.11-cp39-cp39-macosx_10_9_x86_64.whl (18.3 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

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

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

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

Uploaded CPython 3.8 musllinux: musl 1.2+ i686

tradeflow-0.0.11-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.11-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.11-cp38-cp38-macosx_11_0_arm64.whl (18.4 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

tradeflow-0.0.11-cp38-cp38-macosx_10_9_x86_64.whl (18.3 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: tradeflow-0.0.11.tar.gz
  • Upload date:
  • Size: 12.5 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.11.tar.gz
Algorithm Hash digest
SHA256 7e6a8e52aef2289272b250a8c95f793b386faa58ec95663644a75399979dc130
MD5 c1c2d380271786165105d5429f468e9c
BLAKE2b-256 dc1b853a3e004059a5d2ed071c3af88fdc3b7a57d6c90fd211cf0e53c4498732

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.11-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 1ebb42ab49a5cfcbf59d0384e9d1ce3427a280aba598b188a29b3df4d3cece6d
MD5 641886487e3f6106b3b2ca4a81c5a366
BLAKE2b-256 d4a591634b49e1815a9f697ce8c1f078feed11b887876d7cc35b4b3299fae012

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.11-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e219b305e46c685db8850263e0140fe922a0f48e3641a40e9db40a11ca2549f2
MD5 347b724eda8b25094f5b63ee9678c318
BLAKE2b-256 fd4d59be3d62fd4cfb7c8e44a48bc21e25629529d7068c30564d10b9ab2187cc

See more details on using hashes here.

File details

Details for the file tradeflow-0.0.11-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.11-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 fbe0c5a175625c2931a7df7a53de2548c8434310ccfff6f9f20e15cacf7a7ced
MD5 ec1b6acce53d490dc68c2c5b46e63c7b
BLAKE2b-256 e3658d480c8e9d0e91fbbb14c0b8e5b17aeb07af884e9e010108111aeac311c2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.11-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4c2d1688b57fdee7f27765aab4998adb2407874dfe2affecab7c6dba4dc5776e
MD5 c1f64dad4fcc7491db20f64121d56700
BLAKE2b-256 a6885361ac3fc1af50acfb5f920aa8c8d9fff106d47dd708656b0e3c7493bfdf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.11-pp310-pypy310_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 14083b82e913b153446a6b9190fd0829a16125492e97185fa286868658d0ce77
MD5 649a60ce15225717df5533aeb60ab9ce
BLAKE2b-256 bd9d4c58155bbddb78a2e3a5dadb68b0f1533630a70075b51e5b2aba157f434c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.11-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 a98ff662d3bf1476ce5e5be5b5dfdd37cbd1c8face001d3ab4d06ba5b0110bb7
MD5 7e9b4684c12388929893555b4e612a98
BLAKE2b-256 3383e58891a1d3752a28b0ba054cc2a82d279f5f04471b4dc600113411ec95b4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.11-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d8ef4c6fb5dc07c47f206ef5a39acd885cf25233d42652303d38c3e6bf0cf64e
MD5 2524cc34f016f3388271158893d5aae4
BLAKE2b-256 435633e1b4804fdda1c715622b7dff7cf929dd7bea568f3871b83983cadd40b9

See more details on using hashes here.

File details

Details for the file tradeflow-0.0.11-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.11-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9de9af4861b4be76fcfef02fac431722688a19b8bd16ef8681ca2a8dc0c33a92
MD5 3f025f33a81d380eb19ef3ad8e5b1391
BLAKE2b-256 056fae8107164f468628296ab91b21eaafbc67a6429bb27af4b5d5542e76c3f5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.11-pp39-pypy39_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4ec874eeba795b47d83b2e8e466c82620424a4105b107b01ebc90a3429e7b876
MD5 44283704173728b908d28bd5266ecaa3
BLAKE2b-256 af9978633deefdf9532a57ede70e532553911c4d1e8bfdec16aff628087e26f6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.11-pp39-pypy39_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 ffed6a66827cb5ba23c0052a9d4d9b76e8f6d3b00a724f4317baeaf2f4b00b13
MD5 acbe9eeb3e8a7a985c2cf636651733a5
BLAKE2b-256 6efcc080d50fd3433f865e90cc40db48ab07751be3cd386add20b0fd26832fb5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.11-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 ce95153b8a0d9696d1645b02dcd93298f4180920a4e4025be5d6defc3ed7ba09
MD5 1b4160cf436fc45bc6f26bf8301dd05c
BLAKE2b-256 7c44493c6c9e0de9d6f9e2ac657aa22c8b3eaa70bded56b6dd75718cbe79bf1e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.11-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0f063cf61a75c4e41890591267ccc845eec22190a57d74c4178919c3d83ce642
MD5 4d30fb928870d8d65375972eadd14fb3
BLAKE2b-256 0ffa9416d835a59e73c44d51110ef0700f3dfb81408ebb67a0b508a99208603e

See more details on using hashes here.

File details

Details for the file tradeflow-0.0.11-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.11-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b1b78f4566aaa7d2ce399bd7d4dda41730d1227eb84314d24c3f69306ed79d34
MD5 f336e59f0d00c5b8e46c4dc53ede8de0
BLAKE2b-256 339b7140b914c820f6a7ae55b5bd412b73d06914517b1a2a22c811e3d8cb3dac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.11-pp38-pypy38_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ce31cdc34e767d78ea87d9af644385299800ac108d1efc61d68fa41c6a32e1f2
MD5 fde21533746c0d9ae432a16eece21f10
BLAKE2b-256 efc3886a5fed50f7e33911a823ace598cce5eb78404d99cd435e1fdbe8c29078

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.11-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 106f476275a090d45a20bf05f35de98f72ba3c19a5871bc74d763aefcfc90c46
MD5 eed7dd727cef9564a9b0c5ddcac8e943
BLAKE2b-256 df26c95de667fd540681e4359b54910f09b39cef6f84b9fb9a2b3f6181a28a68

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.11-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 d648fa430ed7ab1f0b7fffe040edd1bee4de4a8ef04e148f6c0feebb717e1de5
MD5 33a4fb618af04d9de926d1a48272c4cb
BLAKE2b-256 c3e3fc39296d56e61807c1a1f4db78f7ec5cf6ad565fa955a0431090c860824c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: tradeflow-0.0.11-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.11-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 ee003339dddeaba0c8905179d8894a200367d2d70cb5322badc51f4390703641
MD5 36a340ea7e9bd0256fd310f6d1a0ceaa
BLAKE2b-256 01e0743294f73ddc6b1745674ff7b3e7686d30a70a401e81bb5966567cc0c7f5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.11-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 436b8d76b475d2d8b45ab29d9aae58613c0e8e2fa2aac724cb890ced1fc07c25
MD5 0f48700d6bcf23e96820467f29e93fc1
BLAKE2b-256 f44720abc3964fb9bc4342824d9874e5f8709f7fdbf942676280f03bd58396a5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.11-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 654e53581e3d7a65c6c776574f7c67b22c05bb1acb957ff15df496c1e93db171
MD5 015151d81c9ec3ea7885d7da13ede2dc
BLAKE2b-256 98835f4900924a5ed94d1fc99c2caafeb9902515e745d7ff188cc4df278bb36e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.11-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 403c5705f9eda78a35aaea84567e40038d837947c2f40c628baa1327f100f588
MD5 57e80f5e96205556cdfa5b89de9497c2
BLAKE2b-256 3eb51b0bcc1ac6accf4758be95f8a23de9cf18f7b250af20d34de2d32ea98449

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.11-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5e2b571a65ad600661a5c10fdb7f2474311debe44e60ea20641a31bf6c1526ba
MD5 6f81cb1ec67deb4321c9a746c2b5c235
BLAKE2b-256 5117980838f3e2ea3bb24cdcc65db64c61f1a982575814050d00b102288a5eaa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.11-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 44993d5e5e98d8d41bcf2811c81cc8a2e2e6940ffadb197ffc89bbe05d711426
MD5 2c2ccfd6db72e1bf68d34132930b4f34
BLAKE2b-256 8769b3d1e00c95505b131dc1fd9d757268cc782340cd3b4c02ae6465ebd6fd3d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.11-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4dd8d6f314ce0fc9c672de4fa2219790a78f357e3bb864d6663d8cc3d3a710db
MD5 231cd956c23ff091fe961153c82c7852
BLAKE2b-256 21fba0c31a619532f49fd6979bbd8b17eb90356cc5a158b5e93c547e54bf9f54

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.11-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 114aca21e38f52de96016b3ee6fb0d0bcd4aa5ab63ccf71c3a45c0d9547e8cdf
MD5 235680c9493e8e29bccf3a37ce381653
BLAKE2b-256 47ce3584be26597c703ca546dd1b862acb3770d69365f214516fea2e7ec5343b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: tradeflow-0.0.11-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.11-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 18b392320b5ed0693b036add9113c56d0d6928f7f65e8054032da5b6b866cce5
MD5 7590d45e4fba0dc1ed7d7e65ae5a476d
BLAKE2b-256 abd9a49017d89bd6b4afae2c9232d041f8ac27d0c74d526ba1377601b6498e03

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.11-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 24870587698577d4b12c2a322fe2df01d1bc44a78e55030bc3cd731cc3d034ba
MD5 fa117d4f8d8b6e726e1ddc7bc35c8f44
BLAKE2b-256 565ae6f3d1fd60009afb9721f73136b61801218d65c985ee7a94371e086ec36d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.11-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 59c2db4bca6682fa7a3236e2c9d17c5b1e149dec8f966a0b5a59ab4370af28ba
MD5 ca93148c8d73e4d671adca77ca53c2d8
BLAKE2b-256 5889edba52caa30b2570ba940a1026fd213f62412844a3fe741cf56fcbd7e31a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.11-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 275ca1c26e115bf85eedcdb759692a433d1176b4a3303b692736867df4279b73
MD5 f9be2fc3beef62d37c4735cda87e6618
BLAKE2b-256 300054b89354da01bb94e0773a811d722720c30b788bb24d32da50ea53f1ccc1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.11-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f6d17c718b7b9f3a411a01d8ab62fc0c3791a3bdc1de33bbff2d730013284391
MD5 13a4b74fb9915bf7859ca4d8b3dc7b81
BLAKE2b-256 8a50124ca34c7cee904cb275525fa1a2a3ba5e3f94eb3a74c6fab2c5de4d9ea1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.11-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 315cfa9ea656e8a678b4880416934c51b28ecea4dee7cbcaaee9ec6a8d7b9d5c
MD5 3c55e4db64c75c2c6aa66e79091a3901
BLAKE2b-256 3b1a9680a68fcd2b311f818a5fa7eac5c1e3a1f385336b33d8779689cdb605ca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.11-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 70d43a8eaa7f364a99d36e9c3db6bcf52a69c274a1c00b2627ffb2192a3fdece
MD5 a4e0367acce2013adeda94856da98d15
BLAKE2b-256 de4e5026ae6d772a63609a2c65081e404bb8dae5a50c873e55e99c662b1ff20d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: tradeflow-0.0.11-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.11-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 bb0d868e64afcb88a1bfd399092da038bef806e578c1c4f12c432d3926b82964
MD5 933e240b86d08736108517aa6fda91d2
BLAKE2b-256 980c4d90d62dac71ac2f6fbbd562739c8d1199838e172e92cd00deccf98f5f32

See more details on using hashes here.

File details

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

File metadata

  • Download URL: tradeflow-0.0.11-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.11-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 d78fda5539dce20eb2592263c0561b47fb8838a3c557b9fee1c00e833c6aa8fd
MD5 5b1273813c1133708792bebc677c201f
BLAKE2b-256 921048e44b65c0e45d652edeb4105459d8b962f6a23c31a715b0aaed0847fbcb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.11-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cabb15a63558cf687d84d0a65f2daf15e23c87ad79ec5b6f2bbc8a9331fb3cd3
MD5 52b7da2fe05c89517ec86754f4a120f7
BLAKE2b-256 c55905861cc28b65a4382593fa974fc92d8841cb40599a8b228e1f81cafe979f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.11-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 486e7eadc24d062be03a0d74cf0720cbc6250ca9dc466e34856767cf99b4edaa
MD5 da25dff65f41a58b9ee2c813e33a6490
BLAKE2b-256 4eb3b7431cd2a6420cf35257092f1fcf54d9123c6c405db26895a005a9e25e51

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.11-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e136bf23c18b0b126bf941f3b3a48808a269b3214852e0db39f376f502013fb0
MD5 966a591fc88ed6923a194de0434ed400
BLAKE2b-256 cd9bc5e4ea982d9ee66f14fc3f03c9a22f455a9bf05a07e8a744cb1d37a2c9e8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.11-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f5214ee0876e270be0ad04cec3c23308f0bdbefdaaaca1ce9a8f79e69841d000
MD5 02366de5fdfcc1a6ae88997960f73689
BLAKE2b-256 4fa9c2c882a8078f559f83340a3429e46d3d1a8c26186d5484eb640354d9db03

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.11-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ed035ea2f0b4c2b905cad0b5c84c82ea4f0dfbf9c2f23f0fc397c7ad6b201266
MD5 b00055716136088d3a2703128af3afb8
BLAKE2b-256 78ba6343428e65aa0114393b7ce7c4a040333579f63c7606344e176690017b3a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.11-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 419df0c8ce179b6848a9ac4f9a636c6737c447b5b56b0609d771f6a1626b85b9
MD5 9cd675b7d2c02f6b2e11de421ae78338
BLAKE2b-256 5c910c0ad8c14985617c7454d7a8ca3e805956d16b4daf13d37cdba955442ab8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: tradeflow-0.0.11-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.11-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 a04a50db86d6f168bdff1f51b084c3193e8704c487b6041d6cf1b62c5bbdcdfc
MD5 89bf1c48043fe58e2f01dc3dcc4296bc
BLAKE2b-256 0ea9b5f643fee64df9027e1a67562d555a66208c2fa29a34e483cfe50b0ed73c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: tradeflow-0.0.11-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.11-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 841ba54a363737025e83e027284b302808e7a39be1abb59bafebac748dd290d0
MD5 9b1aef0d609fd63323d1b5f6247a0f14
BLAKE2b-256 e711cddf5d1cb7ff34927ff2cc4e1845c8ce3408a83ad776a54a9316e5d27cac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.11-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9e1ab6503fc22eb0b22d06bd354bb7efac65acd394c6347acc1f75b4e90726c8
MD5 bcb96c937a0855dea140887e83726352
BLAKE2b-256 d66caeed0f2acd530d328b66b98e21a5c5aa484de3339481daa750dfd3434cff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.11-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 bc548c883ec1fa8e03f279dfcbb74b6403c3d84c9db9a31c8fda479f11304709
MD5 1d920d2c547bca5092e1601dd36b4c60
BLAKE2b-256 0a4e2ccdeae3e5f9f84a084db1b68e2d8e8a81515a858bc6acd022282d3a3cb6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.11-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 afc1b9a42bde1fffcc55f7c572f18732fe61c7bd4a37f4fb181a73be296fbe3d
MD5 bb09b02edf19fd628e70906c40bb72ad
BLAKE2b-256 99f39fd922419cf08fa79bc60e22652910831eba80c51f00e3eaec2f9cc83097

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.11-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f61a33419745cd6656a4d17558d29aa9064a9aea93b0f7b124bcc939f3e3c820
MD5 d3a16dedbb62b4fd9d79e6d4ad5507c8
BLAKE2b-256 c7e88d4ebe4c7584a5daca2e2cc71f7ec4a5039f58f033bee247783e67973c83

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.11-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 99d2c62c989086137890f9deed860198fa6d8b49b92e0e26669c5a1298f535a9
MD5 10fadade05f849ff1269734ec8daf89a
BLAKE2b-256 971e8f62085c37e4f5c377ead164046f334b456e9659c07ebfab9c97f7fc1e97

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.11-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 94855cd9a2193c48e83254f0866299c7234ef1d5ce1762466c26d60b62836145
MD5 4b17eb2569188daa6d69c33e2448a49f
BLAKE2b-256 4dc9ca5951a458e6b7debecb7721bea774bfe10b7a9f94984e04a4b0f30f24da

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