Commit Graph

10 Commits

Author SHA1 Message Date
571f720ae2 Complete official repository support (#59) 2022-05-03 00:49:32 +03:00
1a0322b32e docs update 2022-04-03 01:44:11 +03:00
7d782f120d 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
35df354c14 split application class into traits 2021-10-23 13:44:57 +03:00
c73f24f8c6 minor architecture description update 2021-10-18 03:35:39 +03:00
5f7f58041d docs update 2021-10-15 04:55:46 +03:00
6be6614e6d add package request endpoint 2021-10-01 08:58:50 +03:00
68aa327670 expiration on server side support (#33) 2021-09-13 01:18:04 +03:00
168b2f6880 OAuth2 (#32)
* make auth method asyncs

* oauth2 demo support

* full coverage

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