Skip to main content

Download stats for Python packages

Project description

termcharts

Terminal charts with rich compatibility in mind

bar

import termcharts


chart = termcharts.bar({'roll': 24, 'bread':10, 'rice':30, 'pasta':50}, title='brunches')
print(chart)

pie

import termcharts


chart = termcharts.pie({'pencil':10, 'eraser': 20, 'ruler': 30}, title='stationary')
print(chart)

doughnut

import termcharts


chart = termcharts.doughnut({'a':10, 'b': 20, 'c': 30}, title='aphabet dist')
print(chart)

Rich compatibility

from termcharts import pie
from termcharts import doughnut
from termcharts import bar

from rich.console import Console
from rich.columns import Columns
from rich.panel import Panel

console = Console()

charts = [
    doughnut({'a':10, 'b': 20, 'c': 30, 'd': 20}, title='aphabet dist', rich=True), 
    pie({'wefwefqwddwqdqwda':10, 'b': 20, 'c': 30, 'd': 20}, rich=True),
    bar({'roll': 24, 'bss':10, 'wes':30, 'ewfwef':50}, title='Brunches', rich=True)
    ]
user_renderables = [Panel(x, expand=True) for x in charts]
console.print(Columns(user_renderables))

Testing

All testing is currently handled by the pytest module and are incomplete at the momment.

Installation:

pip install -U pytest

Run all the testcases in a file:

pytest tests/<file>.py

Run one testcase in a file:

pytest tests/<file>.py::<function_name>

Exclude one testcase in a file:

pytest tests/<file>.py -k 'not <function_name>'

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

termcharts-1.0.4.tar.gz (29.3 kB view details)

Uploaded Source

File details

Details for the file termcharts-1.0.4.tar.gz.

File metadata

  • Download URL: termcharts-1.0.4.tar.gz
  • Upload date:
  • Size: 29.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.6

File hashes

Hashes for termcharts-1.0.4.tar.gz
Algorithm Hash digest
SHA256 3c5710aa43fba036584c52adbad4a0da669b171ef231234d356a4c35e7110585
MD5 0e71a1b11ad15abfa99c3fb9a2668830
BLAKE2b-256 b069647f50c3b45a627516187c00449ed30fb7184d91762065ca693eee8beae8

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