Package Details: termgraph-git 0.4.2.r15.gb10150d-1

Git Clone URL: https://aur.archlinux.org/termgraph-git.git (read-only, click to copy)
Package Base: termgraph-git
Description: A python command-line tool which draws basic graphs in the terminal.
Upstream URL: https://github.com/mkaz/termgraph
Licenses: MIT
Conflicts: termgraph
Provides: termgraph
Submitter: keur
Maintainer: keur
Last Packager: keur
Votes: 1
Popularity: 0.000000
First Submitted: 2019-06-17 05:57 (UTC)
Last Updated: 2021-05-22 19:00 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

Latest Comments

m040601 commented on 2021-09-25 15:25 (UTC)

Thanks for working on the PKGBUILD of this interesting tool.

the source repository :

tree termgraph


.
├── data
│   ├── cal.dat
│   ├── ex1.dat
│   ├── ex2.dat
│   ├── ex3.dat
│   ├── ex4.dat
│   ├── ex5.dat
│   ├── ex6.dat
│   ├── ex7.dat
│   ├── ex8.dat
│   ├── ex9.dat
│   ├── gener_rdat.py
│   └── histogram.dat
├── LICENSE.txt
├── Makefile
├── MANIFEST.in
├── README.md
├── setup.py
├── termgraph
│   ├── example.py
│   ├── __init__.py
│   ├── module.py
│   ├── termgraph.py
│   └── utils.py
└── tests
    ├── coverage-report.sh
    ├── __init__.py
    └── test_termgraph.py

3 directories, 25 files


Contains a README.md as well as examples to learn how the program works in data. This is not fluff, or unnecessary bloat. This is also not available with "termgraph --help" or a man page.

Please include them in the PKGBUILD.

They should end up in something like, /usr/share/doc/termgraph/.

Thanks in advance.