mirror of
https://github.com/arcan1s/ahriman.git
synced 2025-04-24 15:27:17 +00:00
* generate filenames without using makepkg * pkgbuild parser impl * completely remove makepkg calls * simplify typed get * try to improve parser * docs and recipes updatte * never raise keyerror instead return empty string * udpate tests * add support of array expansion * docs update * tests update * handle quoted control sequences correctly * expand bash * allow packages without package function * docs update * add moroe tests * small improovements * support escaped arrays and functions
54 lines
992 B
ReStructuredText
54 lines
992 B
ReStructuredText
ahriman.core.alpm package
|
|
=========================
|
|
|
|
Subpackages
|
|
-----------
|
|
|
|
.. toctree::
|
|
:maxdepth: 4
|
|
|
|
ahriman.core.alpm.remote
|
|
|
|
Submodules
|
|
----------
|
|
|
|
ahriman.core.alpm.pacman module
|
|
-------------------------------
|
|
|
|
.. automodule:: ahriman.core.alpm.pacman
|
|
:members:
|
|
:no-undoc-members:
|
|
:show-inheritance:
|
|
|
|
ahriman.core.alpm.pacman\_database module
|
|
-----------------------------------------
|
|
|
|
.. automodule:: ahriman.core.alpm.pacman_database
|
|
:members:
|
|
:no-undoc-members:
|
|
:show-inheritance:
|
|
|
|
ahriman.core.alpm.pkgbuild\_parser module
|
|
-----------------------------------------
|
|
|
|
.. automodule:: ahriman.core.alpm.pkgbuild_parser
|
|
:members:
|
|
:no-undoc-members:
|
|
:show-inheritance:
|
|
|
|
ahriman.core.alpm.repo module
|
|
-----------------------------
|
|
|
|
.. automodule:: ahriman.core.alpm.repo
|
|
:members:
|
|
:no-undoc-members:
|
|
:show-inheritance:
|
|
|
|
Module contents
|
|
---------------
|
|
|
|
.. automodule:: ahriman.core.alpm
|
|
:members:
|
|
:no-undoc-members:
|
|
:show-inheritance:
|