Package Details: python-streamlit 1.44.0-1

Git Clone URL: https://aur.archlinux.org/python-streamlit.git (read-only, click to copy)
Package Base: python-streamlit
Description: A faster way to build and share data apps
Upstream URL: https://streamlit.io
Licenses: Apache-2.0
Submitter: mhsekhavat
Maintainer: redponike
Last Packager: redponike
Votes: 2
Popularity: 0.000000
First Submitted: 2019-10-19 15:39 (UTC)
Last Updated: 2025-03-26 02:14 (UTC)

Latest Comments

« First ‹ Previous 1 2

mhsekhavat commented on 2020-04-24 07:56 (UTC)

Thank you, @timhilt. I have updated it to 0.58.0

timhilt commented on 2020-03-14 07:18 (UTC)

Hi there, i just flagged the package as outdated. However, i managed to install the package and edited the PKGBUILD accordingly:

# Maintainer: Mohammad Hossein Sekhavat <sekhavat17@gmail.com>

pkgbase='python-streamlit'
pkgname=('python-streamlit')
_module='streamlit'
pkgver='0.48.1'
pkgrel=1
pkgdesc="Streamlit: Frontend library for machine learning engineers"
url="https://streamlit.io"
depends=(
    'python'
    'python-altair'
    'python-astor'
    'python-base58'
    'python-blinker'
    'python-boto3'
    'python-botocore'
    'python-click>=7.0'
    'python-enum-compat'
    'python-future'
    'python-pillow>5.1.0'
    'python-protobuf>=3.6.0'
    'python-requests'
    'python-toml'
    'python-tornado5'
    'python-tzlocal'
    'python-validators'
    'python-watchdog'
    'python-pandas'
    'python-numpy'
)
makedepends=('python-pip')
license=('unknown')
arch=('any')
source=("https://files.pythonhosted.org/packages/82/e1/44f61329d305ad333bac23d4eda4d7bba037cf1802717c22894a04954163/streamlit-0.56.0-py2.py3-none-any.whl")
sha256sums=('d4ee0be9781776e97e53d16da968bc0131906a0140296de98a99c707aaa9b0dc')

package() {
    cd "${srcdir}"
    PIP_CONFIG_FILE=/dev/null pip install --isolated --root="$pkgdir" --ignore-installed --no-deps *.whl
}