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

Uploaded Source

Built Distributions

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

Uploaded PyPy Windows x86-64

tradeflow-0.0.16-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.16-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.16-pp310-pypy310_pp73-macosx_11_0_arm64.whl (17.4 kB view details)

Uploaded PyPy macOS 11.0+ ARM64

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

Uploaded PyPy macOS 10.15+ x86-64

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

Uploaded PyPy Windows x86-64

tradeflow-0.0.16-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.16-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.16-pp39-pypy39_pp73-macosx_11_0_arm64.whl (17.4 kB view details)

Uploaded PyPy macOS 11.0+ ARM64

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

Uploaded PyPy macOS 10.15+ x86-64

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

Uploaded PyPy Windows x86-64

tradeflow-0.0.16-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.16-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.16-pp38-pypy38_pp73-macosx_11_0_arm64.whl (17.4 kB view details)

Uploaded PyPy macOS 11.0+ ARM64

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

Uploaded PyPy macOS 10.9+ x86-64

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

Uploaded CPython 3.12 Windows x86-64

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

Uploaded CPython 3.12 Windows x86

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

Uploaded CPython 3.12 musllinux: musl 1.2+ i686

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

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

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

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

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

Uploaded CPython 3.12 macOS 11.0+ ARM64

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

Uploaded CPython 3.12 macOS 10.9+ x86-64

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

Uploaded CPython 3.11 Windows x86-64

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

Uploaded CPython 3.11 Windows x86

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

Uploaded CPython 3.11 musllinux: musl 1.2+ i686

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

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

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

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

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

Uploaded CPython 3.11 macOS 11.0+ ARM64

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

Uploaded CPython 3.11 macOS 10.9+ x86-64

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

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

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

Uploaded CPython 3.10 musllinux: musl 1.2+ i686

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

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

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

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

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

Uploaded CPython 3.10 macOS 11.0+ ARM64

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

Uploaded CPython 3.10 macOS 10.9+ x86-64

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

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

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

Uploaded CPython 3.9 musllinux: musl 1.2+ i686

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

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

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

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

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

Uploaded CPython 3.9 macOS 11.0+ ARM64

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

Uploaded CPython 3.9 macOS 10.9+ x86-64

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

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

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

Uploaded CPython 3.8 musllinux: musl 1.2+ i686

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

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

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

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

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

Uploaded CPython 3.8 macOS 11.0+ ARM64

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

Uploaded CPython 3.8 macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: tradeflow-0.0.16.tar.gz
  • Upload date:
  • Size: 13.3 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.16.tar.gz
Algorithm Hash digest
SHA256 c4776c74be9b959e29f77f20d6766ac05e4a4ad06c823abf23bab3554d9817d2
MD5 6dbca5f51e6ee0f298fcc11d83bea454
BLAKE2b-256 1ccac804bc747553432a190c6c67af5a15cf7ed51bd28cc9e718ea0f2647f5d4

See more details on using hashes here.

Provenance

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

Publisher: python-publish.yml on MartinGangand/tradeflow

Attestations:

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.16-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 f074e20ef3c9dc3502b96eae6ad007ca512f1abc9824a8be48c82ce1f077621c
MD5 669a9addd5bdb8ee1d29a80972788005
BLAKE2b-256 f334d8eebe54fd55d2b53fedb6d679171c7b98bd486c12685858f728ec3a2fa4

See more details on using hashes here.

Provenance

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

Publisher: python-publish.yml on MartinGangand/tradeflow

Attestations:

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.16-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 06781e8b886451b989b33d68bac9adc95ee76c2018b427fcc26faf1118ab99ba
MD5 94caaa91e94809aafef9b79c472aefbe
BLAKE2b-256 1b3d719266c606f4e45036cf37818f62ef4c1a8ce5975afdcbfdb96ad38cd727

See more details on using hashes here.

Provenance

The following attestation bundles were made for tradeflow-0.0.16-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.16-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.16-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 7462e11e1ff9ac1bb5c54c4f9265b0e7b4f24895f2f651924856844d081a58d4
MD5 3ffca46ce991443d07a617aff336d2ca
BLAKE2b-256 5669c85aba849704446e099f24218f842ff3c60bdc27d8c09dbd44ae3f6a2a2c

