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

Uploaded Source

Built Distributions

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

Uploaded PyPy Windows x86-64

tradeflow-0.0.12-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.12-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.12-pp310-pypy310_pp73-macosx_11_0_arm64.whl (18.8 kB view details)

Uploaded PyPy macOS 11.0+ ARM64

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

Uploaded PyPy macOS 10.15+ x86-64

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

Uploaded PyPy Windows x86-64

tradeflow-0.0.12-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.12-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.12-pp39-pypy39_pp73-macosx_11_0_arm64.whl (18.8 kB view details)

Uploaded PyPy macOS 11.0+ ARM64

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

Uploaded PyPy macOS 10.15+ x86-64

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

Uploaded PyPy Windows x86-64

tradeflow-0.0.12-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.12-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.12-pp38-pypy38_pp73-macosx_11_0_arm64.whl (18.8 kB view details)

Uploaded PyPy macOS 11.0+ ARM64

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

Uploaded PyPy macOS 10.9+ x86-64

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

Uploaded CPython 3.12 Windows x86-64

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

Uploaded CPython 3.12 Windows x86

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

Uploaded CPython 3.12 musllinux: musl 1.2+ i686

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

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

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

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

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

Uploaded CPython 3.12 macOS 11.0+ ARM64

tradeflow-0.0.12-cp312-cp312-macosx_10_9_x86_64.whl (18.3 kB view details)

Uploaded CPython 3.12 macOS 10.9+ x86-64

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

Uploaded CPython 3.11 Windows x86-64

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

Uploaded CPython 3.11 Windows x86

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

Uploaded CPython 3.11 musllinux: musl 1.2+ i686

