4
1
Fork 1
Commit Graph

5 Commits

Author SHA1 Message Date
trueold89 f88f007910
Reformat exceptions
- init static.exceptions.py
- reformat exceptions
- add static.functions.validate() messages
2024-08-07 19:49:55 +03:00
trueold89 c2ab00680f
Add InitBuilder 2024-08-06 14:59:50 +03:00
trueold89 cf48b90f2a
Add qBitTorrent torrent server API implementation
- init torrent.api
- Add qBitTorrent class
2024-08-03 16:36:57 +03:00
trueold89 6e4959e918
Add TorrentAPI server abstract class
- Add TorrentFromServer type class
- Add TorrentListBuilder builder pattern class
- Add TorrentAPI abstract interface
2024-08-03 13:45:57 +03:00
trueold89 ed324557c8
Add torrent objects
- Init torrent module
- Init torrent.types
- Init torrent.abc
- Init torrent.torrents
- Add TorrentTypes Enum
- Add TorrentObj absctract class
- Add TorrentFile, TorrentMagnet and TorrentURL classes
2024-08-03 12:04:08 +03:00