# Apero v1.0.0 - Table of Contents

> Comprehensive utility library for Elixir — file operations (VFS), Git, Docker/Podman, cryptography, env files, config files, OS detection, processes, and package management.

## Pages

- [Apero](readme.md)
- [Apero](readme_es.md)
- [MIT License](license.md)

## Modules

- [Apero.Cache.ETS](Apero.Cache.ETS.md): ETS-backed cache with TTL support.

- Core
  - [Apero](Apero.md): Apero — Utility library for system operations and development workflows.
  - [Apero.Application](Apero.Application.md): OTP application entry point for Apero.
  - [Apero.Cache](Apero.Cache.md): Unified cache interface — ETS, Redis, Memcached.
  - [Apero.Cache.Adapter](Apero.Cache.Adapter.md): Behaviour for cache backends.

- File &amp; Path
  - [Apero.Compress](Apero.Compress.md): Universal compression and archive utilities.
  - [Apero.VFS](Apero.VFS.md): Virtual File System — unified file, path and filesystem utilities for Apero.

- Git &amp; VCS
  - [Apero.Git](Apero.Git.md): Git utilities for repository management, configuration and synchronisation.

- Containers
  - [Apero.Docker](Apero.Docker.md): Docker / Podman container lifecycle management.

- Security
  - [Apero.Crypto](Apero.Crypto.md): Cryptographic utilities — hashing, symmetric/asymmetric encryption, KDF.

- Environment
  - [Apero.Conf](Apero.Conf.md): Configuration file management — unified interface for JSON, YAML and TOML.
  - [Apero.Env](Apero.Env.md): Environment variable management for Apero.

- System
  - [Apero.OS](Apero.OS.md): Operating system information utilities for Apero.
  - [Apero.Pkg](Apero.Pkg.md): Cross-platform package manager abstraction.
  - [Apero.Proc](Apero.Proc.md): Process and executable utilities for Apero.

