v3io-frames 0.13.13


pip install v3io-frames

  Latest version

Released: Dec 16, 2025

Project Links

Meta
Author: Miki Tebeka

Classifiers

Development Status
  • 4 - Beta

Intended Audience
  • Developers

License
  • OSI Approved :: Apache Software License

Operating System
  • POSIX :: Linux
  • Microsoft :: Windows
  • MacOS

Programming Language
  • Python :: 2
  • Python :: 2.7
  • Python :: 3
  • Python :: 3.6
  • Python :: 3.7
  • Python

Topic
  • Software Development :: Libraries :: Python Modules
  • Software Development :: Libraries

v3io_frames - Streaming Data Client for v3io

Build Status Documentation License

Streaming data from client nuclio handler to a pandas DataFrame.

You will need a framesd server running, see here.

import v3io_frames as v3f

client = v3f.Client(address='localhost:8081')
num_dfs = num_rows = 0
size = 1000
for df in client.read(backend='weather', table='table', max_in_message=size):
   print(df)
   num_dfs += 1
   num_rows += len(df)

print('\nnum_dfs = {}, num_rows = {}'.format(num_dfs, num_rows))

License

Apache License Version 2.0, see LICENSE.txt

0.13.13 Dec 16, 2025
0.13.12 Dec 01, 2025
0.13.11 Sep 11, 2025
0.13.10 Aug 18, 2025
0.13.9 Aug 13, 2025
0.13.8 Jul 06, 2025
0.13.7 May 18, 2025
0.13.6 May 12, 2025
0.13.5 Jan 20, 2025
0.13.4 Jan 20, 2025
0.13.3 Jan 19, 2025
0.13.2 Jan 16, 2025
0.13.1 Jan 15, 2025
0.13.0 Oct 30, 2024
0.12.0 Jul 23, 2023
0.11.6 Mar 09, 2023
0.11.5 Mar 08, 2023
0.11.4 Mar 07, 2023
0.10.16 Sep 17, 2025
0.10.15 Aug 14, 2025
0.10.14 Jul 02, 2024
0.10.13 Feb 05, 2024
0.10.12 Jan 24, 2024
0.10.11 Jan 23, 2024
0.10.10 Jan 09, 2024
0.10.9 Jan 04, 2024
0.10.8 Sep 21, 2023
0.10.7 Sep 19, 2023
0.10.6 May 07, 2023
0.10.5 Mar 12, 2023
0.10.4 Feb 26, 2023
0.10.3 Feb 21, 2023
0.10.2 Dec 06, 2021
0.10.0 Nov 16, 2021
0.9.6 Oct 17, 2021
0.9.5 Oct 11, 2021
0.9.4 Sep 30, 2021
0.9.3 Sep 14, 2021
0.9.2 Aug 04, 2021
0.9.1 Jul 12, 2021
0.9.0 Jul 11, 2021
0.8.17 Aug 05, 2021
0.8.16 Aug 05, 2021
0.8.15 Jul 12, 2021
0.8.14 Jan 20, 2021
0.8.13 Jan 19, 2021
0.8.12 Jan 18, 2021
0.8.11 Jan 14, 2021
0.8.10 Jan 10, 2021
0.8.9 Jan 06, 2021
0.8.8 Dec 14, 2020
0.8.7 Dec 03, 2020
0.8.6 Nov 22, 2020
0.8.5 Nov 11, 2020
0.8.4 Oct 28, 2020
0.8.3 Oct 26, 2020
0.8.2 Oct 11, 2020
0.8.1 Oct 06, 2020
0.8.0 Sep 07, 2020
0.7.37 Sep 03, 2020
0.7.36 Aug 30, 2020
0.7.30 Jul 23, 2020
0.7.29 Jul 16, 2020
0.7.27 Jul 12, 2020
0.7.26 Jul 09, 2020
0.7.25 Jul 06, 2020
0.7.17 Jul 01, 2020
0.7.10 Jun 22, 2020
0.7.9 Jun 21, 2020
0.7.8 Jun 17, 2020
0.7.7 Jun 03, 2020
0.7.6 May 25, 2020
0.7.1 Apr 27, 2020
0.6.22 Sep 30, 2020
0.6.21 Sep 29, 2020
0.6.20 Jul 22, 2020
0.6.19 Apr 27, 2020
0.6.18 Apr 22, 2020
0.6.17 Apr 13, 2020
0.6.16 Apr 06, 2020
0.6.15 Mar 19, 2020
0.6.14 Mar 11, 2020
0.6.13 Mar 10, 2020
0.6.12 Feb 24, 2020
0.6.11 Feb 17, 2020
0.6.10 Jan 15, 2020
0.6.9 Jan 08, 2020
0.6.8 Dec 30, 2019
0.6.7 Dec 24, 2019
0.6.6.post5 Feb 19, 2020
0.6.6.post4 Feb 07, 2020
0.6.6.post3 Jan 31, 2020
0.6.6.post2 Jan 30, 2020
0.6.6 Oct 07, 2019
0.6.5 Sep 29, 2019
0.6.4 Sep 18, 2019
0.6.3 Sep 15, 2019
0.6.2 Sep 01, 2019
0.6.1 Aug 22, 2019
0.6.0 Aug 04, 2019
0.5.9 Jul 16, 2019
0.5.8 Jul 02, 2019
0.5.7 Jun 24, 2019
0.5.6 Jun 18, 2019
0.5.5 Jun 13, 2019
0.5.4 May 27, 2019
0.5.3 May 14, 2019
0.5.2 May 05, 2019
0.5.1 Apr 29, 2019
0.5.0 Apr 10, 2019
0.4.2 Feb 24, 2019
0.4.1 Feb 21, 2019
0.4.0 Feb 17, 2019
0.3.6 Dec 19, 2018
0.3.5 Dec 19, 2018
0.3.4 Dec 18, 2018
0.3.3 Dec 17, 2018
0.3.1 Dec 11, 2018
0.3.0 Nov 26, 2018
0.2.2 Nov 25, 2018
0.2.1 Nov 22, 2018
0.1.2 Oct 29, 2018
0.1.1 Oct 25, 2018
0.1.0 Oct 04, 2018

Wheel compatibility matrix

Platform Python 3
any

Files in release

Extras: None
Dependencies:
googleapis-common-protos (>=1.5.3)
grpcio-tools (>=1.49)
protobuf (<7,>=4)
pandas (>=0.23.4)
requests (>=2.19.1)