mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 22:30:38 -04:00
Python unicode sparkline generation library pysparklines is a unicode sparkline generation library. Python clone of https://github.com/holman/spark Takes series data via stdin, command line, or API and prints a sparkline representation. Output is always UTF-8 encoded. WWW: https://github.com/RedKrieg/pysparklines
10 lines
350 B
Python
10 lines
350 B
Python
--- setup.py.orig 2013-08-22 21:35:52 UTC
|
|
+++ setup.py
|
|
@@ -15,6 +15,7 @@ setup(
|
|
author_email="redkrieg@gmail.com",
|
|
url="https://github.com/RedKrieg/pysparklines",
|
|
packages=find_packages(),
|
|
+ data_files=[("man/man1", ["man/sparkline.1"])],
|
|
entry_points={
|
|
'console_scripts': [
|
|
'sparkline = sparkline:main',
|