See more details on using hashes here.

Provenance

The following attestation bundles were made for tradeflow-0.0.16-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.16-pp310-pypy310_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for tradeflow-0.0.16-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6fc8dd16e13aff05e921ac4217675042c02d061f5805abf358f0df4b25e3d1c5
MD5 dc5e8fac20bc5225d21f1b6635c613b1
BLAKE2b-256 cfcaaa55682905946771453fc43fb25f7541de5fb4968c0538160727135b3acd

See more details on using hashes here.

Provenance

The following attestation bundles were made for tradeflow-0.0.16-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.16-pp310-pypy310_pp73-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for tradeflow-0.0.16-pp310-pypy310_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 bb1e5202e2439c684d46a281dd89486d1926f981131ac977d3844cb51a80a94e
MD5 5cf999fe30e49e7e5e5b67acf0ce2377
BLAKE2b-256 d75e4573b2da336ee4d13928113325af19342ed579e524f3f67af04a27df77ba

See more details on using hashes here.

Provenance

The following attestation bundles were made for tradeflow-0.0.16-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.16-pp39-pypy39_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for tradeflow-0.0.16-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 d97c5476e80486e1142e66b1582524abe65e40c92c99f3e5886d02aadb2c7af5
MD5 06fab66c69ab1d570e04e13199a7a89c
BLAKE2b-256 95a6ac37e06cf9948d479fc8e74a493ef96dc43671654ffe46b1d4cd94ce4078

See more details on using hashes here.

Provenance

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

Publisher: python-publish.yml on MartinGangand/tradeflow

Attestations:

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.16-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b08bcda0644fceb72b871e0347bbfa0bfe97377f6d32dfee23ea3cddbd4dc30d
MD5 d31c3c92e9f65a941f1f99570c51bdb4
BLAKE2b-256 571809435cdbb151a835705248f20786372a22312abad792036b8c724bbf4446

See more details on using hashes here.

Provenance

The following attestation bundles were made for tradeflow-0.0.16-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.16-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.16-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 dae59871ab593e8c446747510ebca9ed3e0c46e76780fc07c6ea14ded3abf0dc
MD5 68abd2c2f282c508df203f0bb02ddd63
BLAKE2b-256 c390e87b163e8849c0752ad9b04b6baeb1a284cde01148f0654133c7496c78d8

See more details on using hashes here.

Provenance

The following attestation bundles were made for tradeflow-0.0.16-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.16-pp39-pypy39_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for tradeflow-0.0.16-pp39-pypy39_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fd82ad20c99a4571a0a8aafe588e12e7bb63b0fe81d35258969c182df7319418
MD5 a3830c3f90cabe7f108364957cd32c67
BLAKE2b-256 99aeda0918fb87027673ac9c3767e3693db7e38519081a9de4c5e8f4f8a192f2

See more details on using hashes here.

Provenance

The following attestation bundles were made for tradeflow-0.0.16-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.16-pp39-pypy39_pp73-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for tradeflow-0.0.16-pp39-pypy39_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 97039ddc0a24647af822595325f6bc374f9c7c67f84b4491958321f71e25bbf7
MD5 100da91ad1cf4ae2226cf6e23ffdfbc3
BLAKE2b-256 f0dc7c729eb2b1a03314693b7dfce4be44ed873a62a23b1a71673b5e75a98f30

See more details on using hashes here.

Provenance

The following attestation bundles were made for tradeflow-0.0.16-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.16-pp38-pypy38_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for tradeflow-0.0.16-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 43172356c0d566143d2589e26fca0132212ba7abf5d7870c2e626ef128cc4b83
MD5 fee9e906a9c039c6f0985f8c832d6f59
BLAKE2b-256 5481b839419957aaf95fe34cb0794a4165265bf90317aa5a6c1478e171520e07

See more details on using hashes here.

Provenance

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

Publisher: python-publish.yml on MartinGangand/tradeflow

