libindic / payyans

This library helps to convert ascii texts to unicode.
10 stars 15 forks source link

Add functions to list available maps & to view the mappings for a given map #20

Closed VishnuSanal closed 8 months ago

VishnuSanal commented 10 months ago

as mentioned here

VishnuSanal commented 8 months ago

@asdofindia PTAL :)

asdofindia commented 8 months ago

Ah, I had seen this and forgot to comment.

I was actually talking about listing the maps in the documentation.

But this is probably useful too.

But @VishnuSanal - these are only functions, right? Can you add a way for the user to call these from the command line?

VishnuSanal commented 8 months ago

I was actually talking about listing the maps in the documentation.

documentation? did you mean this wiki page?

But @VishnuSanal - these are only functions, right? Can you add a way for the user to call these from the command line?

um... I didn't quite get you. how to run payyans from the terminal? I ran python -m pip install . & it got succeeded, but I cannot find neither payyans nor libindic-payyans commands. pretty sure I am missing something trivial, please help!

asdofindia commented 8 months ago

The documentation can be the README file. The wiki page appears very outdated.

Please see the Usage section in the present documentation. You can add lines to that which runs the functions you added. And also paste the output. That would make it like the maps are there in the README also and people know how to get the maps printed on their own as well

asdofindia commented 8 months ago

Thanks