Socket
Book a DemoInstallSign in
Socket

gramexlayout

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gramexlayout

Layout algorithms for visualizations

Source
pipPyPI
Version
0.2.1
Maintainers
1

Gramex Layout

Layout algorithms for visualizations.

  • Calendar (pending)
  • Sankey (pending)
  • Sunburst (complete, to be documented)
  • Treemap (pending)

[NOTE]: This is a pre-release to test the build process.

Setup

Documentation was set up via

pip install sphinx myst-parser sphinx-book-theme
mkdir docs
cd docs
sphinx-quickstart --project gramexlayout --author "Anand S" --release 0.1.0 --language en --suffix .md --suffix .rst --no-batchfile --no-sep --ext-autodoc --extensions myst_parser
sphinx-apidoc --no-toc --module-first --output-dir . ../gramexlayout

Then:

  • In docs/conf.py
    • Set `html_theme = 'sphinx_book_theme'

To release, set up build and twine

pip install build twine

Release

Update the version number in setup.py. Then:

git commit . -m"BLD: Release version x.x.x"
git push

Release source on PyPI:

rm -rf dist/
python -m build --wheel
twine upload dist/*

Create documentation:

cd docs
make html

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