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

Uploaded Source

Built Distributions

tradeflow-0.0.17-pp310-pypy310_pp73-win_amd64.whl (24.8 kB view details)

Uploaded PyPy Windows x86-64

tradeflow-0.0.17-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (48.1 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

tradeflow-0.0.17-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (50.9 kB view details)

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

tradeflow-0.0.17-pp310-pypy310_pp73-macosx_11_0_arm64.whl (18.9 kB view details)

Uploaded PyPy macOS 11.0+ ARM64

tradeflow-0.0.17-pp310-pypy310_pp73-macosx_10_15_x86_64.whl (19.1 kB view details)

Uploaded PyPy macOS 10.15+ x86-64

tradeflow-0.0.17-pp39-pypy39_pp73-win_amd64.whl (24.8 kB view details)

Uploaded PyPy Windows x86-64

tradeflow-0.0.17-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (48.1 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

tradeflow-0.0.17-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (50.9 kB view details)

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

tradeflow-0.0.17-pp39-pypy39_pp73-macosx_11_0_arm64.whl (18.9 kB view details)

Uploaded PyPy macOS 11.0+ ARM64

tradeflow-0.0.17-pp39-pypy39_pp73-macosx_10_15_x86_64.whl (19.1 kB view details)

Uploaded PyPy macOS 10.15+ x86-64

tradeflow-0.0.17-pp38-pypy38_pp73-win_amd64.whl (24.8 kB view details)

Uploaded PyPy Windows x86-64

tradeflow-0.0.17-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (48.1 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

tradeflow-0.0.17-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (50.9 kB view details)

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

tradeflow-0.0.17-pp38-pypy38_pp73-macosx_11_0_arm64.whl (18.9 kB view details)

Uploaded PyPy macOS 11.0+ ARM64

tradeflow-0.0.17-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (19.0 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

tradeflow-0.0.17-cp312-cp312-win_amd64.whl (24.8 kB view details)

Uploaded CPython 3.12 Windows x86-64

tradeflow-0.0.17-cp312-cp312-win32.whl (24.8 kB view details)

Uploaded CPython 3.12 Windows x86

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

Uploaded CPython 3.12 musllinux: musl 1.2+ i686

tradeflow-0.0.17-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (48.1 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

tradeflow-0.0.17-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (50.9 kB view details)

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

tradeflow-0.0.17-cp312-cp312-macosx_11_0_arm64.whl (18.9 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

tradeflow-0.0.17-cp312-cp312-macosx_10_9_x86_64.whl (19.0 kB view details)

Uploaded CPython 3.12 macOS 10.9+ x86-64

tradeflow-0.0.17-cp311-cp311-win_amd64.whl (24.8 kB view details)

Uploaded CPython 3.11 Windows x86-64

tradeflow-0.0.17-cp311-cp311-win32.whl (24.8 kB view details)

Uploaded CPython 3.11 Windows x86

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

Uploaded CPython 3.11 musllinux: musl 1.2+ i686

tradeflow-0.0.17-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (48.1 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

tradeflow-0.0.17-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (50.9 kB view details)

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

tradeflow-0.0.17-cp311-cp311-macosx_11_0_arm64.whl (18.9 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

tradeflow-0.0.17-cp311-cp311-macosx_10_9_x86_64.whl (19.0 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

tradeflow-0.0.17-cp310-cp310-win_amd64.whl (24.8 kB view details)

Uploaded CPython 3.10 Windows x86-64

tradeflow-0.0.17-cp310-cp310-win32.whl (24.8 kB view details)

Uploaded CPython 3.10 Windows x86

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

Uploaded CPython 3.10 musllinux: musl 1.2+ i686

tradeflow-0.0.17-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (48.1 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

tradeflow-0.0.17-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (50.9 kB view details)

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

tradeflow-0.0.17-cp310-cp310-macosx_11_0_arm64.whl (18.9 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

tradeflow-0.0.17-cp310-cp310-macosx_10_9_x86_64.whl (19.0 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

tradeflow-0.0.17-cp39-cp39-win_amd64.whl (24.8 kB view details)

Uploaded CPython 3.9 Windows x86-64

tradeflow-0.0.17-cp39-cp39-win32.whl (24.8 kB view details)

Uploaded CPython 3.9 Windows x86

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

Uploaded CPython 3.9 musllinux: musl 1.2+ i686

tradeflow-0.0.17-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (48.1 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

tradeflow-0.0.17-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (50.9 kB view details)

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

tradeflow-0.0.17-cp39-cp39-macosx_11_0_arm64.whl (18.9 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

tradeflow-0.0.17-cp39-cp39-macosx_10_9_x86_64.whl (19.0 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

tradeflow-0.0.17-cp38-cp38-win_amd64.whl (24.8 kB view details)

Uploaded CPython 3.8 Windows x86-64

tradeflow-0.0.17-cp38-cp38-win32.whl (24.8 kB view details)

Uploaded CPython 3.8 Windows x86

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

Uploaded CPython 3.8 musllinux: musl 1.2+ i686

tradeflow-0.0.17-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (48.1 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

tradeflow-0.0.17-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (50.9 kB view details)

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

tradeflow-0.0.17-cp38-cp38-macosx_11_0_arm64.whl (18.9 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

tradeflow-0.0.17-cp38-cp38-macosx_10_9_x86_64.whl (19.0 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

File details

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

File metadata

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

File hashes

Hashes for tradeflow-0.0.17.tar.gz
Algorithm Hash digest
SHA256 b4e540563dafbd7b8c05bb4cc01057c4fa9b10e6703dd5751673efc5c7308cc3
MD5 9fa3524577430ef2e3400df84bfdf906
BLAKE2b-256 090293c41df83804b6142739bff84ed01781642b600fb87db17b401031d66a33

See more details on using hashes here.

Provenance

The following attestation bundles were made for tradeflow-0.0.17.tar.gz:

Publisher: python-publish.yml on MartinGangand/tradeflow

Attestations:

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.17-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 b3f2847b735fd01c82a8c07f78293b45fc423be4240a3230d082988841ef5ccb
MD5 dbe9cf6491960aaa67c693811fddb6e2
BLAKE2b-256 cd150453bb2def14a589f67968f36bd34d87a62310e54b82a84d1fcd1c978562

See more details on using hashes here.

Provenance

The following attestation bundles were made for tradeflow-0.0.17-pp310-pypy310_pp73-win_amd64.whl:

Publisher: python-publish.yml on MartinGangand/tradeflow

Attestations:

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.17-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f8905965eb22f22ec1295668980dcb61d6d62667b5d5cb00e79ef9aa58cb3a4c
MD5 5bf14564961a97c41c57377b115bdd3b
BLAKE2b-256 ebf8ced71e977a0d452003cc3a724f7ffb7a455de3da332342902dd112d542ac

See more details on using hashes here.

Provenance

The following attestation bundles were made for tradeflow-0.0.17-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: python-publish.yml on MartinGangand/tradeflow

Attestations:

File details

Details for the file tradeflow-0.0.17-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.17-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c4f3e89ff37e65466e5e052d6cb39b9af731652e451b03edd9c1f0d157b43b58
MD5 cdedbba87d8bf42debc9d34f00f99d5f
BLAKE2b-256 8c380b1bbaacbddac8ecb57cc02d900400e7fda2284f210fd0efbcd4dab9059f

See more details on using hashes here.

Provenance

The following attestation bundles were made for tradeflow-0.0.17-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: python-publish.yml on MartinGangand/tradeflow

Attestations:

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.17-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b01cd1ac3ecfc78a0023976181cc784811d4fe74b9dd57b78c32a9d0e38e829a
MD5 cef15032714128aee80aef8823288d5d
BLAKE2b-256 dd12374e0ef81f436188f2c913b47dc9431a2913826fbb166d028620ff22d3d5

See more details on using hashes here.

Provenance

The following attestation bundles were made for tradeflow-0.0.17-pp310-pypy310_pp73-macosx_11_0_arm64.whl:

Publisher: python-publish.yml on MartinGangand/tradeflow

Attestations:

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.17-pp310-pypy310_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 878ff9ac4cb8755a70e45253e54d40c0097e811290cc0b362487e40279a42eb6
MD5 75c2c4b68a1116e1fdc01910eb39bb3d
BLAKE2b-256 68bb756c517a011a1078979bf0fc0bf745387865e0acaf09ad7f4dc0f1ce01a2

See more details on using hashes here.

Provenance

The following attestation bundles were made for tradeflow-0.0.17-pp310-pypy310_pp73-macosx_10_15_x86_64.whl:

Publisher: python-publish.yml on MartinGangand/tradeflow

Attestations:

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.17-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 9d0fb48d299fd97f064847d7ebb93e4357a70ed2a46f2a5c31b5921e55bdfb64
MD5 0641b38addf52847e23cd47d68df38a5
BLAKE2b-256 93d99833618e35a8a23cabddb0d3c7fa40e03df45a206e715d6eba85311897d8

See more details on using hashes here.

Provenance

The following attestation bundles were made for tradeflow-0.0.17-pp39-pypy39_pp73-win_amd64.whl:

Publisher: python-publish.yml on MartinGangand/tradeflow

Attestations:

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.17-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bc02bf58c4826e9c8c05f2250767247755f35c81a2b70fb893e444ea3ef262fe
MD5 ccfea4689f384ab7178a22e391dda580
BLAKE2b-256 a3d250d545e364223e812552091c72487b3887cabea4445da497d204d07a346c

See more details on using hashes here.

Provenance

The following attestation bundles were made for tradeflow-0.0.17-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: python-publish.yml on MartinGangand/tradeflow

Attestations:

File details

Details for the file tradeflow-0.0.17-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.17-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f53285570bc9e1ead4486fa9d5cc2fb0e960b925e54f958e4f37939767852041
MD5 4c2c267379fd4ebb9d6c6984e9a53b08
BLAKE2b-256 cfb0abdbe10df9ac76530ae8311beeb4a04c87c30aa79dcd5d2d9f7b7ccc793f

See more details on using hashes here.

Provenance

The following attestation bundles were made for tradeflow-0.0.17-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: python-publish.yml on MartinGangand/tradeflow

Attestations:

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.17-pp39-pypy39_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 72869a81a3d1ff19b58f256730caefeab05532081dabd99e2eda75fa26b644b9
MD5 07de6bfe05f503c213f4f1c388a5e330
BLAKE2b-256 ba1f636e2189aaa3b2092e5575dde21382e0a379a8eb3df40464cbd8a47594ad

See more details on using hashes here.

Provenance

The following attestation bundles were made for tradeflow-0.0.17-pp39-pypy39_pp73-macosx_11_0_arm64.whl:

Publisher: python-publish.yml on MartinGangand/tradeflow

Attestations:

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.17-pp39-pypy39_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 f8c4d65b71f23956ecde07238b55eec1ec0710fe331c73daf0e5b07d282d24d1
MD5 c3288b1e38a44b868e90633c588e7f0a
BLAKE2b-256 f91291d742a88c4a3bb5fd49cf29c444df56c5a5aae81513766c69030a0d70fb

See more details on using hashes here.

Provenance

The following attestation bundles were made for tradeflow-0.0.17-pp39-pypy39_pp73-macosx_10_15_x86_64.whl:

Publisher: python-publish.yml on MartinGangand/tradeflow

Attestations:

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.17-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 9acf1c386dd76259d912e7ca42f74fdf2b984ed0aeb64783974c0e5dd899e1ed
MD5 57969eb183989a6b818bfaae03a22cf8
BLAKE2b-256 ff4a2e00cac3b34ffb05953f87c813f9c9544dd7f7109c919a8185c8a40522fb

See more details on using hashes here.

Provenance

The following attestation bundles were made for tradeflow-0.0.17-pp38-pypy38_pp73-win_amd64.whl:

Publisher: python-publish.yml on MartinGangand/tradeflow

Attestations:

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.17-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 237c87ae0b39e5a012bc70b0e673cf62b9338057574e3d5395ad2bec3cb42fb7
MD5 2ee285c5b237235c551caa056d3a0dc4
BLAKE2b-256 eac9e14b7a632948816f59606fe6ccc94798234270267dcba819394b85e82923

See more details on using hashes here.

Provenance

The following attestation bundles were made for tradeflow-0.0.17-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: python-publish.yml on MartinGangand/tradeflow

Attestations:

File details

Details for the file tradeflow-0.0.17-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.17-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a4f3a87dde420cb00d6346adef9b34040df65337acb3c90618e1ce9f85de8819
MD5 efefd710e1ed52bbfaa630a2428edaab
BLAKE2b-256 71f600444c17790978e3d35d76973561bd3aa7fb7becb2e2e3f7c2bdc8ecdf6a

See more details on using hashes here.

Provenance

The following attestation bundles were made for tradeflow-0.0.17-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: python-publish.yml on MartinGangand/tradeflow

Attestations:

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.17-pp38-pypy38_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3b94867650174667bfcc1c9a4941692e275cff3e8c052ae807cf1c6e34ed3eb4
MD5 f3c9dff45ec65b97e0f9efc426ffcc8d
BLAKE2b-256 d0701e905ff8c413a2768bde23a8e99122b7ee307a5652386bf528657636a824

See more details on using hashes here.

Provenance

The following attestation bundles were made for tradeflow-0.0.17-pp38-pypy38_pp73-macosx_11_0_arm64.whl:

Publisher: python-publish.yml on MartinGangand/tradeflow

Attestations:

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.17-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 605a1e521f05f25ebae7aa678f7d87e599ae436868d926c847d4db7e93ad6252
MD5 a6f2b9a71181b4aa43187bd2205bb75b
BLAKE2b-256 367838b7a11894ddc1bc0eaba9bf92d117fdd209a33f15bfc231f7c6861887d2

See more details on using hashes here.

Provenance

The following attestation bundles were made for tradeflow-0.0.17-pp38-pypy38_pp73-macosx_10_9_x86_64.whl:

Publisher: python-publish.yml on MartinGangand/tradeflow

Attestations:

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.17-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 691922f2ee114cb43c4efde3d7ae1a0689cff11ee82c797de1185c5ec68c9963
MD5 06006f615e1a745c28ce4d8c71106bc0
BLAKE2b-256 0cc16cce365779b7e4b140d6ea4c4624669a02d16c71f23155d55a8706203f96

See more details on using hashes here.

Provenance

The following attestation bundles were made for tradeflow-0.0.17-cp312-cp312-win_amd64.whl:

Publisher: python-publish.yml on MartinGangand/tradeflow

Attestations:

File details

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

File metadata

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

File hashes

Hashes for tradeflow-0.0.17-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 f87df3221f5152bc49a577055ebca24cdae81f82b3c8b26239b1768e4ba60a18
MD5 7c11ffc281dc3ace9bfc8f3ab6316dea
BLAKE2b-256 118369199aa579fb50a03360d100f2645942d95d847d77cb51c67a9782b0a027

See more details on using hashes here.

Provenance

The following attestation bundles were made for tradeflow-0.0.17-cp312-cp312-win32.whl:

Publisher: python-publish.yml on MartinGangand/tradeflow

Attestations:

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.17-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5b180d04a5e3fad161d2ae42af2723ed0d0a11b9e2b9dde46e82661cfa9dfb59
MD5 3b659eb0860739c22fef0d2106abe4b4
BLAKE2b-256 69dbf11789a0cb41ebce939c33aa3fb0209a3a7f9d59f84ee5fbb65e28b11704

See more details on using hashes here.

Provenance

The following attestation bundles were made for tradeflow-0.0.17-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: python-publish.yml on MartinGangand/tradeflow

Attestations:

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.17-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 5f0fa2c433dc86a6dad562124f1ea201b78f8c2cce69efcd9a199fac581878f7
MD5 728358c8ee20fc81fddec2b52a834b8e
BLAKE2b-256 e86e545caeb386727c08877b4eaea77d2d86cdead75d7ccc47ae67d2a9d2a652

See more details on using hashes here.

Provenance

The following attestation bundles were made for tradeflow-0.0.17-cp312-cp312-musllinux_1_2_i686.whl:

Publisher: python-publish.yml on MartinGangand/tradeflow

Attestations:

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.17-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6af8b9df88b5f8b5f32c3d5c2b5d55e0ea7fb54fae8987b83c6a1409df18fe1f
MD5 2b91d4e1acd936e1a00b82e0f2c91f68
BLAKE2b-256 3499f8ed48c6531d04c547c71299c13630bab5e698a9a52baf208e85649862c3

See more details on using hashes here.

Provenance

The following attestation bundles were made for tradeflow-0.0.17-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: python-publish.yml on MartinGangand/tradeflow

Attestations:

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.17-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6c7760a2671becb2b89f83f4faf5d4abd5b6aa919613654340b7321a50d66bf6
MD5 8cfa43d6e69a9960084d92e98c355358
BLAKE2b-256 9327ee0cde62a188b022e2d1a96201619b58aa6bc68b02652273dfd93417d886

See more details on using hashes here.

Provenance

The following attestation bundles were made for tradeflow-0.0.17-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: python-publish.yml on MartinGangand/tradeflow

Attestations:

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.17-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 db4b8197058ee8b092b933a5ef56d6c84cfb23f83640894ecf2a6db7012f23f3
MD5 4ff63d521b1ac4b04d8e11718f7186fa
BLAKE2b-256 1f55e47b61a21ee773606002525caa821ae4b37ab11b3519745ce1bb8d990ade

See more details on using hashes here.

Provenance

The following attestation bundles were made for tradeflow-0.0.17-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: python-publish.yml on MartinGangand/tradeflow

Attestations:

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.17-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 05a396acd702685075a326a918cd76e37afff64a12b300acb19b869d6b04283d
MD5 aeb244f590bc3fbda38ef6a234b3a7cb
BLAKE2b-256 6cc54556114db5c71f3dc5efa95439315f073b612f6ca86286231d3d5f3782c9

See more details on using hashes here.

Provenance

The following attestation bundles were made for tradeflow-0.0.17-cp312-cp312-macosx_10_9_x86_64.whl:

Publisher: python-publish.yml on MartinGangand/tradeflow

Attestations:

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.17-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 a3b4e86f2eb186a4b6064bd6797116edb32f1248f840d80be449cfde7fc74d30
MD5 6469656ba289d4eff50bf5391f930030
BLAKE2b-256 2218a705b9a0dce66be66757808ed5c828bf5665f83d53a79b3951a222714692

See more details on using hashes here.

Provenance

The following attestation bundles were made for tradeflow-0.0.17-cp311-cp311-win_amd64.whl:

Publisher: python-publish.yml on MartinGangand/tradeflow

Attestations:

File details

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

File metadata

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

File hashes

Hashes for tradeflow-0.0.17-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 ef687a20207a7d06247908ce0cb0d71883c41aec3b4dee334d914e9278393113
MD5 8abe96e478cfcce0b9ada6cd33be6c0c
BLAKE2b-256 84a25ee3702ae4f41188876701bee2964cc7e74adfd9bc01cf464031c9178cf5

See more details on using hashes here.

Provenance

The following attestation bundles were made for tradeflow-0.0.17-cp311-cp311-win32.whl:

Publisher: python-publish.yml on MartinGangand/tradeflow

Attestations:

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.17-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a57d04005867706aee6e0257d0057e3b97f1ff7210d0c54cc4ac4ce6d4062d83
MD5 0589f11e45ecef4cbdb06f36dd784fe6
BLAKE2b-256 74d3532358a02f1977b9afd4ae474c3977a9b91703b418bf5ec7ba8259785ac4

See more details on using hashes here.

Provenance

The following attestation bundles were made for tradeflow-0.0.17-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: python-publish.yml on MartinGangand/tradeflow

Attestations:

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.17-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 9f75ba6696fb311f70ea0123313312b83a7f14997bc9a8e424b4774f0941e753
MD5 21c5039cca9f57ff3296377468d3ae59
BLAKE2b-256 1261826b631efd2740637ea787e84af2bf1899c080ca0308bb1e86006daf61e8

See more details on using hashes here.

Provenance

The following attestation bundles were made for tradeflow-0.0.17-cp311-cp311-musllinux_1_2_i686.whl:

Publisher: python-publish.yml on MartinGangand/tradeflow

Attestations:

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.17-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fa105cebcad22645b85296f7a64c40c43ca4cf8a26af27a351c64f8b40e354aa
MD5 d47a83d50893471a08583eb855ca54c9
BLAKE2b-256 3c81ea18a076c4ad9a1f5685791e177740defaf9345f9ae67c7a3e3d87fa82ec

See more details on using hashes here.

Provenance

The following attestation bundles were made for tradeflow-0.0.17-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: python-publish.yml on MartinGangand/tradeflow

Attestations:

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.17-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4056ece9c87cfd2dd9c190184ad3785189143f6f649faaccdca2acd1619b4803
MD5 b835037f909a1e8874a8fa1bd61b2702
BLAKE2b-256 747b19c2d7da6124548420551b3fb40639d88ff500866c72db14e19c0fbf829f

See more details on using hashes here.

Provenance

The following attestation bundles were made for tradeflow-0.0.17-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: python-publish.yml on MartinGangand/tradeflow

Attestations:

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.17-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5528bf34047e8442d968fd037c9342e157887fded0ce97b0987f7e3609c9f58c
MD5 643f2149e41950ae26b9d283514e8513
BLAKE2b-256 7aaa337ce47fd50deab6f494f11d08711c91ff75492d0a32402f38691b1578b4

See more details on using hashes here.

Provenance

The following attestation bundles were made for tradeflow-0.0.17-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: python-publish.yml on MartinGangand/tradeflow

Attestations:

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.17-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 07ed0e63edf13e2bf58c7f456c4ebd71704c4ff1e8631335223acf205967c158
MD5 d34ea489543c0e29baf9bfe70eaa6bdd
BLAKE2b-256 b44fc1fa3eee9038d6b29471a931a39bcce61d34cf27611c1cf7c1969da40178

See more details on using hashes here.

Provenance

The following attestation bundles were made for tradeflow-0.0.17-cp311-cp311-macosx_10_9_x86_64.whl:

Publisher: python-publish.yml on MartinGangand/tradeflow

Attestations:

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.17-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 6622a38911beb179580c4d4452ba12e952e3a1bb05be516e2567fb933ea6ab69
MD5 6919bd2c242680dcb392374a623fe8ae
BLAKE2b-256 7170713055147a997db6b313ebbb59a968a6619af757e470c37cc4cc73c8b753

See more details on using hashes here.

Provenance

The following attestation bundles were made for tradeflow-0.0.17-cp310-cp310-win_amd64.whl:

Publisher: python-publish.yml on MartinGangand/tradeflow

Attestations:

File details

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

File metadata

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

File hashes

Hashes for tradeflow-0.0.17-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 3c48295664c1b27d00f93f37861b7105c32c5ed499d727a94d227315335adbd4
MD5 af9db4b90f8956c9ba7262fe2450532b
BLAKE2b-256 cd16a010d73de10e597d706d588645f833cd5410a46f24828c106f3167c8db8d

See more details on using hashes here.

Provenance

The following attestation bundles were made for tradeflow-0.0.17-cp310-cp310-win32.whl:

Publisher: python-publish.yml on MartinGangand/tradeflow

Attestations:

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.17-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8ee60da7a695855f30ef1fc5f91f12be6d3e645e1f926277157a6b37af628365
MD5 240149b1ad21df87bc31e8c32a7e37f6
BLAKE2b-256 076e798abeef8173c837fb028282b88fe4bb6d754d2eea53bb7aa6f98cb9789d

See more details on using hashes here.

Provenance

The following attestation bundles were made for tradeflow-0.0.17-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: python-publish.yml on MartinGangand/tradeflow

Attestations:

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.17-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 668f194e3dd8244963d6608fba37ae7a759aad1554e8ee3d03eb74ca14fc3538
MD5 3896af9b34e0bf9eeb931412e4c38e31
BLAKE2b-256 9d8851006981293b9fba48e9cf182ecf6000408c9b9f33335363e2e35fd76c38

See more details on using hashes here.

Provenance

The following attestation bundles were made for tradeflow-0.0.17-cp310-cp310-musllinux_1_2_i686.whl:

Publisher: python-publish.yml on MartinGangand/tradeflow

Attestations:

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.17-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3a849949f4d6b8ac8b09692a556f7e4baef2557576185868dfeb63bed76ab534
MD5 bb5755eea0519aa48aedf97973891f03
BLAKE2b-256 5475c778ce6d5041958eb2787d30470012199bc8b115be604f7cead4272939c3

See more details on using hashes here.

Provenance

The following attestation bundles were made for tradeflow-0.0.17-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: python-publish.yml on MartinGangand/tradeflow

Attestations:

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.17-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 449f30573ead42e8b9eabc0db995bba247dc6a5ba60dadd5792520cedaf8e281
MD5 006e0dca1b7644b77ec469176c88e2b4
BLAKE2b-256 e7fc3fd19a61c2ee13f9012ce0773e5706480e509189c72b894655bd4e62f97e

See more details on using hashes here.

Provenance

The following attestation bundles were made for tradeflow-0.0.17-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: python-publish.yml on MartinGangand/tradeflow

Attestations:

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.17-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b06f0b9be36c42518fef1c7409d2e6e4266ff3d8d5ddbe62fcab7d7f096f805d
MD5 720caa64c7ee61fdffa9798b5e89ffa8
BLAKE2b-256 165031dc5220a2e121240b5060fbf45b7d47a7397ccf9ca1222035f987885c04

See more details on using hashes here.

Provenance

The following attestation bundles were made for tradeflow-0.0.17-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: python-publish.yml on MartinGangand/tradeflow

Attestations:

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.17-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 eafd0f5d24aaa126d8cc5014075aa5e518fb6daee302398b0d2dbe5fc0239ec0
MD5 7af3c164e866aad0315ee9bd55725555
BLAKE2b-256 c6a2e65c83ffa671c482d96f924cddbedd62cf32f92feff45b2cb3002586f9f1

See more details on using hashes here.

Provenance

The following attestation bundles were made for tradeflow-0.0.17-cp310-cp310-macosx_10_9_x86_64.whl:

Publisher: python-publish.yml on MartinGangand/tradeflow

Attestations:

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.17-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 cacedd8b02adde1b8a93dc2acaea2d06dddd5f662fef2ddbc0f20a5ab0c1f580
MD5 d40e1742687497db5c2647b90498b706
BLAKE2b-256 1ab4c0882a8a24893d63fa57ddc0d40f3d28d704387b4295eb1fae6fc4902aa9

See more details on using hashes here.

Provenance

The following attestation bundles were made for tradeflow-0.0.17-cp39-cp39-win_amd64.whl:

Publisher: python-publish.yml on MartinGangand/tradeflow

Attestations:

File details

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

File metadata

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

File hashes

Hashes for tradeflow-0.0.17-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 1bd9bb547e2e5196a5ec715c59d35a60478447860485e0070800ff79b2d55e30
MD5 481993b0ed229666f0e30eed8d5e2e60
BLAKE2b-256 dd80239f791d675edc4aaed32c666ba2dba4cf25deea8a91816cc315087b300e

See more details on using hashes here.

Provenance

The following attestation bundles were made for tradeflow-0.0.17-cp39-cp39-win32.whl:

Publisher: python-publish.yml on MartinGangand/tradeflow

Attestations:

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.17-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 336c7dc5071ca5353f67312c0f210dc0626fa00f691909ff3088267365b9184a
MD5 ce2d5316a0e1ef8bed3943455bc65bef
BLAKE2b-256 01e12e1a59e64d595b34613a392efca3062b49a120bfb67e4d53ec0182809970

See more details on using hashes here.

Provenance

The following attestation bundles were made for tradeflow-0.0.17-cp39-cp39-musllinux_1_2_x86_64.whl:

Publisher: python-publish.yml on MartinGangand/tradeflow

Attestations:

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.17-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 0fdd1f239982333358502fe435c9d10428e90abba27dcd50e0342c3b3b64e41d
MD5 cb5c390ae67deb66fefc55daa69d87f1
BLAKE2b-256 24433546214569baeb24731c17e25408d4d2fd49c22736952e9ed2846e7477fe

See more details on using hashes here.

Provenance

The following attestation bundles were made for tradeflow-0.0.17-cp39-cp39-musllinux_1_2_i686.whl:

Publisher: python-publish.yml on MartinGangand/tradeflow

Attestations:

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.17-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f9895b329e95ecf84026f40752840182336a586e7be46baa040da629f5733aad
MD5 2fbbc091f4157fc380f97226536ccb03
BLAKE2b-256 0573ad1d108fded25d92d7ff945a9da459978f31662bd5b47b49607ab688935e

See more details on using hashes here.

Provenance

The following attestation bundles were made for tradeflow-0.0.17-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: python-publish.yml on MartinGangand/tradeflow

Attestations:

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.17-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 75913c2f5229514b0c256dba32255129ce89438ae040a8606a905686dab428ac
MD5 c86134a3a451ffa7cd429a181ef6814e
BLAKE2b-256 2a47ea9fb33ab6739a69ba480a725e2c4ee741f949db286923df214e3cddad29

See more details on using hashes here.

Provenance

The following attestation bundles were made for tradeflow-0.0.17-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: python-publish.yml on MartinGangand/tradeflow

Attestations:

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.17-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 73b9f466388d83f0a6684b8aa3881d1dc3b0a1fe2771e04ff5673ceadf0d7bc3
MD5 6729228ed632e77deff9701e05d6aca6
BLAKE2b-256 510cb697a4a12306e452159442fc51422b11822d858449929495d83441789130

See more details on using hashes here.

Provenance

The following attestation bundles were made for tradeflow-0.0.17-cp39-cp39-macosx_11_0_arm64.whl:

Publisher: python-publish.yml on MartinGangand/tradeflow

Attestations:

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.17-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 da78530efcac7a0ed32db344d6a291292d91402b500cf6605271f21bd818cc62
MD5 b4a8f7e641ecc8de20442be422667eaf
BLAKE2b-256 5c3548639c54e4043d0463462f0a52d4d132cfd8ccd32f4aed7844c10630d0be

See more details on using hashes here.

Provenance

The following attestation bundles were made for tradeflow-0.0.17-cp39-cp39-macosx_10_9_x86_64.whl:

Publisher: python-publish.yml on MartinGangand/tradeflow

Attestations:

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.17-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 baf2cb84878025a8168559c66c4247085f8042a794a1b5c742e10641382b6a25
MD5 567eb85d4b2a36161cac079ed644de1a
BLAKE2b-256 c6250184b37c98b146612c7129ce6133dd02e413b29b0a723ba94026e51f6ed9

See more details on using hashes here.

Provenance

The following attestation bundles were made for tradeflow-0.0.17-cp38-cp38-win_amd64.whl:

Publisher: python-publish.yml on MartinGangand/tradeflow

Attestations:

File details

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

File metadata

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

File hashes

Hashes for tradeflow-0.0.17-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 07555e85cab995ef650e91eb30aacc818f37d1fe124089706d2ab9c55fae5989
MD5 fbcdc72bba272937423de4778fd80322
BLAKE2b-256 d4cd808f2eea4b7480b2828eae2a2a0d2586803392d0b22a94d68a0d82da6239

See more details on using hashes here.

Provenance

The following attestation bundles were made for tradeflow-0.0.17-cp38-cp38-win32.whl:

Publisher: python-publish.yml on MartinGangand/tradeflow

Attestations:

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.17-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e1e194aeb25bf8ac21340b7cdb9f6a6484ab3ac7c919bd790bdf620b5efa9dee
MD5 5b3db20663c8187cb79d94187677e1fb
BLAKE2b-256 a346fe13144823f5d2dbfd07a2c00a7d1ee08246e28125134e81913815c78a6d

See more details on using hashes here.

Provenance

The following attestation bundles were made for tradeflow-0.0.17-cp38-cp38-musllinux_1_2_x86_64.whl:

Publisher: python-publish.yml on MartinGangand/tradeflow

Attestations:

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.17-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 a4690084fc046678667f19a72808cd0b5fefc2a9e381d215765fd5fe0ef748f1
MD5 608ec64f16e17a46f7b7997e8a81a201
BLAKE2b-256 eb72db136fe0e735c5b0c56af34b62e9a26e39be6722446ac5d9da37b01e4a46

See more details on using hashes here.

Provenance

The following attestation bundles were made for tradeflow-0.0.17-cp38-cp38-musllinux_1_2_i686.whl:

Publisher: python-publish.yml on MartinGangand/tradeflow

Attestations:

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.17-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8912833e61dcdd0b06c694148f5bd38711fe8d7f2f819343094a27706a2a63bf
MD5 d1d0190f69973c1b5acda13dec4c40f8
BLAKE2b-256 77d9b9b2cee9ddf11200c049eb806aec9152755c6e89e977f69d268c8a0dbf84

See more details on using hashes here.

Provenance

The following attestation bundles were made for tradeflow-0.0.17-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: python-publish.yml on MartinGangand/tradeflow

Attestations:

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.17-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f92bf1e890c8601c1752283fbb430da68f62b9ce77e4dc23f14699c3b965c997
MD5 d7367f277bb7073ec8f6ad98ce1d382d
BLAKE2b-256 67c19eb125f6397c8358beacad888339f10b8404a47148c32a6b2a8ec1ec34be

See more details on using hashes here.

Provenance

The following attestation bundles were made for tradeflow-0.0.17-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: python-publish.yml on MartinGangand/tradeflow

Attestations:

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.17-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c5e59d62b6e22219bcba566742cbe87147a69d2714c08cf14db9feedd43811bf
MD5 7a80a4cd10c2d9989879d87a4ce1d47a
BLAKE2b-256 93ce23a952958385ccbaa98137b43c0623073ee2b7172986f0060450e2cf7e2a

See more details on using hashes here.

Provenance

The following attestation bundles were made for tradeflow-0.0.17-cp38-cp38-macosx_11_0_arm64.whl:

Publisher: python-publish.yml on MartinGangand/tradeflow

Attestations:

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.17-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4f9fae7807d843413e2ae915b7c68550cb64d4b123ed13aa7be148b3e8c098cd
MD5 aecf295a1ba69dcee94dede0c3dd2c4a
BLAKE2b-256 0a7ad809785cc3be6509f89f349055166acc2aa033e9d7ab771dae56bb640a2d

See more details on using hashes here.

Provenance

The following attestation bundles were made for tradeflow-0.0.17-cp38-cp38-macosx_10_9_x86_64.whl:

Publisher: python-publish.yml on MartinGangand/tradeflow

Attestations:

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