Attestations:

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.16-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 839bbbe6aca8a5b894a96184b7111f66065a1b8e8d776cb55ea6f2b1097e7b30
MD5 ce57c9931feb9d9b589cc7b8475c1a3e
BLAKE2b-256 ffba1995f94558b3fd158e633eba1263d8df3b3ad43740852d804562cbb444aa

See more details on using hashes here.

Provenance

The following attestation bundles were made for tradeflow-0.0.16-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.16-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.16-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f759b3778fedae01d267ecac511b2e9e202449de50869f7a3021c50a2d8b7c17
MD5 6434714a4216aa8b83ea3c258acd2a4b
BLAKE2b-256 3ecbeb48870974b7e33d4953516cf7e8c748a3671055c642679a41c4213d6843

See more details on using hashes here.

Provenance

The following attestation bundles were made for tradeflow-0.0.16-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.16-pp38-pypy38_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for tradeflow-0.0.16-pp38-pypy38_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a0c5f76f436eccd802952e30e3adc031870ba0effb75e424c353ec03e51fa7c9
MD5 e5b1913298eab0498a874fe45398b222
BLAKE2b-256 59bd4075cf6dddd2fee79a034d82705e6769a8b7fb3f5bd573a6b38be1462098

See more details on using hashes here.

Provenance

The following attestation bundles were made for tradeflow-0.0.16-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.16-pp38-pypy38_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for tradeflow-0.0.16-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 78770910cbae70bb3246073393213b946004d5701a6b8196942a346e94dd0919
MD5 7e46bdadc4d06bee168c1850a922d1e8
BLAKE2b-256 0d2add22fe60afac95be26106d568eb4cd6d3d284fd8a81c2c4204218de165b2

See more details on using hashes here.

Provenance

The following attestation bundles were made for tradeflow-0.0.16-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.16-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for tradeflow-0.0.16-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 ad3e38d5a46ffd4ce93b49dcd7a3b9162720044f158db9401c05745193443874
MD5 fb62623a3d3d7f386db27e3514cca0a7
BLAKE2b-256 9f67618e519523d64fddec5c2d4e6bf880c433e53e0100aafb1bafef1b6fa371

See more details on using hashes here.

Provenance

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

Publisher: python-publish.yml on MartinGangand/tradeflow

Attestations:

File details

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

File metadata

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

File hashes

Hashes for tradeflow-0.0.16-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 34278557be70d5d0cc577681f2c8f9865d16aa4eb0797190e2f8211ca5f3b5eb
MD5 db301c6581446e0345ba3e41b4fdc99c
BLAKE2b-256 f1567448cf75b7d7c35b5df4bff5d1e23c84580c7d229b4d59fa2464775e0e4b

See more details on using hashes here.

Provenance

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

Publisher: python-publish.yml on MartinGangand/tradeflow

Attestations:

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.16-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0c0fe1e81ee8bfffb198e28c89da514e6f6a6b4c4ec6a63df9f8463640829c34
MD5 9ddfe1a04320b4f73a804ed2519e322d
BLAKE2b-256 3ea3ac6ce74a907b440ec03109ae6f06cecea442d9e73fac7f2fdda1fbdf2dad

See more details on using hashes here.

Provenance

The following attestation bundles were made for tradeflow-0.0.16-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.16-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for tradeflow-0.0.16-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 9c28f33b2bc29ff72ee21730e78c15d88ee54470fa490b289a8d88b0972314bf
MD5 3ef8677dbdc2026eb4d8f1c319aeb7cc
BLAKE2b-256 316884660ab2f31f4b965ea783883862876a7c111539ecafbf525780c481aa9d

See more details on using hashes here.

Provenance

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

Publisher: python-publish.yml on MartinGangand/tradeflow

Attestations:

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.16-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 46bcd6235a3adedefeccf83afa64108d11d3c226a75f4843a0d8cfb5e89f7af0
MD5 690726a023cfd49d8c1170b8c9cf5c8f
BLAKE2b-256 6873509b37ac06904fbe16dbfb7657342a6999ee53d690885e21932a42c8f36c

See more details on using hashes here.

Provenance

