Server status ...

gitlab/Konfis/: ak-tools-be-core-1.0.1 metadata and description

Simple index

AK Tools - A collection of utility tools for Python development

author_email Your Team <team.email@example.com>
classifiers
  • Development Status :: 4 - Beta
  • Intended Audience :: Developers
  • License :: OSI Approved :: MIT License
  • Programming Language :: Python :: 3
  • Programming Language :: Python :: 3.10
  • Programming Language :: Python :: 3.11
  • Programming Language :: Python :: 3.12
description_content_type text/markdown
keywords tools,utilities,datetime,file-operations
provides_extras
  • dev
  • web
  • excel
requires_dist
  • requests
  • sqlmodel
  • numpy
  • fastapi
  • uvicorn[standard]
  • ruff
  • radon
  • coverage
  • filehash
  • datedelta
  • pytz
  • filelock
  • python-dateutil
  • beautifulsoup4
  • pyxll
  • ruamel.base
  • ruamel.yaml
  • openpyxl
  • matplotlib
  • networkx
  • tabulate
  • holidays
  • httpx
  • pydantic-settings
  • pytest>=7.0; extra == "dev"
  • coverage; extra == "dev"
  • ruff; extra == "dev"
  • radon; extra == "dev"
  • fastapi; extra == "web"
  • uvicorn[standard]; extra == "web"
  • pyxll>=5.7.1; extra == "excel"
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
Size
121 KB
Type
Python Wheel
Python
3
  • Replaced 5 time(s)
  • Uploaded to gitlab/Konfis by gitlab 2025-11-07 14:11:25

AK Tools Backend Core

Eine Sammlung von Python-Utilities für Backend-Entwicklung.

Installation

pip install ak-tools-be-core

Hauptmodule

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