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

Uploaded Source

Built Distributions

tradeflow-0.0.13-pp310-pypy310_pp73-win_amd64.whl (21.9 kB view details)

Uploaded PyPy Windows x86-64

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

Uploaded PyPy manylinux: glibc 2.17+ x86-64

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

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

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

Uploaded PyPy macOS 11.0+ ARM64

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

Uploaded PyPy macOS 10.15+ x86-64

tradeflow-0.0.13-pp39-pypy39_pp73-win_amd64.whl (21.9 kB view details)

Uploaded PyPy Windows x86-64

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

Uploaded PyPy manylinux: glibc 2.17+ x86-64

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

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

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

Uploaded PyPy macOS 11.0+ ARM64

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

Uploaded PyPy macOS 10.15+ x86-64

tradeflow-0.0.13-pp38-pypy38_pp73-win_amd64.whl (21.9 kB view details)

Uploaded PyPy Windows x86-64

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

Uploaded PyPy manylinux: glibc 2.17+ x86-64

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

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

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

Uploaded PyPy macOS 11.0+ ARM64

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

Uploaded PyPy macOS 10.9+ x86-64

tradeflow-0.0.13-cp312-cp312-win_amd64.whl (21.8 kB view details)

Uploaded CPython 3.12 Windows x86-64

tradeflow-0.0.13-cp312-cp312-win32.whl (20.6 kB view details)

Uploaded CPython 3.12 Windows x86

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

Uploaded CPython 3.12 musllinux: musl 1.2+ i686

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

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

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

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

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

Uploaded CPython 3.12 macOS 11.0+ ARM64

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

Uploaded CPython 3.12 macOS 10.9+ x86-64

tradeflow-0.0.13-cp311-cp311-win_amd64.whl (21.8 kB view details)

Uploaded CPython 3.11 Windows x86-64

tradeflow-0.0.13-cp311-cp311-win32.whl (20.6 kB view details)

Uploaded CPython 3.11 Windows x86

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

Uploaded CPython 3.11 musllinux: musl 1.2+ i686

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

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

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

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

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

Uploaded CPython 3.11 macOS 11.0+ ARM64

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

Uploaded CPython 3.11 macOS 10.9+ x86-64

tradeflow-0.0.13-cp310-cp310-win_amd64.whl (21.8 kB view details)

Uploaded CPython 3.10 Windows x86-64

tradeflow-0.0.13-cp310-cp310-win32.whl (20.6 kB view details)

Uploaded CPython 3.10 Windows x86

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

Uploaded CPython 3.10 musllinux: musl 1.2+ i686

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

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

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

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

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

Uploaded CPython 3.10 macOS 11.0+ ARM64

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

Uploaded CPython 3.10 macOS 10.9+ x86-64

tradeflow-0.0.13-cp39-cp39-win_amd64.whl (21.8 kB view details)

Uploaded CPython 3.9 Windows x86-64

tradeflow-0.0.13-cp39-cp39-win32.whl (20.6 kB view details)

Uploaded CPython 3.9 Windows x86

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

Uploaded CPython 3.9 musllinux: musl 1.2+ i686

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

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

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

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

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

Uploaded CPython 3.9 macOS 11.0+ ARM64

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

Uploaded CPython 3.9 macOS 10.9+ x86-64

tradeflow-0.0.13-cp38-cp38-win_amd64.whl (21.8 kB view details)

Uploaded CPython 3.8 Windows x86-64

tradeflow-0.0.13-cp38-cp38-win32.whl (20.6 kB view details)

Uploaded CPython 3.8 Windows x86

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

Uploaded CPython 3.8 musllinux: musl 1.2+ i686

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

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

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

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

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

Uploaded CPython 3.8 macOS 11.0+ ARM64

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

Uploaded CPython 3.8 macOS 10.9+ x86-64

File details

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

File metadata

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

File hashes

Hashes for tradeflow-0.0.13.tar.gz
Algorithm Hash digest
SHA256 2d25dbb8925680348887d016048f75526d53453b892c99abded71dc9ddcb30e9
MD5 0b9f491474de62d86f4869f708386ad3
BLAKE2b-256 d897c8ae4ab7461d4a7ef102004f819a95c01dd89c0559a73898b4781d6c4f40

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.13-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 885ba860809c6e778149c8cbb079196a8b17d8e573c23c341e14dc5a6922ec03
MD5 c76777d2ce016030e43d0c84a0d5a9e8
BLAKE2b-256 9f9f356b3a3ad6b15949c96ca15e5d004597a3da2af8569eccdd35d34f932bd6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.13-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e75ba7eead95aef30e2b57fc476e825fe057a86dd3c77a90dad722948745034b
MD5 5f58ded14053c70829fcde34c55fb48b
BLAKE2b-256 48010dc14b213461e763dcc844dc2295c421d42eb04b84bb983a54f8624f075e

