Feedzai's theme for Altair charts.
Project description
feedzai-altair-theme
Feedzai's theme for Altair charts.
Sneak peek
Quickstart
Installation
Via pip:
pip install feedzai-altair-theme
Via Pipenv:
pipenv install feedzai-altair-theme
Via Poetry:
poetry add feedzai-altair-theme
Via PDM:
pdm add feedzai-altair-theme
Via Pyflow:
pyflow install feedzai-altair-theme
Usage
import altair as alt
alt.themes.enable("feedzai")
You can find some example charts in the demo.ipynb
notebook.
Development
Create the development environment:
make init
After implementing changes, run the command to check the types and to format and lint the code (you can also use the individual commands defined in the Makefile
):
make all
To see the changes applied to some example charts, use the demo.ipynb
notebook:
make demo
Misc
Install the feedzai-altair-theme package in an environment without an Internet connection
First, download the repo and move its root folder to your environment. From there, you can install the package with pip by pointing to the folder path and adding some extra flags:
pip install -e feedzai-altair-theme/ --no-deps --no-build-isolation
This command assumes that the feedzai-altair-theme package dependencies are already installed in your environment. For more information about the additional flags, check the pip install documentation.
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
Built Distribution
File details
Details for the file feedzai-altair-theme-1.1.3.tar.gz
.
File metadata
- Download URL: feedzai-altair-theme-1.1.3.tar.gz
- Upload date:
- Size: 9.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 811f351ab3c8146396e78d25528bf54a27fe649d1a3e308a24ac4a2a586388b0 |
|
MD5 | e105c552e144ef93d9b7c75627a6a129 |
|
BLAKE2b-256 | 453d94eea30a5f500c2d182f26d5442b07b9956a10b461f8c2e00dd1537b1909 |
File details
Details for the file feedzai_altair_theme-1.1.3-py3-none-any.whl
.
File metadata
- Download URL: feedzai_altair_theme-1.1.3-py3-none-any.whl
- Upload date:
- Size: 12.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 41bceb8d70365f66498d2aed236a83f7fca94b4a1d2aaa8ada062d1fd909b3e8 |
|
MD5 | e15284f66d8e49b86328d542f4b1675b |
|
BLAKE2b-256 | 993d40afd960fc3d2ef5d902306bfe166bded68aa6b7eafa320c63ec80871316 |