Commit Graph

9 Commits

Author SHA1 Message Date
40b84b810d docs update 2022-04-03 01:44:11 +03:00
09b0f2914d Add ability to show more info in search and status subcommands
This feature also introduces the followiing changes
* aur-search command now works as expected with multiterms
* printer classes for managing of data print
* --sort-by argument for aur-search subcommand instead of using package
  name
* --quiet argument now has also --no-quite option
* if --quite is supplied, the log level will be set to warn instead of
  critical to be able to see error messages
* pretty_datetime function now also supports datetime objects
* BuildStatus is now pure dataclass
2021-10-26 04:27:36 +03:00
dfd87c502f split application class into traits 2021-10-23 13:44:57 +03:00
e59fdd1ccc minor architecture description update 2021-10-18 03:35:39 +03:00
04bbabe898 docs update 2021-10-15 04:55:46 +03:00
73a4cee257 add package request endpoint 2021-10-01 08:58:50 +03:00
6f5b28c4f8 expiration on server side support (#33) 2021-09-13 01:18:04 +03:00
d19deb57e7
OAuth2 (#32)
* make auth method asyncs

* oauth2 demo support

* full coverage

* update docs
2021-09-12 21:41:38 +03:00
7abdb48ac0 documentation update 2021-09-10 03:32:45 +03:00