🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

stacks-image

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stacks-image

A Stacks application for handling images and lists of images.

0.2.2
Maintainers
1

Stacks Image

A Stacks application for handling images and lists of images.

Dependencies

  • stacks-page >= 0.1.1
  • django-versatileimagefield >= 1.0.2
  • django-textplusstuff >= 0.4

Release Notes

0.2.2

  • Fixing attribution mapping in list templates.

0.2.1

  • Increasing image field length to 300 characters.

0.2

  • Added new 'attribution' field to StacksImage.

0.1.1

  • Including templates in PyPI release.

0.1

  • Initial open source release

Running Tests

All commands below are run from within the stacks-image outer folder of this repo.

First create a new virtual environment and install the test requirements:

$ pip install -r test_requirements.txt

Before running tests, first ensure this app passes a flake8 linter check:

$ flake8 stacks_image

Run the test suite with this command:

$ coverage run --source=stacks_image runtests.py

See test coverage with this command:

$ coverage report -m

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts