Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 44 additions & 0 deletions recipes/streamlit-paste-button/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{% set version = "0.1.2" %}

package:
name: streamlit-paste-button
version: {{ version }}

source:
url: https://pypi.org/packages/source/s/streamlit-paste-button/streamlit-paste-button-{{ version }}.tar.gz
sha256: c06dfd8163bd6eeeba0dc0b8294549395594c04a2854aff899bd261942efb0f0

build:
noarch: python
script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
number: 0

requirements:
host:
- python {{ python_min }}
- pip
- setuptools
run:
- python >={{ python_min }}
- streamlit >=1.2
- jinja2
- pillow

test:
imports:
- streamlit_paste_button
commands:
- pip check
requires:
- python {{ python_min }}
- pip

about:
home: https://github.com/olucaslopes/streamlit-paste-button
summary: Streamlit component that allows you to paste images from your clipboard into your app with a button click
license: MIT
license_file: LICENSE

extra:
recipe-maintainers:
- LeeNethertonQC