2022-09-09 17:34:56 +00:00
{% set name = "samila" %}
2024-11-18 17:04:29 +00:00
{% set version = "1.4" %}
2022-09-09 17:34:56 +00:00
package :
name : {{ name|lower }}
version : {{ version }}
source :
git_url : https://github.com/sepandhaghighi/samila
git_rev : v{{ version }}
build :
noarch : python
number : 0
script : {{ PYTHON }} -m pip install . -vv
requirements :
host :
- pip
- setuptools
2024-05-21 22:47:01 +00:00
- python >=3.6
2022-09-09 17:34:56 +00:00
run :
- art >=1.8
- matplotlib >=3.0.0
- requests >=2.20.0
2023-04-09 15:05:41 +00:00
- pillow >=6.2
2024-05-21 22:47:01 +00:00
- python >=3.6
2022-09-09 17:34:56 +00:00
about :
home : https://github.com/sepandhaghighi/samila
license : MIT
license_family : MIT
summary : Generative Art Generator
description : |
Samila is a generative art generator written in Python, Samila let's you create arts based on many thousand points. The position of every single point is calculated by a formula, which has random parameters. Because of the random numbers, every image looks different.
Website : https://www.samila.site
Repo : https://github.com/sepandhaghighi/samila
extra :
recipe-maintainers :
- sepandhaghighi