The following attestation bundles were made for tradeflow-0.0.16-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.16-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for tradeflow-0.0.16-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 948dbff410e132aae34fa0b2d348596e886cf03848395d904e3da184dd666a1a
MD5 1ea0f341242b7910ede7f8cb2b4aec34
BLAKE2b-256 bb3936ff7742fcac4c4b4617c6bed6a243f8936056204e10dd1397048a129fdc

See more details on using hashes here.

Provenance

The following attestation bundles were made for tradeflow-0.0.16-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.16-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for tradeflow-0.0.16-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a7c0d97943ef9a168328fd2c04d0d5553a535479e45cfec34955922a95c9de0b
MD5 7dba4d40bf61115f490f7dd58156fd5c
BLAKE2b-256 9d29f8cd3c4a6ef014b0923a5337301bfef36497e78c357670e6da0b834bb52f

See more details on using hashes here.

Provenance

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

Publisher: python-publish.yml on MartinGangand/tradeflow

Attestations:

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.16-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4398f73af777ae63231f5d41d81847c587987d780d164ae9ee8821cf8dccd2d7
MD5 428e4391ae26f600ab6d1955fb8c5bd5
BLAKE2b-256 b3266c43d3bc1af444606b382ecd25fae51c53f6dfaa6b93be7b4361d0403c22

See more details on using hashes here.

Provenance

The following attestation bundles were made for tradeflow-0.0.16-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.16-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for tradeflow-0.0.16-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 edcb24b28f429c7e6fefa4121bf6c5fecb4dfb39be9907feb034d37fc4b8873c
MD5 a63fb8c8f65cf31e3b920386cc4f7461
BLAKE2b-256 87ae9a7b4aee243a10b9886074eed3000416f44e4d3376fed4c805d803cac43c

See more details on using hashes here.

Provenance

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

Publisher: python-publish.yml on MartinGangand/tradeflow

Attestations:

File details

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

File metadata

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

File hashes

Hashes for tradeflow-0.0.16-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 0654cec01794b46d95fed5099b0fbde0a8a7d84458a86caafa304d52ba01976b
MD5 09ea1d39006c44c026b0b1f603d99cba
BLAKE2b-256 72a104177db504c66056e9e48ea8a59123c94c12cef6a2d4797bfbca6efa3f29

See more details on using hashes here.

Provenance

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

Publisher: python-publish.yml on MartinGangand/tradeflow

Attestations:

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.16-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 becdba47c18a165e385a71adc306aeea182108b5c36503cc370cebb3c5294d2a
MD5 21f18927367a8274c3bea288927bcd49
BLAKE2b-256 22d7589b9c2dab141f2d9d878b0d5c099dc6425f2c7a8f4182b289eeb35b50bb

See more details on using hashes here.

Provenance

The following attestation bundles were made for tradeflow-0.0.16-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.16-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for tradeflow-0.0.16-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 d2a50a26c5b5bcb3e5fb0b74de5b01650671bbe1bceefb941c6bd25b13078e55
MD5 9d80845b03148412862f0778cddc0d21
BLAKE2b-256 21d9d3a4e6bb17ebc6bdfff32312f98b26b8d440dfcf0093f407c6d6b2f5700a

See more details on using hashes here.

Provenance

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

Publisher: python-publish.yml on MartinGangand/tradeflow

Attestations:

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.16-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 27c0c842aca1aa2c0d4dd41958a2f416048fc6f23fe837a079b4f145e72082d4
MD5 a81c3a2741a3a1996b4811760914be69
BLAKE2b-256 e4ef28bd2b1c54680267242d66812b546937b2590f36912e85fa8539e7cff67d

See more details on using hashes here.

Provenance

The following attestation bundles were made for tradeflow-0.0.16-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.16-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for tradeflow-0.0.16-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6a031bfa74ab67f0f7b3726524f12648d5d46e4b21881984046089fce7ff339e
MD5 a9f359f2a209e1ccfdb965ecf5ee4708
BLAKE2b-256 5e9136b408248bc3adcc673c8879105a742eed1ca2bd428a731daea26330e4aa

See more details on using hashes here.

Provenance

