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

Uploaded Source

Built Distributions

tradeflow-0.0.15-pp310-pypy310_pp73-win_amd64.whl (23.4 kB view details)

Uploaded PyPy Windows x86-64

tradeflow-0.0.15-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.15-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (49.4 kB view details)

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

tradeflow-0.0.15-pp310-pypy310_pp73-macosx_11_0_arm64.whl (17.4 kB view details)

Uploaded PyPy macOS 11.0+ ARM64

tradeflow-0.0.15-pp310-pypy310_pp73-macosx_10_15_x86_64.whl (17.6 kB view details)

Uploaded PyPy macOS 10.15+ x86-64

tradeflow-0.0.15-pp39-pypy39_pp73-win_amd64.whl (23.4 kB view details)

Uploaded PyPy Windows x86-64

tradeflow-0.0.15-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.15-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (49.4 kB view details)

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

tradeflow-0.0.15-pp39-pypy39_pp73-macosx_11_0_arm64.whl (17.4 kB view details)

Uploaded PyPy macOS 11.0+ ARM64

tradeflow-0.0.15-pp39-pypy39_pp73-macosx_10_15_x86_64.whl (17.6 kB view details)

Uploaded PyPy macOS 10.15+ x86-64

tradeflow-0.0.15-pp38-pypy38_pp73-win_amd64.whl (23.4 kB view details)

Uploaded PyPy Windows x86-64

tradeflow-0.0.15-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.15-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (49.4 kB view details)

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

tradeflow-0.0.15-pp38-pypy38_pp73-macosx_11_0_arm64.whl (17.4 kB view details)

Uploaded PyPy macOS 11.0+ ARM64

