Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/holoviz-topics/imagen
ImaGen: Generic Python library for 0D, 1D and 2D pattern distributions
https://github.com/holoviz-topics/imagen
Last synced: 4 days ago
JSON representation
ImaGen: Generic Python library for 0D, 1D and 2D pattern distributions
- Host: GitHub
- URL: https://github.com/holoviz-topics/imagen
- Owner: holoviz-topics
- License: bsd-3-clause
- Created: 2012-05-01T12:12:16.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2020-11-29T14:12:36.000Z (almost 4 years ago)
- Last Synced: 2024-03-26T12:04:01.215Z (8 months ago)
- Language: Python
- Homepage: https://imagen.holoviz.org/
- Size: 239 MB
- Stars: 31
- Watchers: 6
- Forks: 16
- Open Issues: 14
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.txt
Awesome Lists containing this project
README
|BuildStatus|_ |Package|_ |License|_ |Downloads|_
ImaGen
======ImaGen is a generic Python library for 0D, 1D, and 2D pattern
distributions.Please see `ImaGen's website `_ for
documentation and examples.Installation
============ImaGen requires `Holoviews `_,
`Param `_, and
`NumPy `_.If you want to use the image-loading features in imagen.image, you
will also need either `Pillow
`_ (recommended) or `PIL
`_.Official releases of ImaGen are available at `PyPI
`_, and can be installed along
with dependencies via ``pip install --user imagen``. More recent
changes can be obtained by cloning the git repository... |Package| image:: https://img.shields.io/pypi/v/imagen.svg
.. _Package: https://pypi.python.org/pypi/imagen.. |License| image:: https://img.shields.io/pypi/l/imagen.svg
.. _License: https://github.com/pyviz-topics/imagen/blob/master/LICENSE.txt.. |BuildStatus| image:: https://travis-ci.org/pyviz-topics/imagen.svg?branch=master
.. _BuildStatus: https://travis-ci.org/pyviz-topics/imagen.. |Downloads| image:: https://img.shields.io/pypi/dm/imagen.svg
.. _Downloads: https://pypi.python.org/pypi/imagen