See more details on using hashes here.

File details

Details for the file tradeflow-0.0.13-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.13-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 166725063ec47cbb776f3347978e82c0e2e72451a1474138dd3c1568e599f082
MD5 12f96927aa07156468c9554f9a4fde01
BLAKE2b-256 41feac2046028ba8b7ae005cd2d41ef82b6bfca3f61c8704ec7ae2f7eec69fc5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.13-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d5396c687e4d69ae9cca44180aeac84d57e08e1d5772fbc43d9b8ee83c355930
MD5 13103fa0a011d55d083156b620b73203
BLAKE2b-256 ce4fe307690713c1cf7afa0c534a2c13a75303eed3d9bdad83fc1a80c9e2c828

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.13-pp310-pypy310_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 b575f5f88eb28bf54dc61ecf4b8d69d9c294223fa3eaf1693cf44ba7b7bc141d
MD5 05995570f04e77c8418ed940ce7f6513
BLAKE2b-256 049467d443d39eb52be7ca840a154a5864c902ce349884ed4d0e3cbb92207d20

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.13-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 38e234ee614dae15404d57fe7e6b5360ef03220038f36682c878b3a3ffb7199a
MD5 6280e2f12866e297e1b000eda38cb8a3
BLAKE2b-256 7e08bb4d71318518c4c74ae1af9edac7cf822a33582e8ff7c4e05fc28340f856

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.13-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7a9b187f6705b7822c38d7ba2f9a387c6f912566b59084c11b6f2f77024508ca
MD5 b63848eea7170e4f5208a2aebd69a48b
BLAKE2b-256 7423379743ecf674123cda7cf9158f05d9c6f9ae871e3d18792d9a477c3399cb

See more details on using hashes here.

File details

Details for the file tradeflow-0.0.13-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.13-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8dae41e5ebc3778de683f75315bb965c369859ebd9e5d40a9399139787fe1ca2
MD5 36abb4a7fca326c9d7a05da60657cbb2
BLAKE2b-256 11913e51a61dd5d83fef0c3308fa97485ef7353465fb1e79cf707f886a9f6c4d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.13-pp39-pypy39_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3222fa0e1bcc748051c47ccb9afef3f78a43ce963d31fbf773982521aeda5d8a
MD5 9cc52b450d33471cef1889897ad77452
BLAKE2b-256 39b4e12aaf758f3dbd27111c1a4bfd758dfbd4b8b4986e770afc503b023ab024

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.13-pp39-pypy39_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 d2f22b8ea549445997894daa0327f9ae1019aa24d902e5f889d169176b861244
MD5 ee350af741a432c4b0e0ed390cad5fb9
BLAKE2b-256 85ffa19182df41a07133a843bd831f934fcf00b80ff42fa5ad54212ef1ad9b6b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.13-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 cdfc42cc36e23c2a1c5d339d0f39a2c84a01f48b088b27d35231163fdee6c92e
MD5 4a2ae02093518a52a3bf9d7ff721e2e8
BLAKE2b-256 a6f9a65ace51b39cb36973b0c13b718f9286c129dab1b34421637b39e3c4c96d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.13-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a02eeba8ccc43ae2c5366c4c209ebd1354d11fe83e5e0b72ab80e8556f0642df
MD5 d5c4c4c86c9778f7fa073f8a3f820cac
BLAKE2b-256 2db93c56edbfefbe73469836e4f4a626943d469e0513f5ace0fd2840ad457fd1

See more details on using hashes here.

File details