tradeflow-0.0.12-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.12-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.12-cp311-cp311-macosx_11_0_arm64.whl (18.4 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

tradeflow-0.0.12-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.12-cp310-cp310-win_amd64.whl (22.8 kB view details)

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

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

Uploaded CPython 3.10 musllinux: musl 1.2+ i686

tradeflow-0.0.12-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.12-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.12-cp310-cp310-macosx_11_0_arm64.whl (18.4 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

tradeflow-0.0.12-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.12-cp39-cp39-win_amd64.whl (22.8 kB view details)

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

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

Uploaded CPython 3.9 musllinux: musl 1.2+ i686

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

Uploaded CPython 3.9 macOS 11.0+ ARM64

tradeflow-0.0.12-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.12-cp38-cp38-win_amd64.whl (22.8 kB view details)

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

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

Uploaded CPython 3.8 musllinux: musl 1.2+ i686

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

Uploaded CPython 3.8 macOS 11.0+ ARM64

tradeflow-0.0.12-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.12.tar.gz.

File metadata

  • Download URL: tradeflow-0.0.12.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.12.tar.gz
Algorithm Hash digest
SHA256 9120059fdf8dfbeb397c246e8bec4849d6e5ae44120a10c6c18345829235e240
MD5 4ec245cb58718bed02bf42378a33fb8f
BLAKE2b-256 2c785ef7cf7a42a3dfe0749416b3fbfb321f1f113e03d854bbd2179bbeca9397

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.12-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 1476572e53d3b563a8313097e9d482244dc5d1e0d971e8d20835440d9ecb5888
MD5 b5f7dd8a8ca613b04d1ba2f11e501552
BLAKE2b-256 e4a431ae536d1745034be92e7b994482b330df819df0f2491f5866168a3957b6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.12-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7671520ecc5eba055835918463194220b4aef8573af5c802407bc1dc05f25f79
MD5 1e60cc15eaf0a6076189a1020d1a6118
BLAKE2b-256 9dbebcb216718c3b3d2eac3b685fa0f5e838ed37d1093e89039720b0c29a68e2

See more details on using hashes here.

File details

Details for the file tradeflow-0.0.12-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.12-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 73d1746667ba95b51361434f133e4ed9bce6e7c135862c7d18fe7da5eab87cc0
MD5 366081632b1af27ec0326df7541f856b
BLAKE2b-256 2d31f3c0213c89dfb8259b7032dd905c8686e118f5dd5d2118d1440ca4c71e69

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.12-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 994db35aa6c1ac6f24b1334f43983388f95caec0120d0693bb02b9a6c5df6c19
MD5 848dad16b363ba5ce5b5ebae022d83b9
BLAKE2b-256 3632deee037358b8de3478afd5250a062b3b996453db95acedd8e47a41f99d83

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.12-pp310-pypy310_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 81bab9b1134e92c1fea4c4bfe958ba10afa4648da354fdaaf03d915b33f6b690
MD5 6e4130504b345237ab875a3c5557d2a0
BLAKE2b-256 157cc14ce933d549ec294b779d5cbcd55da33b8f0ec4de9ff72db43b52f8ee61

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.12-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 98d9570d030873223e65080cb4e49f2a4854f5ed31839f3cde9c39a11e83893d
MD5 6ab193022bc482262c5d1caa0597a6ae
BLAKE2b-256 427e4624b105d04e2068f9d5b3b1e3d7a94bd660becef1c5f481eb210ba39862

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.12-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7bef7bb34b38863e4904a041711bfc8a34fb2e2cc59723bba635378df3e86ca2
MD5 7b4f5c71abec69fa3975def5fabb60cb
BLAKE2b-256 a82a3b924cd3695bd4831c56718639328129e85c9719a533e58818c1f594b615

See more details on using hashes here.

File details

Details for the file tradeflow-0.0.12-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.12-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 39a5929cc4839684738560fac50bb02491bdbd0b68bbe733841e499f44f05746
MD5 cdf8c1b68bbb9ae16c16ca8842fc5d75
BLAKE2b-256 10d65c4398f83143c859995208d75a78b12b15c0892c55c0522aa4d7afdbf3d1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.12-pp39-pypy39_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4185bd0cdf1743944e251b90a781726b5611278ec08f33aabddff794e255571a
MD5 8af3f17e12addaadf8f89b16ab383e09
BLAKE2b-256 95bea98e0bc390f2aa7ac4603fad95d531c790ed5a4eca799ac078c5c944b055

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.12-pp39-pypy39_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 b77e3f787a7972aa6882a695099f0e0391a973f146b513c59f2607562fc5ad8d
MD5 f57c20104e54a38ef5d7934bfc3d43a0
BLAKE2b-256 61b939e7e2213eb42fd1fa2bc109ee8e0cc171abc410622a9c77120e8743e1fd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.12-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 d572c997d864bd5844a3f3d81bfb102216a8e344717b4f08e80885ec07d1cf29
MD5 a65e6b5cfba2aa04b01ea420d3117f87
BLAKE2b-256 7dcad892d8a28d3a1674534453d47fc2d2f74f25e669747b07ef9cf67195a0ab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.12-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a558c80d684469bba2f9da060fe2b1fc9d8c94f2224fb7c9faed6d0f0618324b
MD5 7f218fe2a8c58f74a2abe4306068f1ac
BLAKE2b-256 25f72a0a642a66c3b86dd2c9492e73c327295fd6719aff9cb6b01be1a0755bbe

See more details on using hashes here.

File details

Details for the file tradeflow-0.0.12-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.12-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6eb19cb1fdc955a053f1527f4d9cb6d55b862458bb6710775c9f75db764823a4
MD5 d74f3c2d8f0769c358798d401ecf5ae4
BLAKE2b-256 9e19db4bf031249627f9e6a120fd77af1f6e4665e18cf2865c6dabc31b201b20

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.12-pp38-pypy38_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1d04941ccc5cbe643fe3907ffce7754eaca4a008d3a99c11c43b493504470eb3
MD5 c6d3829ad88153a50acd5c9a274dd0e5
BLAKE2b-256 88a9309b44024d11e66e65b4fe585d16ead11da898d74de95bb16d3c41a198a2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.12-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 01c05bb189fc63f9b31742f344616871a797c6217cff3d5166fcc604c5375833
MD5 0de39fdcdd52bb367505000c4571f65d
BLAKE2b-256 e47b9d83bc56c7e1ec9c5c66220fdf91d34f9862f3b7973a8ac34cb9c02412ab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.12-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 3a7fcabd84a861e00715dd03e5ecf22de7c12bedac0a0cdbcf9cb4e5e0c4f5bc
MD5 88b38a0ffbf5546696698c763f546412
BLAKE2b-256 4880b3e4a47cfaaf13be9b32f61eef9f0724ab8621fbf92b02ad139535d8b7ac

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for tradeflow-0.0.12-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 0ae665cffe9d95a97adde35cf973e31287e31979427ae5db09372b9e3f883e63
MD5 73555177268e177270cebe0bbeb4a493
BLAKE2b-256 7ff3e37bcb5c802e0ca75d91d9e9a8a25ad91048445f6b79013125a0929119bd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.12-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bba40e101bd055871ad7e0c354dfcac61cb30a05a1afa3b52d14a23dc4b0de1e
MD5 672319be6d7e2a4b584c789608cb79fa
BLAKE2b-256 67cbaa9d54ce8479fd74eb53a6c62c60b5c5749fa892b72cf24d83ce51cc280a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.12-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 0a2349090e5b628a76974a97ab41be366627613be9858e138e2da04aa73481e9
MD5 e79b566f5471b550f64aaded537892f8
BLAKE2b-256 b977fdc43c3cc827eee4dc3f0b8373f3d8478f54904a4d7d771642ad7b90d3b1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.12-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bac8968e9ac3fcb5c875d7f141e8d6c104f5dd8c864f916eac5a31b87a6ebeba
MD5 8287ec7825b2f8084d70096f7e250124
BLAKE2b-256 993005c71696ec830205591c4a5ed4feb4681481ed580302190617cace6ceb29

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.12-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 98275ae44940283d52f0bc4a57e6737ea53f0beea33938bdbf5e97c862ee8241
MD5 ee4102cfd6d7e9dd092609dbb16e5500
BLAKE2b-256 8beacbea0f9e19e6f7e6f469e2222ab7d0a24a91d7133959f81ddd8f66359ac0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.12-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 43e157b88d532cc39e333929500ae6b1c86d515e6204f82c22285d8cac9592f4
MD5 802c8f2a7ce27fbe748f5bc012227bf6
BLAKE2b-256 98188bcac77b3a4a0b7015d06af5d1f6fddb4e0d81101c7a8932a3e8e3fb0cf6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.12-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9c6b996d4db7677988f2ab48241ab913ff43b877cf22f4e07583b38e896cecf5
MD5 7c7b7da2641b57df0c90b0c1b4cc9948
BLAKE2b-256 4e24e0eb17ee3672e7f8447b21afc4ab38812a70e4c53edc363a2f18c078e159

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.12-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 fccd6df47c20e306b02acf31aa73fe9b63c49611968dd9bf18c2f950bfeefd45
MD5 a7a9a917c4c40926abf79e6bec6b5d0b
BLAKE2b-256 9f21a74dccd500ca9b6eee3089ae28fe90a613fe737481ac7457794762c4e899

See more details on using hashes here.

File details

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

File metadata

  • Download URL: tradeflow-0.0.12-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.12-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 a4afe02e1ef34e6a6214c61f6ccaf73f524d1832aa983e3de858b9e5333fab96
MD5 3d5748791f2f97f300baae24f0482dbe
BLAKE2b-256 51b6c44ae39a74b0cef3172eb9252bfe8187b5d6bf47b412b3f93af554d2cd4b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.12-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 784cf499eaaf6e8962cb1fb19a2b06542e5160a804687bf12529e909e9b07f16
MD5 f0d99735429b7e1d3b93aabe1d50a29b
BLAKE2b-256 f7e0bd58fc665cdc4cbcc6bd1de8de0f171fc1f42376f064a8889fcb276f7a64

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.12-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 19b4f90867ceed3dd209ddbc775bb8e915728882d830273296ffd750c91e901f
MD5 1978371d3752617b70f1346c979761ae
BLAKE2b-256 d9ba2df284e98cafe70484ebce795676007dc5e386a67ddaf01b71ef70afd6fa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.12-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5e6f16d06df5e0e1714860e668525f18d85f1e0779b566c11285269523d82900
MD5 5c34d5c74ba191264d4dee862c174eb8
BLAKE2b-256 7b414203adc7e5bc7072f78ab508c54fa76154a74bc2f1ff0d3773b8b2557d2e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.12-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a97723eb1f7ed5ea07e5b482ccdd05b131e69e28b8b44dd0e5bba10e9282df05
MD5 f19bc3cac4fc3df1172fc3423b8e0e64
BLAKE2b-256 ce91891a5d7bee5985b8e8abbb737650905af3b9b2d9a166ee9de90932514e95

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.12-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 297d9205487511b19bc5a2bfb32ef770a26f7c6d0b4b0361793d95e086b8c9bd
MD5 fd2284c530556f0477c65fd343d60da5
BLAKE2b-256 42e325aa23951ca7cb5749430cc7333583e62d266f11ecd55ff26e235e70eb81

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.12-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3b18b1d61d3c0ed73d57e756e58c5e980d612bbceb5c15d855a460cd4255cdde
MD5 bb9cd48706d3e63cfccfcce18a987d14
BLAKE2b-256 09aa190f6a4bd718480f13ebdb6de07c9a51f2b934fa7f7531ceed09008e00ef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.12-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 42e4d667117a0aee6d32380cbc1e34d6ddadb9c0cdad24fc65c1966cf34a5be4
MD5 8fa044522b1637fd0f6cfd1cbb7c332e
BLAKE2b-256 1ec56188521c4f6add723ea5408d0e26d2865efd01cbc95c927707cfd90174fb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: tradeflow-0.0.12-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.12-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 720b698efc2af2785c66689e18156ece1e73df0bdf364d7df60d6b5afe9c268a
MD5 54ecb982191d2d0e124204687b0dac80
BLAKE2b-256 be7aed7fd9ae2a4d7bf3107d4966d1dcf5ef37aa861f99ae8e0c062a35ac0029

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.12-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9c2641d1a513da8e655a282949497d10c8ef6bac471a0d9e696f7ae8db22236a
MD5 c3930031705a009f20dcd6a2c77748e8
BLAKE2b-256 2560018aca70cd853df9d25590cef3dc3534a1e6daafc5499d3ec68dcecf04a4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.12-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 1a656887aa17f454062a9eb99f90237d58cc5a8efa4a0c1b214c8ceb31ae70aa
MD5 da33835677b236b41e7fc35451020346
BLAKE2b-256 3c56e9a82086e41953c5cbb95cd1071dc960d2e793561497d61360c6ad751bb4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.12-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5c659386e553e7ae7f355126b5dfdb207efdc635e26f58a5ffaf94f2da06001f
MD5 1cea0d2e9953b3a86cc21d9204d4adb9
BLAKE2b-256 ac5be6545a62b79f05ea1a45e8e515c87e1378d945beaeecd06979c5ac06f8d9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.12-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 fc15b6079cf803b5dcccd22a6ad0646e7e6b51e1e22fe1b8854aab580a7405b1
MD5 a9e233f6816836af12a0d8cde2b58a6a
BLAKE2b-256 3a43d07a6f2f6ccb07617319d454f7f16c0991fdf49f7709c8c9bb3ad1df6539

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.12-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5d6076fb1f6dbba79af478f86e1b484d785778ad121f0de54b26fdcfd5fb3e14
MD5 91633ce0d07f1d82d5f411f83e079cdf
BLAKE2b-256 dc395d9fae24ad9d882cde4e94ca8bc28ae204a2eeaacb880b4ef1e9ecad9079

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.12-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7c5d354f83ecdfa15e737cdc1b9868c78f564a97ee44537c19fde503c4ea0dd2
MD5 bbcede2914b43c993a51eac78196719e
BLAKE2b-256 f6ed39e63e331e86110b9d74bfd065cf8959603f33fc13460abaa0ccac4e818e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: tradeflow-0.0.12-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.12-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 ee583f1d0a061d95aa561049b0c1cd7597c5c79cb95c8ca17cbec040af79a45f
MD5 cc387158ad9e01ac3dcfa7fdc0293be0
BLAKE2b-256 794257535a15fc839406ff413dda6ec765b9244e15a68db034f64168eae731fb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: tradeflow-0.0.12-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.12-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 ec1227b35cf42662980ac002db2e20de320b1f299437ff4e4c9da6320c44f68b
MD5 a4c2c523caa4144634e466a4547daa32
BLAKE2b-256 597d551fe08d620e5eb4bb282d010ea0362740274766af3eb46f17bd5eb8a4fc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.12-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 50888f78164a2930a852ce8767567bb27b1e9db786f3643c37c965014d19e939
MD5 54101c43f9fd0837af2a5fe43cebd6f2
BLAKE2b-256 86cd3a9d6dc27222b782e8160b7d7151691d9ccca074aa2dca130d7b4545e058

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.12-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 b72c13b99c131df344350ba176235a0fdc769384557c2e88ff76fbbe9a02795f
MD5 1ff9caf433c3789f8da7de8ef0cc7766
BLAKE2b-256 33e0d2109d3796596e926707a2f7adafbee0e61965a11d9153c5fe70bc189a62

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.12-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 28d9c7767a2bac08dbcb6ccd86136645c468de593eb62ff2185859950273e748
MD5 dae158e5684f5694d010947156d3dfcc
BLAKE2b-256 ec34449b4b35ee27e04bbf548dadd34c2af71674b5d0e888e0b3c731f91ffda2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.12-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 38d965df1be2f533d8c2540b693238782c6c441106e365be32a1a62692d33762
MD5 2a01a70707257e096b9b3e7ad5cd7a34
BLAKE2b-256 002f026b5929680a7c172bb875bcf86c44871b848b6136d4287d751d4a96bf44

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.12-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9cadf7222671c8a0bf57ad37c3f1072d087963bf3b9592d81c6d5d37822b738a
MD5 008eb8625c6666b791bd3e1a2da9f011
BLAKE2b-256 f26b3029a7da5520a14a952b45677acf42d6a891dd643395c8b1cfb5c1328434

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.12-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 102b4f3671fefd236f85afb6b40f04445851d4d06b7f685db1e9f5dcd5011a0c
MD5 3861367c5eb6565d4f3e89d5b44de279
BLAKE2b-256 07d7748b66b1fa1674101a01876668158f798e355a1874ce5ec842270d5106cf

See more details on using hashes here.

File details

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

File metadata

  • Download URL: tradeflow-0.0.12-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.12-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 8d49c28d9a84e5e6b43017ad495cee110670d7c0e0beb9483933c6704a5dfb7e
MD5 d7a07ce2c54ca882da5bf815e18296a6
BLAKE2b-256 dc7696313d2e72112290d4317230f08e502ce71a1cd1c3bf00701896f8fb150e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: tradeflow-0.0.12-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.12-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 a3497b2f1d5f8af2512855f7523c6655bd7f0549c7337eede0e6ca0bbdd9b949
MD5 8ea6c39a1b2555a787b68da46aff698d
BLAKE2b-256 90989d3ab7a46d1fae01b458b26b8e5c261573fc381ecde60a8d23a00996977c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.12-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 863a3b42947f57bbef543b9df126fda512e49bb2d7c8d7b832a462bf94a4b72f
MD5 6bd7df0b8ef8caa95122306aa759d7a4
BLAKE2b-256 4418de9e0fa7e38dcf1ab03d5f01495512f0a4841848d17f39efcdc07d928fb2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.12-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 a96d071ca070346583d3d314b1f46c44aa839e8c76a57fd38fef19e561498c69
MD5 1cb36a0319e0fb460baae9441f0d64f3
BLAKE2b-256 9b17c9b9f5e5f93d53e2a02297035c0c01b4916a000e3d6ddc2f9d6511be217c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.12-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9c28ac77684fb8328bd4683f9c7ac9573a4284cb645fc9476def8d276e7701d9
MD5 b64b41f6aa12cccd2f22b260b4b3e3f0
BLAKE2b-256 8de38ff6f46883c021defd8fb02335f6258a95e9c7ee2496caa77b34b88b747b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.12-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c8629168f2d60ae9c9316349e96fce697e7c54bf21b5d314f75f75fc8b9ab560
MD5 c11532df038597f0c481e27ccd8b2f38
BLAKE2b-256 164ec8e853999c914ae142982aa3093d16323deb01686d3b4c66077493dbbaa8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.12-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5cff1d9f6e48c0c0a2b7ecbbece1f16c0f6ac0985fe2c36f6fee65be3d352fba
MD5 e1e201f6d07dbb17bab6c24cf4d397a5
BLAKE2b-256 f31f194b59e31de8c5ad081b0a2e6108637fb3bcae675f6870abeba1b37fe319

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.12-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c6479ea4042158d26e688beb67904e1c6914c57c88be39427a725568efb9a73f
MD5 b8833de1eee580d869dcec0d3778766d
BLAKE2b-256 2c3b30700e75571464e5316ab1841d112dd55e2fac12aa3610ff5cdc261031a1

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