https://github.com/adalfarus/apt
Aplustools linking library
https://github.com/adalfarus/apt
Last synced: 3 months ago
JSON representation
Aplustools linking library
- Host: GitHub
- URL: https://github.com/adalfarus/apt
- Owner: adalfarus
- License: lgpl-2.1
- Created: 2024-03-22T08:21:52.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-05T17:06:25.000Z (about 1 year ago)
- Last Synced: 2025-03-03T07:46:26.276Z (4 months ago)
- Language: Python
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# aptll (Aplustools linking library)
[](https://gist.github.com/cheerfulstoic/d107229326a01ff0f333a1d3476e068d)
[](https://github.com/Adalfarus/apt/actions)
[](https://github.com/Adalfarus/apt/blob/main/LICENSE)Makes writing code and switching versions easier than ever!
### Switching aplustools version
```python
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.
```python
from apt.package.timid import TimidTimertimer = TimidTimer()
print(timer.end())
```