asciichart icon indicating copy to clipboard operation
asciichart copied to clipboard

Description at pypi.org is wrong

Open blmayer opened this issue 4 years ago • 5 comments

Hello,

The package usage in pypi is written using node, not python.

blmayer avatar Apr 12 '20 23:04 blmayer

I would also appreciate description for usage in Python. Thank you.

R3nzoku avatar May 16 '20 18:05 R3nzoku

A related confusing issue is that the pip package you need is asciichartpy not asciichart. Both these packages seem to exist, but the second one seem to be just empty.

Zitrax avatar Oct 26 '21 18:10 Zitrax

@Zitrax yes, this package is originally written in JS, and ported to Python later, and at that time the asciichart name in JS was available, while the asciichart in Python was occupied, so I had to call it asciichartpy in Python.

kroitor avatar Oct 26 '21 19:10 kroitor

Was a python example ever written up?

svenjr avatar Nov 10 '21 08:11 svenjr

@svenjr here: https://github.com/ccxt/ccxt/blob/master/examples/py/basic-chart.py

kroitor avatar Nov 10 '21 18:11 kroitor