The following attestation bundles were made for tradeflow-0.0.16-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.16-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for tradeflow-0.0.16-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d15809e00e38205ff93b792e726aa44c9ee7a862251f3e5a69651c72b361a210
MD5 0ce91329e9484d853021be3095c60129
BLAKE2b-256 a5fb1603761e9a6bbd990c7f8577bd95a02e52cc24810f8b298d5d828bb5ede4

See more details on using hashes here.

Provenance

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

Publisher: python-publish.yml on MartinGangand/tradeflow

Attestations:

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.16-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ed5dd2e3902a72360c11178b042ff6218db3f48f1f3b46374bb57575a559d895
MD5 b2164a01861ab80433fe1807b1cbb646
BLAKE2b-256 994479aa7e3c42ff157611f97ed5e870d9e0a09e0906ef388f7530c4a3420350

See more details on using hashes here.

Provenance

The following attestation bundles were made for tradeflow-0.0.16-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.16-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for tradeflow-0.0.16-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 a926db7c0ad0f36eb26bc61210fab402d9e097f1d3a46385011b34910c175c54
MD5 d0fe51c8546f0c8b061d1e30f95afe9b
BLAKE2b-256 fa827f1ab1e1bfe26e788b1da8e2c97c3fffbc651e287459e1e71d15e37c2d1a

See more details on using hashes here.

Provenance

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

Publisher: python-publish.yml on MartinGangand/tradeflow

Attestations:

File details

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

File metadata

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

File hashes

Hashes for tradeflow-0.0.16-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 f23e66790b86bff61a97a59d710558752e4e1ebbcf9db2d595192c694a0b429b
MD5 57527fe786e10b11ee40c5eecad74b0a
BLAKE2b-256 3a073d1783ad4ae57ff73d809abed883cc0424ac18bd9011aa7144c7f43e9b7b

See more details on using hashes here.

Provenance

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

Publisher: python-publish.yml on MartinGangand/tradeflow

Attestations:

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.16-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 33a458b49e3e3e6d8981ab4e68007434b7c33b0a46531bd3565e7a90b200d0da
MD5 114ccd2573a0fbb6a21fbae8da9c4444
BLAKE2b-256 c3edaeccc1b2efb691eeb52231ca493e09b3b72e6ce2d29a4cbb65cde9c189fe

See more details on using hashes here.

Provenance

The following attestation bundles were made for tradeflow-0.0.16-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.16-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for tradeflow-0.0.16-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 16ed7264166cdfc9f9fe88683b9a3311d2df9e2a69e37bf58094d9ca5ed547bd
MD5 940b1540dc066afd9c20a36167133127
BLAKE2b-256 e8be5f8493843567cd4da1a10274eac4ffe229f73413b2a7a46fdcef889064e9

See more details on using hashes here.

Provenance

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

Publisher: python-publish.yml on MartinGangand/tradeflow

Attestations:

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.16-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 de1b27e37c7418a1501a86de5676ff8cea8c2b423052a18df0aae8c04d73e8a7
MD5 7cf9a0cc1431cd2b130212329fedb3d5
BLAKE2b-256 0a030bdfb601de2ace72ad5d9c7ffe6782ed644476849b150f51793ceeba696e

See more details on using hashes here.

Provenance

The following attestation bundles were made for tradeflow-0.0.16-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.16-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for tradeflow-0.0.16-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 7cf321445217f2c5b41f0d8efdac885ca2ef9f81ccbc751444f295f30c4daa99
MD5 cc18bd7dd898fcbe4b13bdc3b0c7bd9e
BLAKE2b-256 1161ff5ffb88fdd513b2f20282d5cc622db466148865f46fbc19a6a1cabc70eb

See more details on using hashes here.

Provenance

The following attestation bundles were made for tradeflow-0.0.16-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.16-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for tradeflow-0.0.16-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 68991bc6915bbbeafeacd57df7dc46f6b8a287a9f1cc54232a0c3ea4c730aae1
MD5 e341b6619aacac5de7f9d7cf5c64a518
BLAKE2b-256 a0a34ef04315b7efbb5325b0ac51104ba4a0304239292dff5ed7c700f398b22e

See more details on using hashes here.

