aptll

A proxy package for aplustools with simplified naming and version management


Keywords
proxy, aplustools, simplified, apt
License
CNRI-Python-GPL-Compatible
Install
pip install aptll==2.2.5

Documentation

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())