Layout algorithms for visualizations
Project description
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file gramexlayout-0.2.1-py2.py3-none-any.whl
.
File metadata
- Download URL: gramexlayout-0.2.1-py2.py3-none-any.whl
- Upload date:
- Size: 5.9 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.7.0 requests/2.25.1 setuptools/54.0.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b5a13dd34395b06495d8db56fae2ce8a60648201f70341c0a0af93bd4e715f9a |
|
MD5 | 457554cff98f196174a10c6d88c58af4 |
|
BLAKE2b-256 | 465507262526e71fb57838c91f1c4d59fad879ab3c933089fcec45845da55e9d |