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

Uploaded Source

Built Distributions

tradeflow-0.0.8-pp310-pypy310_pp73-win_amd64.whl (22.7 kB view details)

Uploaded PyPy Windows x86-64

tradeflow-0.0.8-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (46.4 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

tradeflow-0.0.8-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (49.2 kB view details)

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

tradeflow-0.0.8-pp310-pypy310_pp73-macosx_11_0_arm64.whl (18.7 kB view details)

Uploaded PyPy macOS 11.0+ ARM64

tradeflow-0.0.8-cp313-cp313-win_amd64.whl (22.6 kB view details)

Uploaded CPython 3.13 Windows x86-64

tradeflow-0.0.8-cp313-cp313-win32.whl (21.5 kB view details)

Uploaded CPython 3.13 Windows x86

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

Uploaded CPython 3.13 musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.13 musllinux: musl 1.2+ i686

tradeflow-0.0.8-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (97.6 kB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ x86-64

tradeflow-0.0.8-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (98.8 kB view details)

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

tradeflow-0.0.8-cp313-cp313-macosx_11_0_arm64.whl (18.2 kB view details)

Uploaded CPython 3.13 macOS 11.0+ ARM64

tradeflow-0.0.8-cp312-cp312-win_amd64.whl (22.6 kB view details)

Uploaded CPython 3.12 Windows x86-64

tradeflow-0.0.8-cp312-cp312-win32.whl (21.5 kB view details)

Uploaded CPython 3.12 Windows x86

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

Uploaded CPython 3.12 musllinux: musl 1.2+ i686

tradeflow-0.0.8-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (97.6 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

tradeflow-0.0.8-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (98.8 kB view details)

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

tradeflow-0.0.8-cp312-cp312-macosx_11_0_arm64.whl (18.2 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

tradeflow-0.0.8-cp311-cp311-win_amd64.whl (22.6 kB view details)

Uploaded CPython 3.11 Windows x86-64

tradeflow-0.0.8-cp311-cp311-win32.whl (21.5 kB view details)

Uploaded CPython 3.11 Windows x86

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

Uploaded CPython 3.11 musllinux: musl 1.2+ i686

tradeflow-0.0.8-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (97.6 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

tradeflow-0.0.8-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (98.8 kB view details)

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

tradeflow-0.0.8-cp311-cp311-macosx_11_0_arm64.whl (18.2 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

tradeflow-0.0.8-cp310-cp310-win_amd64.whl (22.6 kB view details)

Uploaded CPython 3.10 Windows x86-64

tradeflow-0.0.8-cp310-cp310-win32.whl (21.5 kB view details)

Uploaded CPython 3.10 Windows x86

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

Uploaded CPython 3.10 musllinux: musl 1.2+ i686

tradeflow-0.0.8-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (97.6 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

tradeflow-0.0.8-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (98.8 kB view details)

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

tradeflow-0.0.8-cp310-cp310-macosx_11_0_arm64.whl (18.2 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

File details

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

File metadata

  • Download URL: tradeflow-0.0.8.tar.gz
  • Upload date:
  • Size: 12.2 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.8.tar.gz
Algorithm Hash digest
SHA256 fd62fa620be59b73ff287039fd0d3d361f06c7b1d19b3d9ac193b86c4c33ef23
MD5 2d1545b15df231bb81dd6084bd3c5948
BLAKE2b-256 a168a51c72cdb5e382eeba21ea17a6adecf0311377b660cb81bf5b6f3709dd93

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.8-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 ead1f7d8b6bb54657764cf3b92f40800dd4e397c8ed569a194adfffe47ba47ac
MD5 f849d5108fabb8a8ed36aa18efc3b8db
BLAKE2b-256 05dfcd3e5cb4dbbef8e98ec9c730f2d830ced2331880b105fb1577aeca827369

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.8-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6e45d4a7a35ff2f2a4737951704de55ef101e21f7464aadd2a1cb35780eaeb12
MD5 0a21a1ce2cc68bc77e552a83a17740f7
BLAKE2b-256 ec8a8d8858d13e9d689da39519bc7775d0148f4448da954e8433c13e601f44d0

See more details on using hashes here.

File details

Details for the file tradeflow-0.0.8-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.8-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 afec93ca26e8395f74151fc22b5d32e6fd4cc1ada1e3354d1ddcb4f77b80d289
MD5 c729ca20fb3db793cd1355fda7a1ff0c
BLAKE2b-256 32bb22fa17bfe3e297c4f29c92fc8c3aaa531c69523abde79977fd6b0a6150f5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.8-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 30be67e85cb970bbbccfa83eec56400900c71bc169abcc675a1345fcf4ae6f71
MD5 1b0fbb4a410fc9d9e6a5d837daf242dd
BLAKE2b-256 7b2a8ebc177dda169a16fcd7f97010e48c3203ae5458a5e5fa5fd88e69d9201c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.8-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 f883fad5d84218227c61197b13ad31cedcccd84e0a11e1bff53cc2cfd46681fa
MD5 f8c0c4915ad05f8138257ff850345f88
BLAKE2b-256 1245ae4167fb8e0613c0d2c8ce285e80aefc3186028e8a38149058d54561bd9b

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for tradeflow-0.0.8-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 686486198adf99f78e12376090fd252f67b8826e724745123589de426038b860
MD5 ebfa017b3e9665386a598ef2d71f87ef
BLAKE2b-256 90cdda522673b3337735c1998363f90e65bdc0a81726feded2716f43732566a2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.8-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 13faaee557657075845bead73bfd18686d35fbf8ccdafaa781c3087869f3c58f
MD5 f9dff9c8b9722313fe7f617d76281130
BLAKE2b-256 431cd178cf9f22442a1e12fcd943b3b30fb0768649a96432ac71917251aab5d5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.8-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 46160f3970d49df935121d99c1c5632bd45704fcb68509480f876c95ca5bb4a2
MD5 44820a06268c9d4b0f19528659885fca
BLAKE2b-256 8db08e5bf02cdd46b5d2ef304cc9c11153ef004847204c2414845cfaf93ea0d8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.8-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fa65fab259f6264217b7c19bcc4ffc3b96ba6cba48aeb5d6e36dc5c4b18208e7
MD5 7a2630224d713cce0e8b707043261bbf
BLAKE2b-256 f748a11e919db0828272128dd9bd27482524e821ffe094bff989efb3f4315736

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.8-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9ea103da0c70a85ddb9c757acc446facb4cc723f61180784a9c2ae320aadeb7e
MD5 1c134b3ab9c9ecd7a5e2fb3e22bbed98
BLAKE2b-256 a35d7bee478f4abdfaf11ac950724486a44410c094664f5ee13f1b6c58905477

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.8-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 70cbba1998156a596a1661a1f03991c000a8b04cb2e3807f48be1754b2d7f604
MD5 9900ba13e38280d0c67100874fc5af5a
BLAKE2b-256 2a23252be5a6fd20952e41f61e03e7d174146d1e82cb43d076e9f4fc699facd4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.8-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 c5772fcad9ee2d497a270ecb4cc72fc9a17d836a8f570de4ba9428d599d5b252
MD5 6186202e7cc9566230fadcc580d3ed4d
BLAKE2b-256 4620328f2c251efebbd6c68ffb33b255439b546e3113acb30f0336a46c7f3254

See more details on using hashes here.

File details

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

File metadata

  • Download URL: tradeflow-0.0.8-cp312-cp312-win32.whl
  • Upload date:
  • Size: 21.5 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.8-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 0c623667956c70f1d13b6642901c91cacab70354af961c931602afe6a1976866
MD5 9b5e5258c76c14aaf075aa5ff4c26235
BLAKE2b-256 06d9cc4442508a37e3d4911368a4a8a3f9385f59ed580ca1ac6b63f4fa193fe6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.8-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e6787dfc969b602e486fdc20e4a4e73d8fd457701c99d3ca7e1b1748e928f314
MD5 1e49de7ea33714831a2738d79f7d3708
BLAKE2b-256 b0c0eba1491730a777f0d205b3ec9c5f26defc6c7f0ee6af39607df3a4cc7664

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.8-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 b0ccfb33194751381a036fedc797d3a7136e38d2d427fe3c325dbf955ed9cd7e
MD5 6e3e479e961322fd736e904eb08472d2
BLAKE2b-256 1b3aa98e4b1993dc017a789d159453196be056b097c1c1cd685a552a2514c73e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.8-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3f24e555ebe0f6f2f6e8feaea0d01ceb96d4bec605643c03b74d5afb66fb7e7b
MD5 c046eb529cb3c3c81938d7550b5e0dc3
BLAKE2b-256 815e3c8b9ac30f9a43f405d808b2f5ca37063e0bb61d7706cd0130e031dc4f03

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.8-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4072d94f22033ecc3bceea35c0984dbe075b94004530f5cdef0fa03c9379a1da
MD5 79eeb7838950b7b06972574d5d8c4287
BLAKE2b-256 ac279414a5bc17b93bc38cba9b9f47ad4d9b8849d0ac102c015080be48ad5bbd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.8-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a20019b36d064fb32cd7afba747c5352a1c3af8e539c380422af344eea478614
MD5 35928983c1da2df5f30a8b88f85e1f68
BLAKE2b-256 09c40b0ceb3e55d3d7fd576f4e9e069517530e5702e2306cb1e3b60a895a4b15

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.8-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 04bc1e253d07d6a701234465138835dcd1729ee914c698b1e2b36ab4559bc634
MD5 fc976bbcf735b5999a48161a59c48a67
BLAKE2b-256 e75266fcab9a000219d1f2e7c8416fa4fa76f16aae295ff24fbc348477e16894

See more details on using hashes here.

File details

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

File metadata

  • Download URL: tradeflow-0.0.8-cp311-cp311-win32.whl
  • Upload date:
  • Size: 21.5 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.8-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 322605be1bdcc29bdf0a2ad3fb3d0face92d2ed67db8999650dd2ce0cfa132bc
MD5 273f7d33808c402591bb4358f024dea4
BLAKE2b-256 a2069ec04ea3f6cac6be537ce48713b01b025d2fbf6db3be1934cee792f74977

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.8-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8d7b46365cbac61372f6fc5f88f5c2c08247a400ba3e49ee8b25f629b9e149fb
MD5 a0185099502cac9588a7e2e368d0eed7
BLAKE2b-256 f1f55116ee93a95695469ecfd4403c7bf27f8e065748146ff1eba91cb2a6f70f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.8-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 32a225df468fb2713d0cbb03157e608770faf95bd718203cc83da7cc78ecfe5b
MD5 dfac7d042b807064523547b7277294ae
BLAKE2b-256 d2511212d0eb3010680abb8dff3fdae1b8716a0871695a2363a2a99065f48b11

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.8-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 21ad028ae366d3238346a544230a34da0a859fc6993ff0672530cb6302de4edd
MD5 a85af2b06b898f75fc49a4c04dfd93a8
BLAKE2b-256 3f5ed972a9ce91980f525ceef1885aa4a8b720b5ce5e9e90fa0b54420e53d1d2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.8-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9d32cb8042ae0d8ea515c32abd8ccfc470de3b974e1a656714b82fc289171a32
MD5 ae88d4215028271f5f52d351152b54d9
BLAKE2b-256 9479014c742405bbdba74944de9ff0ea40452501c2d1bc64b09b5606b9bf7a02

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.8-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 048cefe5e5351bbad95aaefe17f3599de3454b5bee8608b1d19de761ef6dee71
MD5 7c165f5ce6db0b306f26a7c8e11da77a
BLAKE2b-256 37155e5c5019bd1ca0e14371cd21ab807e0c83d37fe5fd1c562ceafe2c7ca074

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.8-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 811cc357604b32b5c8cd9bfe3591cff277b24b79ea170c88876f234ca4dfe4b3
MD5 8a0dd23ca9d7376a30b4cedd436f0834
BLAKE2b-256 0ec306c36fe4938b794c9a0496d0e0722ac491cc08b454fa63d9a6ea3db19d01

See more details on using hashes here.

File details

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

File metadata

  • Download URL: tradeflow-0.0.8-cp310-cp310-win32.whl
  • Upload date:
  • Size: 21.5 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.8-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 b6a11d84d49a315431b3cadde1e865631c8f10efd42d3817b2ea3cb467a0ab7d
MD5 9a121cc34aff6995072de7b08bbc0f2e
BLAKE2b-256 358ea3ff8ded29f977a0a192880d956a51b1148e4ee9769da4cbda7c64d886e6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.8-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b76db565d4cc4152e0637a440c2a682f4549c5770e1db9bf7b8fba450cad3558
MD5 f1318fa5ac1bdf7f932d1ec570e51c18
BLAKE2b-256 9ae0184f44e51cf8f633cb9dff8d21f52dc4bb7d9875f1dca2282ee9e134b6be

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.8-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 788497d151dcd2b82b02e4f5648c3932ec06241d08f38fa4377b0e4970bee0be
MD5 3def205cec322c626126b1d78638df64
BLAKE2b-256 981a4b7cb4e797608eae717a5dc658790b5ad87b8c050bfda840fa4fde25505e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.8-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b73ce6f48474f8cb9c8b6cc00e5f2689cc66ccf24af6e2998209c251689b189c
MD5 dc8b1f8c0c37486f1dfe0c52f6637e07
BLAKE2b-256 f3bd04b5095aa05b73fb77878db7821b0722fb1b8015d510f5bf9c7d06968ff0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.8-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 35294a5e3a8d6b7d7cbfeff45eb87035839b7c343aa148f108141f3ef9041a8c
MD5 b226397386d33b7b094885d9ad68afa7
BLAKE2b-256 711a19f5139d094d4a8084dcc590069467c9a84bcb79c23dd8c718ebed58e8da

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.8-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c86c73c8246953ae80be8559d17f9b960ae0c1d1af99bd75c2d0d791e6721d20
MD5 5a0dc536df9fd616dc6a3f1b86bb403c
BLAKE2b-256 d69a033307248374bf5f31a4e6d185f18da34dad50e06afc1b6533c4092ced63

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