Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adalfarus/apt
Aplustools linking library
https://github.com/adalfarus/apt
Last synced: about 1 month 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 (10 months ago)
- Default Branch: main
- Last Pushed: 2024-06-05T17:06:25.000Z (8 months ago)
- Last Synced: 2024-12-03T10:27:15.971Z (about 2 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)
[![Actively Maintained](https://img.shields.io/badge/Maintenance%20Level-Actively%20Maintained-green.svg)](https://gist.github.com/cheerfulstoic/d107229326a01ff0f333a1d3476e068d)
[![Build Status](https://github.com/Adalfarus/apt/actions/workflows/python-publish.yml/badge.svg)](https://github.com/Adalfarus/apt/actions)
[![License: GPL-3.0](https://img.shields.io/github/license/Adalfarus/apt)](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())
```