Details for the file tradeflow-0.0.13-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.13-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ef3d96dd2e414dbc3907c861c92c8b15fd9d3ef139f341b66497d7ac38d1c23e
MD5 19b2e2a597d118df777370a6a6855e75
BLAKE2b-256 8fae3c87df5bff691c38bf7a5365db67d4756eee5115a167e964b4238ff65e62

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.13-pp38-pypy38_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6904e4bf50cee53464d65aabb73eb7bdd1183b963d43e47d1503d78efa083f7d
MD5 b4644977a3ce2b042b5cf0cefc392418
BLAKE2b-256 914c1dc9674a43e52793b479f0c8cd7fdbb1fd37962c01242677e1506c0c1241

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.13-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 bfdf1d2fe2d58d5dbb8ee9318df36ce89eb3204663725901fc15bb62476e0b52
MD5 9cbe097ab069a6516fa514f389a77a80
BLAKE2b-256 c85e20c6d2578195783877c6c7dee4d25760256957c939303eba5d72be01479a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.13-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 3c38b21f04b4ab2e3be6d1a48b37e740b3d61c44c31d30774aad247630e45798
MD5 0b736128f8901d9f35f45f59786f42c7
BLAKE2b-256 71d95524db1b100ef5c86eabb401be4a54c487f459eebd327f032a30a701333c

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for tradeflow-0.0.13-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 d970715530e1dd0298021a6e9a8b8b43ae707d422f2ec50b5f109fa26e553c97
MD5 cf1d27603a2dc7d08d5fb91dec155a3e
BLAKE2b-256 be53972d1db0a97b14b97759a3ee5a00fc933294078de95e0226b08140681506

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.13-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2cb0ff5e38a72e17730d8a2864dcc7f48786a39f431bfdf61c7f981e93a6c47e
MD5 98b0b06d2e8463108a8d14f81e9edb7a
BLAKE2b-256 800c7a6de9da1daf9a8d13d5ab94cfd9b5ff436c3210ad547e84ae1a3805043d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.13-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 5b7667af77808410b9d5f0f19adf7e0e38fdbe5ab35f9675d6cb2a691b929fb2
MD5 8d26862b6c92983c3f6ba7d3c64ae57b
BLAKE2b-256 383c49bcaa005572a3d700d27da4a9d1d57834332f6115378dc7b7be43449658

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.13-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5504347a57f5afc45927863856de5271201385874f3e7bf9c53be7a6abccdd17
MD5 88cf9d1a02f27bff983c95de0407746d
BLAKE2b-256 02b260078a509220e0626dc3eb13dd71873d77d68f85b14fcf02ec279f316b1e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.13-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 eef4396d3016998662d02bc4fa3a535856ed81779370620b0111f13e87c01d81
MD5 43271205178fac2950c3987c492c5c78
BLAKE2b-256 1fcb2aee00d8c3251091af2e0d222230f252928348476b35ee10a270c5412207

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.13-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 746bf967bda09c4f0c55e9db9ac97b753cf20363e2c7b1c8608d0910d8de0811
MD5 a0d44372961288a1562cda03ac4f4daf
BLAKE2b-256 bb637927f0ffbb6199886bb75bff4f592b4af88af44d489a1270e6fe60d092b7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.13-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 776e9b58c01799dab9a662e8ed7dc7480a715f7065da4a33165b5e9e5d1e44ba
MD5 62b1cec16dd1649bfa7614d258c3c801
BLAKE2b-256 934e6bc2b4f99f82f9bb63d1b1a827e2007c7615b6d48e01eddbcc43d89a8f4a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.13-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 cd8fb606dc9a0c9beecdbe0c0daf08055eb7d963243ce876581368e27dd4c7a6
MD5 8b07b889f3f3e7606983824b882a1d22
BLAKE2b-256 9550b3a94a287cf83173ad3991e374853ccfea0fd3f428305a42fe4631875327

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for tradeflow-0.0.13-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 6cd6c8240f96df7a9b82c80a40f038667e5b1d52f5558d298f8180587d79ac16
MD5 6d2547a11318fe77d76e4e634894fc09
BLAKE2b-256 956da6df15932f7f56b433ee81705a37be07a09870be3fff788f494a4ac1b4b4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.13-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c7f7beb9f5e72763b69e23d0932cddf6541aedb7dedad99fb988160a36d35983
MD5 eb251287c3aee4792fe6859ceff09779
BLAKE2b-256 ef3035ef9887bf40e32e9b8a43f49cfc9bddfc7e9b71ddc9770dfe3a3d8b941f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.13-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 be1d12de5f1dfa07adfc41185b81b16f389b7bc076717585a766b34c073a4e94
MD5 8b02986daeafb8a52adaa5dd5c627cb3
BLAKE2b-256 585e77f9f5fb21f2e23ef19f368133c16682a1fe12510c7433010952644926e3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.13-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 967fdc73b96fdfb83a33095726cb6b3f898619c36736604ef1f874c046e5c788
MD5 72469952a974bb1eb43c25edbceb6fd0
BLAKE2b-256 41b743b53737a00148a7e5b22477486b9e2089b1856ff7ef8b9765c63ee7de97

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.13-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2d054ece63fcf6b943968c45dcb851c5ecd999375988be6a3e6c81e50b9543b6
MD5 089a4b73bf54704fb8d3a928c24b9473
BLAKE2b-256 042ead269221018ef0c89a12c6d23c481cff303d617f2ccaee852cb5f1c6542d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.13-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ddb6a66d8f0a2963436a72d8d30a2ffe20d4e7c94a20a717c7a37eb0936d7d86
MD5 2def6d9126df922ea7accb0dfc2e40ed
BLAKE2b-256 335ef86913002712416759b2af0ab516c7de138c17fd7b9709335e21004d3671

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.13-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6067432843c223e32c8c1cede377b0d98e2798663be54440d646891238448ff3
MD5 ac9039515538d71ccf60679221ce0ac5
BLAKE2b-256 d0d0ec6b2f274f005f65ebf48b1a729996906e1256fc466c973fd60102310258

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.13-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 15e4304cc6dea90e55bfcbf2f9f2413c6342db6522a01f43e368a929199ae21c
MD5 052ae641c439cbafcccc58bffa2070cb
BLAKE2b-256 514cb176b249b4f8b39380d12cb764961f5a57b8494e7df350bab32874f630a0

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for tradeflow-0.0.13-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 e3690158a91b7ac8c054b5ab5203b501ca04f68fcf38fbf6afa4d8e16184ea6d
MD5 a7a5e3912f03e3bfd3cbb102e2df6d2d
BLAKE2b-256 6455fb193ff0de14f9bdca9a90a4cbe1aeb4dae799c57d29efbb3d2ffdfd2cfe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.13-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 01237d2589049846a176abe38403dd68526e56bc990af9b18be4d81e7887df16
MD5 a323ba8a40d6b4687f9c5c631c520ff4
BLAKE2b-256 ece91de7b5f72f8f05613e4501419a49778da8fa284e9944e9e2deae423eb0dd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.13-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 22935bcf7e703a8d2557dda411a345fe1e01d25a13b57ce3c1ed525202a108d7
MD5 ec5ad8ae0d133799dd01bc589ea12eaa
BLAKE2b-256 34e2ea37873bdcd8a4d0494a317a1b6ee005f02721aa7e2908008dc847ea48e4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.13-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 96f2e0f8429234fe00b278b668758306874fc4b52f101d6645efda66893c78f1
MD5 08658a82c464639079405be7d5b74774
BLAKE2b-256 3be15745197c53e606df8c24eb9e8b7f8c92f548e920fa11d039d520272fb994

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.13-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 21983d0504462d8e2d0087c188c669dc23bfb4ecb3cf0d3e782587e054d4a9e1
MD5 3c8596210abe91d2cf3a237b1f090687
BLAKE2b-256 1ecdf5e3088acb826890a377e33fe49be3d472eb307166389dc1275469b93be6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.13-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 336cc22b14417d3f35b30b34c33be36b15533c0bba017a41e8c1bd98a021c3aa
MD5 adc2c1868f46e9a4899298cf783250c4
BLAKE2b-256 615fac5bb1d0b57ef6cb4aad38ac403606c4fd1921e1bd151d5b92aae9512c17

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.13-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 401d28620a2fbe981ee60c5185a425a4d0856f053806cc384e06a8c071d206ba
MD5 559c1c1a54632f5218af2dcf7a04672e
BLAKE2b-256 bdd01de320787581cbe641842a34f55793da119c910af9e4c44b0604aaf5eb68

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.13-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 6091d4f5e13533ae37e17ab42896a4e9ecb61c1cdfd92c8ed6fecae6ed1d34e6
MD5 281730be72067c15e62d799bcb1da57f
BLAKE2b-256 0dc8bed2683a306a41987b29ee37f2d21f78dca39e2d11622366da1cc88ef6ef

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for tradeflow-0.0.13-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 5b0306264ec0afd7e113654b6340763d78a22836caca12b2106b2a226ee10566
MD5 ff0bb6f9cb44b3bc97910cd0e0a5f7bb
BLAKE2b-256 1c2a3c268ade7f61a8f9fa6c099529e227cbee7b7514b9cbc55462264d98d1f8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.13-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ef4171134069c97edb55345157ff42ba1bf6d89cc820b46b3bb9d1cffe74ad74
MD5 222a775cb2559250f7316d640ae8816c
BLAKE2b-256 8e9cf865ef294eaafb5e27b2267ed71b76349aba3c0748feea3f679dc42337b2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.13-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 d89543db68d64b0ab4c6339ffcb2e7936e217d655f5b04624508749ea42ebe6e
MD5 0e98daa01b57c53d78d1f4ea77fade78
BLAKE2b-256 0a1888866c74f9095fbecb5d2653289988da7e88a37fdc68c1df7ad08ce1626f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.13-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9edf9871b4970775003d903dfecf15c3ba33764321e2a4fb8cde45dbdd5d8f2d
MD5 fad07ac42bcc684e0aa05ce66ea02672
BLAKE2b-256 fb65af576fc934adf8fbf085a2f60abb07dd4986013af721a0c962e7c63ce242

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.13-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ebbd641108402eeed2c5a604c7adc47cefe8f8a6dab46a0393db834811516283
MD5 8b2c0d25c4f10d7f65005b5c32f346fc
BLAKE2b-256 53d9214b4d0f8ead8bb1a9c3511ea0105edeba3935ce55eb55bc4e4ade8219ab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.13-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 eca470d33ee1a25c881a5fcc3e54918686989c8fc6176ff684be4fb202da6895
MD5 1b2b36a2d52ffa6ede04e44c97a550ad
BLAKE2b-256 33cfc8e9155e828dfbe23557862320e033fb3ed6a3fa3f8b051f5d502b696a4d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.13-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f93aa7acb915d93e6786949c4993ed26f245b63a5eaeff39950f82ee6c3f209e
MD5 9dd3b6042df41432037bf53068991287
BLAKE2b-256 858f327c393758c9de236fe7559f12637f6ae7f35263f72e0d7b2ce01451cccf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.13-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 bddb111ab304dc73525c71ee95109bc9f701af2d88279a1d3795c9ea645b131d
MD5 9fb7e42ffa4494f3da0fa6f194c41c2d
BLAKE2b-256 d34de730546579e425563c8237918bf4d57cc09df7e0fcaffddb796bfd676692

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for tradeflow-0.0.13-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 048596dd8594dd13388e73e95746f18047c2b112c5157c02bfacde8529bbc6de
MD5 f6f53b6d543c1955252517a046c288b0
BLAKE2b-256 d733c8d2c25e77be5005968549b9cb1e10856fe5d243e37a35277eb2fc019508

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.13-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6e8b753fbe80762a0c463b82bd4d13705b1201f9307da92b1fdb2ac1f6688bc8
MD5 acc940c4bd6781d087826cdb8bdc8a36
BLAKE2b-256 ed4fd38d53c69aadee2f627acd62cc31aeccbe2f9246c63f12cd7220ae3dcf04

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.13-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 e93f444050e3ac79d20c4c9c7e8f981dc4bad4c04baac4856a1d8f2f905a7e63
MD5 b7a6279d600a1bc859ef3a2e48900c08
BLAKE2b-256 d87de2c1af2abc324ce1da9fd53eda4d86e02370a81c1f6ed959b70b713f28f0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.13-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c6b38b4f5e2c6396056b7929385a805caebac9761ba568bf19b65a466f5021a7
MD5 ba017b5a3d253693370262f4671869aa
BLAKE2b-256 dc1d6ad004b8553753aca2fabba1e526813591a0ac00aef0487813fc97e07083

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.13-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c90f0f719e8caf8cdde9d76e98b44cbc32877bf4f50185165d088e29de1b5a6a
MD5 3ce2e7b805c36b916de1f2107e6fd7b6
BLAKE2b-256 9b41bf36f420ceec222523914304e180089122ecc40032f33bbaf43bda05975a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.13-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3dc792e39eefad54581158675a625bb1f230ef1469472b684c746a20478ab7e3
MD5 15487cdb5d81af8e100a80ce144aba9c
BLAKE2b-256 d9b792c49b8f3471afec24da1ce9a57d9782dc1c1b188e4692e976809d174209

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.13-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 cf1835e87f082b11d4191a733e3d8e77fad127461c3a71d47dc3d9bff90aeb55
MD5 24dbdd528143076bcd25f9b0ea2cef0a
BLAKE2b-256 5deb7a184f8ea0205be38de834f3097ce9beb8d64214ff3bd32493ed3cb6cd1f

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