๐ LinkAI-Aion v0.1.6 โ Enhanced AI Utilities with File Management, Code Parsing, and Real-time Monitoring
Project description
linkai-aion
๐ LinkAI-Aion v0.1.6 โ Enhanced AI Utilities with File Management, Code Parsing, and Real-time Monitoring
โจ New update, new look โ and packed with power!
AIon is an open-source Python utility library by LinkAI, designed to empower AI projects, automation tools, and productivity workflows. With this new version, we're bringing smarter tools, better performance, and more developer-friendly features than ever.
โ What's New in v0.1.6
- ๐๏ธ Updated files management with improved upload and organization
- ๐งฉ Enhanced code parser with better multi-language and syntax error support
- ๐ Real-time file change monitoring for auto-refresh and instant updates
- โ๏ธ Code snippet extraction for reuse, sharing, and clean documentation
- โ๏ธ Extended CLI support with new power commands
- ๐ Full documentation site with guides, examples, and API references
- ๐ Comprehensive language detection for 30+ programming languages
- ๐ก๏ธ Enhanced security scanning with improved pattern detection
- ๐ง Advanced text intelligence with better analysis capabilities
๐ฆ Installation
pip install linkai-aion
๐ Quick Start
from aion import text, files, parser, watcher
# File management
files.create_empty_file("test.txt")
files.write_file("test.txt", "Hello Aion v0.1.6!")
content = files.read_file("test.txt")
# Code parsing with 30+ language support
code = """
def greet(name):
return f"Hello, {name}!"
"""
lang = parser.detect_language(code) # Detects Python
analysis = parser.parse_code(code, lang)
# Real-time file monitoring
def on_change(filepath):
print(f"File changed: {filepath}")
watcher.watch_file_for_changes("test.txt", on_change)
๐ Supported Languages
Programming Languages:
- Python, JavaScript, TypeScript, Java, C/C++, C#
- Go, Rust, Swift, Kotlin, Scala, Haskell
- PHP, Ruby, Perl, Lua, Julia, R, MATLAB
- Clojure, PowerShell, Bash
Markup & Data:
- HTML, CSS, SQL, JSON, XML, YAML, Markdown
- Dockerfile, Terraform, Ansible
Enhanced Features:
- ๐งฉ Multi-language code parsing with detailed analysis
- ๐ Syntax highlighting for all supported languages
- ๐ Code complexity analysis and metrics
- โ๏ธ Smart snippet extraction with metadata
- ๐ Real-time monitoring with change detection
- ๐ Advanced file management with organization tools
๐ Website
Learn more, view docs, and explore what's coming next:
๐ https://linkaiapps.com/#linkai-aion
๐ฆ PyPI
Install or explore directly via PyPI:
๐ https://pypi.org/project/linkai-aion/
๐ฎ Coming Soon in v0.1.7
๐ We're just getting started โ here's what's next (and doable in a week!):
-
๐ Git integration (basic)
View commit history, diffs, and branches using GitPython or CLI wrappers. -
๐ฏ Project scaffolding templates
Instantly generate ready-to-code boilerplates for Python, AI, or web apps. -
๐ Extended CLI tools
More terminal commands for scanning, formatting, or watching code. -
๐ Initial security scanning support
Integrate with tools like bandit to detect common Python vulnerabilities. -
๐ Simple web interface prototype
Launch a local dashboard to explore files, view highlights, and analyze snippets. -
๐ Token counter & code summarizer
Built-in tools to analyze length and provide TL;DR of source files.
๐ AIon helps developers move faster, build smarter, and automate more โ all with less code.
From quick utilities to deep integration into AI workflows, v0.1.6 is just the beginning.
From LinkAI โ crafting tools for tomorrow's developers, today. โค๏ธ
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
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 linkai_aion-0.1.6.tar.gz.
File metadata
- Download URL: linkai_aion-0.1.6.tar.gz
- Upload date:
- Size: 24.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7d0b3baf6c1f92dd3a8ef987db47b53baf59fda4383706cf9573604842408a35
|
|
| MD5 |
6b7f1c989200db31e975aea520f60136
|
|
| BLAKE2b-256 |
dc2232578047a6fd5917f53861a2b9a897cf582661cd9626c83db868facbd28d
|
File details
Details for the file linkai_aion-0.1.6-py3-none-any.whl.
File metadata
- Download URL: linkai_aion-0.1.6-py3-none-any.whl
- Upload date:
- Size: 25.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
66f617db040d653facb65eecfd19061dcd4147cf467791851c3e71a9cac9377e
|
|
| MD5 |
38666d41f85583467cd81823bf5d82e2
|
|
| BLAKE2b-256 |
afdcbd0af5a239062f934adb8a20767ad8b72d52e6f7703c9917838f87628604
|