AI tooling utilities
Project description
AI Tools
A collection of utilities for AI-related tasks.
Installation
pip install akhera-ai-tools
Features
File System Utilities
The package provides utilities for securely reading file contents:
from ai_tools.file_system.get_file_data import get_file_data
# Read a text file
result = get_file_data('/path/to/file.txt')
if 'data' in result:
content = result['data']
# Process content
else:
error_code = result['error_code']
error_message = result['error_message']
# Handle error
# PDF support included
pdf_result = get_file_data('/path/to/document.pdf')
Requirements
- Python 3.6+
- pypdf (for PDF file handling)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
akhera_ai_tools-0.1.0.tar.gz
(6.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file akhera_ai_tools-0.1.0.tar.gz.
File metadata
- Download URL: akhera_ai_tools-0.1.0.tar.gz
- Upload date:
- Size: 6.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
854a4b1f89d838f83bc863dd2dd0ad7e60b1109ec1c170662f960482db1444b6
|
|
| MD5 |
e11a6298b5bd670e96d4b3d57ba1ba58
|
|
| BLAKE2b-256 |
8abec663fa758dff043a3f19c0376216038e481bb5c5792ddd50e54795ea24f6
|
File details
Details for the file akhera_ai_tools-0.1.0-py3-none-any.whl.
File metadata
- Download URL: akhera_ai_tools-0.1.0-py3-none-any.whl
- Upload date:
- Size: 6.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
118a38d0ac254225c726491dfe41368ee4c80b0dc96d772604d7c0f06c3e9972
|
|
| MD5 |
2b3b38aca31458b7cf892456696898d5
|
|
| BLAKE2b-256 |
6006d9763b26116e4d9d6497f67cfa56d6e44594935ca3ac2b458ee9e58083fe
|