Documentation??
Closed this issue · 6 comments
RitamDey commented
Where can I find documentation??
jelly commented
What kind of documentation are you looking for? What are you trying to achieve? There are some examples in scripts.
I'll see if I can setup documentation with sphinx.
jelly commented
btw the official repo is: https://git.archlinux.org/pyalpm.git/
RitamDey commented
I am trying to create a libalpm entirely written in python with some extra features. So that why I looking doc??
jelly commented
You can't easily write an libalpm fully in Python since the libalpm libs are in C. Even with CFFI you can't get away with writing C. Documentation will be provided later, but I can't promise anytime soon.
RitamDey commented
No, No libalpm. I am talking about pacman in python
jelly commented
Ok, then just read the pacman source code.