tradeflow-0.0.15-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (17.5 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

tradeflow-0.0.15-cp312-cp312-win_amd64.whl (23.4 kB view details)

Uploaded CPython 3.12 Windows x86-64

tradeflow-0.0.15-cp312-cp312-win32.whl (23.4 kB view details)

Uploaded CPython 3.12 Windows x86

tradeflow-0.0.15-cp312-cp312-musllinux_1_2_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.12 musllinux: musl 1.2+ i686

tradeflow-0.0.15-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (46.6 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

tradeflow-0.0.15-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (49.4 kB view details)

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

tradeflow-0.0.15-cp312-cp312-macosx_11_0_arm64.whl (17.4 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

tradeflow-0.0.15-cp312-cp312-macosx_10_9_x86_64.whl (17.5 kB view details)

Uploaded CPython 3.12 macOS 10.9+ x86-64

tradeflow-0.0.15-cp311-cp311-win_amd64.whl (23.4 kB view details)

Uploaded CPython 3.11 Windows x86-64

tradeflow-0.0.15-cp311-cp311-win32.whl (23.4 kB view details)

Uploaded CPython 3.11 Windows x86

tradeflow-0.0.15-cp311-cp311-musllinux_1_2_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.11 musllinux: musl 1.2+ i686

tradeflow-0.0.15-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (46.6 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

tradeflow-0.0.15-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (49.4 kB view details)

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

tradeflow-0.0.15-cp311-cp311-macosx_11_0_arm64.whl (17.4 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

tradeflow-0.0.15-cp311-cp311-macosx_10_9_x86_64.whl (17.5 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

tradeflow-0.0.15-cp310-cp310-win_amd64.whl (23.4 kB view details)

Uploaded CPython 3.10 Windows x86-64

tradeflow-0.0.15-cp310-cp310-win32.whl (23.4 kB view details)

Uploaded CPython 3.10 Windows x86

tradeflow-0.0.15-cp310-cp310-musllinux_1_2_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.10 musllinux: musl 1.2+ i686

tradeflow-0.0.15-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (46.6 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

tradeflow-0.0.15-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (49.4 kB view details)

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

tradeflow-0.0.15-cp310-cp310-macosx_11_0_arm64.whl (17.4 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

tradeflow-0.0.15-cp310-cp310-macosx_10_9_x86_64.whl (17.5 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

tradeflow-0.0.15-cp39-cp39-win_amd64.whl (23.4 kB view details)

Uploaded CPython 3.9 Windows x86-64

tradeflow-0.0.15-cp39-cp39-win32.whl (23.4 kB view details)

Uploaded CPython 3.9 Windows x86

tradeflow-0.0.15-cp39-cp39-musllinux_1_2_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.9 musllinux: musl 1.2+ i686

tradeflow-0.0.15-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (46.6 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

tradeflow-0.0.15-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (49.4 kB view details)

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

tradeflow-0.0.15-cp39-cp39-macosx_11_0_arm64.whl (17.4 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

tradeflow-0.0.15-cp39-cp39-macosx_10_9_x86_64.whl (17.5 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

tradeflow-0.0.15-cp38-cp38-win_amd64.whl (23.4 kB view details)

Uploaded CPython 3.8 Windows x86-64

tradeflow-0.0.15-cp38-cp38-win32.whl (23.4 kB view details)

Uploaded CPython 3.8 Windows x86

tradeflow-0.0.15-cp38-cp38-musllinux_1_2_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.8 musllinux: musl 1.2+ i686

tradeflow-0.0.15-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (46.6 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

tradeflow-0.0.15-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (49.4 kB view details)

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

tradeflow-0.0.15-cp38-cp38-macosx_11_0_arm64.whl (17.4 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

tradeflow-0.0.15-cp38-cp38-macosx_10_9_x86_64.whl (17.5 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: tradeflow-0.0.15.tar.gz
  • Upload date:
  • Size: 13.4 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.15.tar.gz
Algorithm Hash digest
SHA256 81eaf10f971ae1307bf3c07f780e16dea193300efbfec68d81166bbe090e1a52
MD5 da29c29a6750174257a1031ec82f0ec9
BLAKE2b-256 7a535bbc8b407ceb0251b35dc1daa77fab2d57ac19db331771cf23b512e5181c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.15-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 7679fb1eeeca4b6511e0e336096a74566af0a801cf57402ce56bde6347a1c9ca
MD5 9d0acf5922627e7a4476d33a2674b11a
BLAKE2b-256 5d65f87fd06071a805581c8e76ce496feaa6be9e969c158ce5a045fe65994059

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.15-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5c4f266bfaff58e4d1ffedfe4f03e91bb36aef15aa9e5b4853908a4d7d8d2b14
MD5 ccc5e9aac5d54ef7dcd294a981d1d75c
BLAKE2b-256 e471f153dbc1d2122b347be78708ecf7ac10ebbd909e3248ba005b70438230ec

See more details on using hashes here.

File details

Details for the file tradeflow-0.0.15-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.15-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 42830636ca34c9c707dd213bc754a0fc64e7cce30a3d7b187d8a648133cd2c5b
MD5 c20b5cdb3cb6bd1d735aa4a8d13b17c1
BLAKE2b-256 e08f1c0e9b725d4ddc027b3946d344505c9d91d3774445908dd427129b56d4f9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.15-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 96f95624b87c95bba5f5df37c17f3a2fa8a1bb45a698b9a1175dbbbf5290aedf
MD5 e6d22d204856dbd7858359e0f67d6531
BLAKE2b-256 d21ee4f14760befc99bb61818ae903cf488e742a212a84bea8493d5ccdbd3442

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.15-pp310-pypy310_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 283c2ce66cd7a1c317974d39fdb766cfdf18358e36b410c2d139082b80c1f76e
MD5 60577a0d575ccc92aee755ff6ec45930
BLAKE2b-256 fb403c1fe8c4bdd1ecf7dfd45802076846beb8c6f815c170dce40631067b62ca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.15-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 b94a9a2ccf9167f7e416102227ac94602cf96ce0eba6f27bbfc3d44ba02601d9
MD5 b4a4bf3452a86c671b59d5efd1f89c92
BLAKE2b-256 972548fc551f9d0ac60c11c805dd8f8d4bb2d4805fa114bc5552bff9ca76c170

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.15-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3787c805451bd1004d010cb65557dab1529b776359e461bbed1f0bcf5f8f2fd3
MD5 d41933d12eeb12c1fcb93ff52beb1208
BLAKE2b-256 09aec4f630a8cb75d31d86e6a007ff455a399014c04790ef19b14317051b7d47

See more details on using hashes here.

File details

Details for the file tradeflow-0.0.15-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.15-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 fdb3bf9e4301e54aa36d7cd620cc2e499721c8a680bb4d69b1feef3f8113cbca
MD5 9b4db24c894cb528298e53fdaaa3539e
BLAKE2b-256 083e7a9c2c9719315dd981012d0234ea88b6dd9fdbb61f23e14dc4a7c5d92ee0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.15-pp39-pypy39_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 05c09ec394ef57e33e15dddff7ee24362b76d50c95d9b7076baaf505ade0cfbf
MD5 ced949c6d19bedc643cdc681cb221ed0
BLAKE2b-256 953a5d64e258b04f62b6cab8ce4838a76ab78f1d2a98813be7c1b953bd864eb9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.15-pp39-pypy39_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 ebf6729ce2097029a4333552aa71693da9a902224a136b10917f732b794c3fc6
MD5 385e82fdd98764f76c8449688ce511e5
BLAKE2b-256 fbdafcb96cdb3b7a3bf710ddfd04d9fa65098fd70ad874a67f26874e80c6970c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.15-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 fafdc49ba75c754b45a5c345e71a3609b01e691b6cac3fec09c263a804625a93
MD5 2ea6cd5a5bc3ae6a3077abc259cafd64
BLAKE2b-256 efafef16fba0ba4824f45d94fbed5264c25dbedaed578c74ce9519cda7e8b565

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.15-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 08dc42093338cb6ad0571a88a8cc8d6b2f22edb8346d140907d6eb31dfe1e0ee
MD5 07636d001a07ca5709c0175eee7d6fe7
BLAKE2b-256 f9569caaaf0377510db079ce05cc45a62980dcf79bbe183fb48d8f8b616011f9

See more details on using hashes here.

File details

Details for the file tradeflow-0.0.15-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.15-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5a0662df83418789cf2dc8c7b7f56a2549e390ebf313942be483404417fe4b45
MD5 30bd4f8040f2c3f7ac41f7127eda2596
BLAKE2b-256 78797946033ce175f046ed1ed14410e79b2a0c83767c83c8395d93cc7fbf3098

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.15-pp38-pypy38_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 db9b26778fb09765718924bc5b4092c9296039e094e4f7135506ae27b61f3321
MD5 3d4134ed47ac3b94f552956d41506ea3
BLAKE2b-256 216a4525b06080de0d7d4f5dbc0e5034dec0d25a76e1db0878c5534b3dcb24df

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.15-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 5c6d82c179fc49cb60ef9ec42aa3b45849c8639b73aae8e11c74f8b681911437
MD5 8e33064349723fa071b1908e70d17f8c
BLAKE2b-256 4d2680a68422f1af45ffe683b912b0fcc19b008a57ba89b563fe30dfaaa9f953

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.15-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 d6e94529e6f394444a7cbc029e3b45ce7d1d0ef4703397fb4c0acb192d85dd25
MD5 abea9d36a422b85a9373dd3a032de009
BLAKE2b-256 6e5feb7a94b15f594b31224e4fdff85c81c27a429d24f494b758f2217a640f30

See more details on using hashes here.

File details

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

File metadata

  • Download URL: tradeflow-0.0.15-cp312-cp312-win32.whl
  • Upload date:
  • Size: 23.4 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.15-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 fc4fb7074f75d542a2f5fc03f9b7084b15fe8814b9f5e8392f032411532c3170
MD5 2874806a7e293e23eecf68ab29ddb33b
BLAKE2b-256 44446455228edd50629ad9dcdb775d706dd3e24da23d7508d6e502288926dab9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.15-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 933fbe3a46cf1481725fcb45302f695788ec5bc095dfb55cbe51c6a306b87f92
MD5 bee574f03ad0ba7bbc2f1a98c552b3d8
BLAKE2b-256 6b0ff92f3e58e87f396209f285fa20e52b10bbcd8558a4add52022a5b5986e42

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.15-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 7993cfe3478b0838cdec446081fcba4c0116f84eabd835e0d304abaf71e9b6b4
MD5 1eb448dccf900e6bad0a3cbafbb85c17
BLAKE2b-256 e23c93943e03d2ceff570cc2c004abd0b536c58b8a8f58a92f0cec0dfe667ca3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.15-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 97a684692f803b119e0e6285176ec6b996813eb3476b9ff76a7aee3109d23289
MD5 9531d138a10a708951f22f4e9a21104b
BLAKE2b-256 41e7c70ad0bbd110c70039033b9efdee1d1755d4199e98c776487af0c22ccd6b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.15-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3604ee560a539c1aed439f6703ea386710442735d8a4dd7412db016dade6a4b1
MD5 cc8e1a5bd652dafe0a71bbe621aeccf5
BLAKE2b-256 ae5a1c97aca7e4150955d1667e0c5dbb5bcb641ecc628f58de6cb2573fdce72f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.15-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a042ff51b3277d0a556b03680a7724ea4d3e33c705d21cff64646db43bd774c9
MD5 7fadebcd0fc2ad805790416c9e0c778f
BLAKE2b-256 f7684954145086c2504a2c03198d85d609de42c7fb60d183ef62aeda33d3a00b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.15-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 475357b6ce67f086f170e06ec8519bb8433844833fcf849f479ca0edeebf5d18
MD5 fcee0900baa1f90df50d681823e82a65
BLAKE2b-256 7e9454148877f3e0a1fcfae89a80f88ec1edc43aa88d6ade1909c840f7206e53

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.15-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 08e80c5e59b18d458f1b9ca5d6b8afa379696604d6ff3fe1c6709f00faebfa50
MD5 6848c55830705feb14366ce749e323c0
BLAKE2b-256 0e7cf9178bba0248b26feead9cd580675f2100b57277d665322616f0004e9bbb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: tradeflow-0.0.15-cp311-cp311-win32.whl
  • Upload date:
  • Size: 23.4 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.15-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 3f4ba8a201aa45c5bc4424ae94ca64c3344eab6f387932d66d2baa9058707401
MD5 9123749b51584b1d2f25f04e6a8a008b
BLAKE2b-256 480cf466daff48a338201704ce830f1345379adbb63997e2069130fe17b2edcb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.15-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1ba3e73f47a05d586b480bdf3681238b2d9d31091a19f0818bddfd317eb113a3
MD5 f31a670eff6e794a31c94daf1147e8e4
BLAKE2b-256 90af794f8bada0937641230003814302436d11e22a32cff6e05fcbc22677ce55

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.15-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 14f9bc5634dd9dd98a163e2b384b514ad872e590b04b0a16b0d13ded1388bf0d
MD5 d8416b61c025f53fe088afb08b5e7260
BLAKE2b-256 52cff3bda4ae2ca4618955b5e35f0f471166bfabbc54d12684d17c766f9fff8d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.15-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fa91d04c50527a3fc52b351de189c14a9d68c834ecb60efebaf044e266f16a44
MD5 6fd0b2547050de443d9e1be822d5805f
BLAKE2b-256 404af045db8dd91638c09a1929e49bf74f164bc12970d0f2c184f780f4cc32c6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.15-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a5cf5ef1173cea581f5148bdf589802e04b72e9c57934be847814a5cd9b14113
MD5 4f8a9f29327841b9224291329b6cdae0
BLAKE2b-256 b1b9f1919b9fd0996aa96141b82b746e9292b65c57a798b8f67685e3675137af

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.15-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fbf4dfddec5366e78084657d08dae589a93d79e3fef2df16a740897ff26979ff
MD5 f8f8a58b7e421c56be951d786efa93e3
BLAKE2b-256 4873adf0399c766dc9d563b82e0ca42f59c551bc2abfeaa520bf2e96e0969a9d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.15-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 538afdb70335722dbc955f9b4dd9b5e3567521165f647ff09f70896c949d0f74
MD5 e4e994d4071225a5238eca77298147c3
BLAKE2b-256 3684c5754a3fc4d87892d7cdadedadfeb6305bb2960e710c4ec7122a8d6d5fd7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.15-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 e63b6e909cf49da0fa885c92bc8eca46bfb272185b8bfd1511ccdb87ac19913f
MD5 5919a481164d1d56b901012e79a583bd
BLAKE2b-256 db300bae8cacf7bf86c7191550c9108af4cb469fe883de63d62fb5f5c93c62a3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: tradeflow-0.0.15-cp310-cp310-win32.whl
  • Upload date:
  • Size: 23.4 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.15-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 9820eaa3d1672e543cf403967682914d20360be77056a2068526403f3afac23d
MD5 138eff8e574bb9ed01bdfd3eb6cf330a
BLAKE2b-256 ef0ef659ab806cea9aa8fedd97a333a515acf24862efc974142ada081475b906

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.15-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d973198261f9628481ddf00e7cb9aef3696f730740341830c65c83865f13ccb8
MD5 cf530d19607d161bd68f4887fc181317
BLAKE2b-256 279cc32f2f11240e9519ff4a4f38441d6571e1121338c1482083d6bbdcdd113a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.15-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 e7d3c5f99d325e0615f95b2195bbcaaf649605319a84ab513aa188fcf69a0d72
MD5 70477dbcfa7dba20c95cb29c925bacf5
BLAKE2b-256 83aeef28c50e2e7bcf8faa976c663942dbc0aa8f9feb92a005c0b1d4bf1e8031

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.15-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c8974061f4feaff4c9db1cce6e55aae571cbd1f907f11b0ced770342545b6863
MD5 986675a8e0dc1f4f3bb39e95fce597d6
BLAKE2b-256 34f6fb980b2122ad28aaac55cf173be138582cedc28ccb44358fb7b31d50165b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.15-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 fe129596608f2eaa256809e0bfe3bf6974251bdb1faf14ea30f061723c8b765a
MD5 74be3624a1a9f7029f581b97ed543a47
BLAKE2b-256 549454b660cbb49c574ee93bd68cdc73c5b729d8ddf86b51fe6bcef95002bd92

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.15-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bf62749a6838f37ed58fdaa346a1c9aa8a065baeb0e428496ddb50781aedcff9
MD5 0b67dfb66dd518734b77f7692d2143a0
BLAKE2b-256 5708db30a6c9ee838a3380aeb56a515a036d54611b50c9ace5ee56bf5cde4566

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.15-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 760dcf472c86a3f09adcd2002864988cf890128d88cbd1677b0dabd961949d9f
MD5 1fbf9f1132aa4008ddac8c9b3a632f7d
BLAKE2b-256 0e9ebe132da367b1fb78cd7cf28bcf324bacc46e4b288ba91b543656896fc1ca

See more details on using hashes here.

File details

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

File metadata

  • Download URL: tradeflow-0.0.15-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 23.4 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.15-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 0a2434485242c1ac7a1233ab32e1a74b700276d66c4a1a83beacda561241d7e9
MD5 b3c5f1dfd14ee94a5d53c482b0bf522c
BLAKE2b-256 77c64689c83e2c6852b12409a135e7dd2581b8c9abac3135bd22846ea8f11082

See more details on using hashes here.

File details

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

File metadata

  • Download URL: tradeflow-0.0.15-cp39-cp39-win32.whl
  • Upload date:
  • Size: 23.4 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.15-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 ea36a8ad92c5894a9ccca7ec4147a708c86009a18fe39a15d11a82f047eefe09
MD5 51e07f3405977a3e9f99ff4f0f251dad
BLAKE2b-256 99865894256aace99f79cc7c3468567186dea64939747e590f0437ded0564be1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.15-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 45b8e26af99e2046e44da1c80eac8437443ea517e40e990c48f87bce2d6e5ce8
MD5 b5fe961716697b48d491b139b1d4222e
BLAKE2b-256 d13a9844ca564f97d1e5d02226cb98bb3b2cbd0f3d55b09dae36372175f13281

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.15-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 d25df49f620c0c22c1b142a527694bb4597cfc1ef7d97245aeca27198c7ce438
MD5 e8a2adae9b16a3ac29cc210f7297cea6
BLAKE2b-256 675d9df00bafb1ea7e7dd37e614b1099b4d1d1f539ff74edb48f8fa7c52d7cc3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.15-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8fb5c415eee696a33c40a83ddf707a4b34f6a84136adcea7263b963ca47801ec
MD5 846c64d8ff1568c95bc690688fb002b1
BLAKE2b-256 6e71cc0d8303240d5f9bd6cc5745e7187c303c5630b509ffd529374422fa7f52

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.15-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 7a6819f377d26416412ab3a09dee4774d0245b6472b4e0b0d4d13d29079e1e6c
MD5 302dde6f5042564fa844f13091db1224
BLAKE2b-256 fd59e24582b3ca512135498e252645fd632dbd5b901ff7fb49c125e306c53f17

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.15-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2d6f6aaa91b9b93d6e21363dbd9f18c92477ebb323bf8e87592bc43cf241b6a1
MD5 569a7e3470a02ce01eb6ab56170f4e91
BLAKE2b-256 b34bce3c959994c3676f8b293ef6b03f1634f344d0e446d4cb00f71ee1953363

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.15-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 57e90c8245825d1c874c752226a96b588ffd5a83c0a4dfa4c706477c7bcc2334
MD5 770689faa97cc0f961d0351beff16a35
BLAKE2b-256 4d3a612bb3ed5810637f9553fd4d257a01a7fa90d69986bdcb6b878b43e42a57

See more details on using hashes here.

File details

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

File metadata

  • Download URL: tradeflow-0.0.15-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 23.4 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.15-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 d563993a77aa4111a868e4079b4751ff175a103564bbab18df35a817cbcad529
MD5 8570861be1af11fec97dfd5d18003d77
BLAKE2b-256 c42dbce999c5982daf4984a138033ad424a1da2213ab43bb49bc91359004487c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: tradeflow-0.0.15-cp38-cp38-win32.whl
  • Upload date:
  • Size: 23.4 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.15-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 3fcef07d7ca4d1b219ec82b2c669dae5f1ce2afb09a953fe2e5b27332793b93b
MD5 9bc05e14db5a8b50a60041438c982ed5
BLAKE2b-256 e2af6f257c2fe0b72f7fa880d7e40fbed2501c5464b7616fbae2d6ad2014c008

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.15-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 98169bb775bf8f5c9a6627fe58585f3a8b5de9896e2a55792b8f522a26a5d986
MD5 1d7aa105b727391373fe884942c121a4
BLAKE2b-256 a4ddfee24b4c9fb39fd9a8728a5b4370d91754f95521781ab6b445a3a47f7e7a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.15-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 f642d8fc9e93358b503e1cf3eef2a9df8e2bfd61ae6d06adf2e216ff381517ac
MD5 5c2534ca18cda3012069f21466db142d
BLAKE2b-256 5b9f37fa1ea41e1e88e97161b152e316ac84d7ec7faeeecf6e21588f7f3576c1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.15-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 61df05cd1f50b4cd9be3d935d912c0268d737fa282cc83292e8a8dfa0947138c
MD5 602d7779ec5af2557c049bbb30a30ec3
BLAKE2b-256 cd74b28de3788549b7f70bf7797147f086f16f14d129bd5801c62b39ad711cc6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.15-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5629c4bd6e82541fc3e40b0fce5725b7b36b04c74245d50779741de2b81de4b3
MD5 7794e4463e7393d0baaf5ea419c4121a
BLAKE2b-256 f8d683e0f6583a891bf8365ef1875531c5d8e29e426e25cca8ceb67cfaa92310

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.15-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5a7c57ab46921371ace5ab83aa0e1a4d00b0001edeb527e14863776fe3a940f7
MD5 b66b31de920baed6a58a8f06d36672ca
BLAKE2b-256 1b7756ddfc9f5cdbf4905519c797b1ba59a60edc524d233c11e158a3a15b8f10

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.15-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8c1345b4190279bdb210e1a0d7a5d17407b58307a7692e30fd4b223d576dac05
MD5 49b4f1c7110f823109d73d87a6422816
BLAKE2b-256 1752200f6f46245fe007681b19deb0627a554e120f9bb1ba64c7226314f498af

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