Provenance

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

Publisher: python-publish.yml on MartinGangand/tradeflow

Attestations:

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.16-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7f5e9cfada89db052d8ef7fe110b02c723bf7e4cd60ca8fca2229e40ddc30256
MD5 77ab13848ef3a1722bfb216945b57369
BLAKE2b-256 da6276d0063604b2ca8a60cfb97e93ef97815fc6fddaa2723fd1563c030e303f

See more details on using hashes here.

Provenance

The following attestation bundles were made for tradeflow-0.0.16-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.16-cp39-cp39-win_amd64.whl.

File metadata

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

File hashes

Hashes for tradeflow-0.0.16-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 e1cabf336467b7a6f49939f3deab2cd5160269f858262642f03897339566ce2e
MD5 feac22ae360633ee88e266f69990f173
BLAKE2b-256 677ab2f9380d68b224e75ce934a9717f49f4e985473cc1d4dff7f92832209147

See more details on using hashes here.

Provenance

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

Publisher: python-publish.yml on MartinGangand/tradeflow

Attestations:

File details

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

File metadata

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

File hashes

Hashes for tradeflow-0.0.16-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 c0d48ee0bafd27294ea6ef6f0f2311ef78e6dd2d40bfbf2a1c2c14c63f956c86
MD5 706fc1201dc6314f850b73d8a045a413
BLAKE2b-256 dbfb9a0e1a38ec1a3ab9016d8e6cef983ebc67198f7626745b9e3f30144c1ae7

See more details on using hashes here.

Provenance

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

Publisher: python-publish.yml on MartinGangand/tradeflow

Attestations:

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.16-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ca8e7729cc21f403923223e3c4d6dacf59eaee805048935692635d682f1cbed6
MD5 2c9077a8e86f176dc5515f943cda99a4
BLAKE2b-256 5bd80a6a6f480d2e8101d0592db235af496510b20fb92e6d517e87f8b22a4c73

See more details on using hashes here.

Provenance

The following attestation bundles were made for tradeflow-0.0.16-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.16-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for tradeflow-0.0.16-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 7d72b3627c54682cb5baad438fa8cc86b4018dc20edb31920619f85bb3528854
MD5 37842ed8206fc35f3326e7efcaef55c1
BLAKE2b-256 ffe6c1752dea5a079cfb031960ec36909593ae776b6a4728e838583926314761

See more details on using hashes here.

Provenance

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

Publisher: python-publish.yml on MartinGangand/tradeflow

Attestations:

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.16-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2e7dfd991ba364b89538e8f16d62f9255844432f0e16cff7217dccf1cfa7925d
MD5 fb0dd9d6c83cc9ad3ff45a82fb48d998
BLAKE2b-256 f79338dfc06667453bb960002b859796b183269b4db4cc600c136a1c3dcfde0c

See more details on using hashes here.

Provenance

The following attestation bundles were made for tradeflow-0.0.16-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.16-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for tradeflow-0.0.16-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8615c4e2fee861988c8f56fc099c9edaaec762cfa246b7fabbbfb47efe41439f
MD5 fa990c0d124c36eeeaeb8b85e8715432
BLAKE2b-256 f5fd5a8ecca1900caf4bd35b81165a2579f4e883972141176816e9a9d8de6d0a

See more details on using hashes here.

Provenance

The following attestation bundles were made for tradeflow-0.0.16-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.16-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for tradeflow-0.0.16-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8a9fbcc1ed239dd60cccd171ba3649cd3e8164860ee5284d7bc7f698c0f4894b
MD5 e97cd6996295dfe075cba7e5d432ac39
BLAKE2b-256 540a60903fac1aee0bd6e4738eaa29c10ca227b38bd582a5a14c76f5dcc827f2

See more details on using hashes here.

Provenance

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

Publisher: python-publish.yml on MartinGangand/tradeflow

Attestations:

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.16-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 af326367658b647e7d99368629730526c31a9206ab6db4a68b4eea3a9ec8f7dc
MD5 c80a12bdb75d65c6a3def143826cc12f
BLAKE2b-256 645d9ab57ac4649545718c3fc2afd99107cb47523e81aaff8c3744850706d1bb

