Skip to main content

Visualize your 2D iterable.

Project description

GridView

Visualize your 2D iterable. See our usage examples now!

Requirements

This package requires CPython 3.8 or compatible. If you have other version already installed, you can switch using pyenv. It must be installed as described in the manual.

pyenv install 3.8.2
pyenv local 3.8.2

Installation

pip install gridview

Development

# Preparing environment
pip install --user poetry  # unless already installed
poetry install

# Auto-formatting
poetry run docformatter -ri gridview tests
poetry run isort -rc gridview tests
poetry run yapf -r -i gridview tests

# Checking coding style
poetry run flake8 gridview tests

# Checking composition and quality
poetry run vulture gridview tests
poetry run mypy gridview tests
poetry run pylint gridview tests
poetry run bandit gridview tests
poetry run radon cc gridview tests
poetry run radon mi gridview tests

# Testing with coverage
poetry run pytest --cov gridview --cov tests

# Rendering documentation
poetry run mkdocs serve

# Building package
poetry build

# Releasing
poetry version minor  # increment selected component
git commit -am "bump version"
git push
git tag ${$(poetry version)[2]}
git push --tags
poetry build
poetry publish
poetry run mkdocs build
poetry run mkdocs gh-deploy -b gh-pages

Donations

If you find this software useful and you would like to repay author's efforts you are welcome to use following button:

Donate

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gridview-0.1.3.tar.gz (5.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

gridview-0.1.3-py3-none-any.whl (5.4 kB view details)

Uploaded Python 3

File details

Details for the file gridview-0.1.3.tar.gz.

File metadata

  • Download URL: gridview-0.1.3.tar.gz
  • Upload date:
  • Size: 5.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.11 CPython/3.8.10 Linux/5.10.0-1049-oem

File hashes

Hashes for gridview-0.1.3.tar.gz
Algorithm Hash digest
SHA256 3898e38b720ade120f793c3a751e3064f34cb4f707dfddc06992ae11f1d291a7
MD5 d7436d274e645ea5e71d82b44753d9f0
BLAKE2b-256 773cf9f554717054e1466fe10e4e95e200782b20cb981ff3c082c10a016dae39

See more details on using hashes here.

File details

Details for the file gridview-0.1.3-py3-none-any.whl.

File metadata

  • Download URL: gridview-0.1.3-py3-none-any.whl
  • Upload date:
  • Size: 5.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.11 CPython/3.8.10 Linux/5.10.0-1049-oem

File hashes

Hashes for gridview-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 11870690b5056fd48f025f090196b1d854f915d320bd4fd98988d8ff939026a2
MD5 9be89ec5902b82667098afed746a3d34
BLAKE2b-256 a7c7563a0d99fc9f59fc2ff8ba0b541665c57cd0f384ab46d7b6ef10478908c6

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page