New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

fastprogress

Package Overview
Dependencies
Maintainers
2
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fastprogress - pypi Package Compare versions

Comparing version
1.1.2
to
1.1.3
+1
-1
fastprogress.egg-info/PKG-INFO
Metadata-Version: 2.4
Name: fastprogress
Version: 1.1.2
Version: 1.1.3
Summary: A nested progress with plotting options for fastai

@@ -5,0 +5,0 @@ Home-page: https://github.com/answerdotai/fastprogress

@@ -1,2 +0,2 @@

__version__ = "1.1.2"
__version__ = "1.1.3"
from .fastprogress import master_bar, progress_bar, force_console_behavior

@@ -117,4 +117,6 @@ # Autogenerated by nbdev

'fastprogress/fastprogress.py'),
'fastprogress.fastprogress.show_styles': ( 'fastprogress.html#show_styles',
'fastprogress/fastprogress.py'),
'fastprogress.fastprogress.text2html_table': ( 'fastprogress.html#text2html_table',
'fastprogress/fastprogress.py')},
'fastprogress.version': {}}}
# AUTOGENERATED! DO NOT EDIT! File to edit: ../nbs/01_fastprogress.ipynb.
# %% auto 0
__all__ = ['html_styles', 'NO_BAR', 'WRITER_FN', 'FLUSH', 'SAVE_PATH', 'SAVE_APPEND', 'MAX_COLS', 'format_time',
__all__ = ['html_styles', 'NO_BAR', 'WRITER_FN', 'FLUSH', 'SAVE_PATH', 'SAVE_APPEND', 'MAX_COLS', 'format_time', 'show_styles',
'html_progress_bar', 'text2html_table', 'ProgressBar', 'MasterBar', 'NBProgressBar', 'NBMasterBar',

@@ -54,2 +54,11 @@ 'printing', 'ConsoleProgressBar', 'print_and_maybe_save', 'ConsoleMasterBar', 'force_console_behavior',

# %% ../nbs/01_fastprogress.ipynb
_style_shown = False
def show_styles():
"Add the styles to the nb/dialog"
global _style_shown
if _style_shown: return
display(HTML(html_styles))
_style_shown=True
# %% ../nbs/01_fastprogress.ipynb
def html_progress_bar(value, total, label, interrupted=False):

@@ -56,0 +65,0 @@ "Html code for a progress bar `value`/`total` with `label`"

Metadata-Version: 2.4
Name: fastprogress
Version: 1.1.2
Version: 1.1.3
Summary: A nested progress with plotting options for fastai

@@ -5,0 +5,0 @@ Home-page: https://github.com/answerdotai/fastprogress

@@ -6,3 +6,3 @@ [DEFAULT]

branch = master
version = 1.1.2
version = 1.1.3
description = A nested progress with plotting options for fastai

@@ -9,0 +9,0 @@ keywords = jupyter notebook progressbar