See more details on using hashes here.

Provenance

The following attestation bundles were made for tradeflow-0.0.16-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.16-cp38-cp38-win_amd64.whl.

File metadata

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

File hashes

Hashes for tradeflow-0.0.16-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 66a413fe39b4b14e579309adeedce929669fb9a1e93ba9b97f72f20a49d99521
MD5 0727312c3eb7be0d4f399dabb37a3a7d
BLAKE2b-256 d22f9b1ca3c8f8fefd3dbafa92d73c40acf0cb60e45941950ce43ff0b12bf966

See more details on using hashes here.

Provenance

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

Publisher: python-publish.yml on MartinGangand/tradeflow

Attestations:

File details

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

File metadata

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

File hashes

Hashes for tradeflow-0.0.16-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 ad5018721fa23f3ae9c47727177d2179a9f56e75fd6962892344a0b3b8e8543b
MD5 0bde6b1d28cbdc2636ff54aeb3144f21
BLAKE2b-256 eb97cfe1d54c5fce99e9e920d11c09e19c5efbe32c8c49a4ed5cfb7086867889

See more details on using hashes here.

Provenance

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

Publisher: python-publish.yml on MartinGangand/tradeflow

Attestations:

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.16-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5c27218ad965ca57d04e196ababd2b5cc511bfac1d5945b3139a69defea1877f
MD5 fb46c6fd4d2ef13266da9da799747f9c
BLAKE2b-256 4586d25927b8124ee8a7ed8d2f85e825bdf292cd781cf608b4c03a45c500d86a

See more details on using hashes here.

Provenance

The following attestation bundles were made for tradeflow-0.0.16-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.16-cp38-cp38-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for tradeflow-0.0.16-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 44931ec41546bd46ab7900c1e3bdc80ba3d7ab1f679f7eeff9982bfdb52e475d
MD5 d871da3e808337c412850e6e6b8702b6
BLAKE2b-256 a1bade6f5f280b8a02462b88e1a3b9cf430c4b8e30e5c9a73c3c99dcc82ba153

See more details on using hashes here.

Provenance

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

Publisher: python-publish.yml on MartinGangand/tradeflow

Attestations:

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.16-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8f2ca2e0776c80aa1ff4d7d2132c276d5162b4f28d9fc4cbcf84a8ad6236dc3f
MD5 23111b0a7e2ddb4a91fad023d3ef340a
BLAKE2b-256 78339a57938bb81565a963217da40a442675a09530368492266cf08ca75a568d

See more details on using hashes here.

Provenance

The following attestation bundles were made for tradeflow-0.0.16-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.16-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for tradeflow-0.0.16-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 0283eefde9195b8b6b86763a7beeef5e41f25ce9c94b2e066b051b965b71eaa6
MD5 a133dbaa7a7518d5d5837c8ab2dccfe4
BLAKE2b-256 4388d6a9330980a0326240885b678d4bdcfec4a72ecc11c8d7135cb06cba5d68

See more details on using hashes here.

Provenance

The following attestation bundles were made for tradeflow-0.0.16-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.16-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for tradeflow-0.0.16-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8a23f646eb064c1c3e3201516e9fef83278f3bba36a7d130103cd6469c29f044
MD5 3feca4e2eabef577f70e412d535de4fd
BLAKE2b-256 b11915b4f6f864b58c9ff32429004b51ca22b1a420a1ceac92e0cb56e9b382d0

See more details on using hashes here.

Provenance

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

Publisher: python-publish.yml on MartinGangand/tradeflow

Attestations:

File details

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

File metadata

File hashes

Hashes for tradeflow-0.0.16-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ddfb0f0422d9ce20bf4a3c36fe03b28258fc8cc55b7943eec21bedee7eb321a5
MD5 3f85422f8e0bb5b17d39afdaaa61a57a
BLAKE2b-256 735d87fd7cb24bda2e2cc8f8197624b9f626472fea5be1a296764cfb15bf4b3e

See more details on using hashes here.

Provenance

The following attestation bundles were made for tradeflow-0.0.16-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