gitlab/Konfis/: ak-tools-be-core-1.0.1 metadata and description
AK Tools - A collection of utility tools for Python development
| author_email | Your Team <team.email@example.com> |
| classifiers |
|
| description_content_type | text/markdown |
| keywords | tools,utilities,datetime,file-operations |
| metadata_version | 2.4 |
| provides_extras |
|
| requires_dist |
|
| requires_python | >=3.10 |
Because this project isn't in the mirror_whitelist,
no releases from root/pypi are included.
| File | Tox results | History |
|---|---|---|
ak_tools_be_core-1.0.1-py3-none-any.whl
|
|
AK Tools Backend Core
Eine Sammlung von Python-Utilities für Backend-Entwicklung.
Installation
pip install ak-tools-be-core
Hauptmodule
- Date/Time: Erweiterte Datums- und Zeitfunktionen
- File System: Dateisystem-Operationen und Pfad-Utilities
- Excel: Erweiterte Excel-Verarbeitung mit Formel-Support
- Dev Tools: Entwickler-Hilfsmittel und Testing-Utilities
Verwendung
import ak_tools_be_core
# Beispiel für DateTime-Funktionen
from ak_tools_be_core.date_time import ak_datetime
# Beispiel für File-Operationen
from ak_tools_be_core.file_system import ak_file
Development
# Tests ausführen
pytest
# Wheel bauen
./build.sh