Skip to content

adalfarus/apt

Repository files navigation

aptll (Aplustools linking library)

Active Development Build Status License: GPL-3.0

Makes writing code and switching versions easier than ever!

Switching aplustools version

from apt import aptll

# This will restart python with the current script after the 
aptll.change_version("0.1.3.6")  #  new version is installed.

aplustools modules

Work as usual, just typing info from advanced editors won't work.

from apt.package.timid import TimidTimer

timer = TimidTimer()
print(timer.end())