--- id: apeye-core version: "1.1.5" license: Copyright (c) 2022, Dominic Davis-Foster Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: *… (full text in the JSON record) license_treatment: permissive maintenance: active --- # apeye-core — Core (offline) functionality for the apeye library. License: permissive · Maintenance: active · Downloads: 1.6M/mo ## What it is and what it does apeye-core is the offline component of the apeye library, offering URL and domain name handling utilities. It wraps IDNA support through its runtime dependency on idna, and uses domdf-python-tools for utility functions. The package is designed to work without network access, making it suitable for scenarios where URL parsing and validation need to happen in isolated or offline environments. The library targets developers who need reliable domain and URL handling with international domain name support. It maintains broad Python version compatibility from 3.6 through 3.12, and is classified as production-stable. With no known security vulnerabilities and low installation friction, it integrates easily into projects that depend on the larger apeye ecosystem or need standalone offline URL utilities. Use it for: - Parse and validate international domain names in offline environments without network calls - Provide core URL utilities to applications built on the apeye library - Handle IDNA encoding/decoding for domain names in data processing pipelines - Validate URLs in systems where network access is restricted or unavailable ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides core offline URL and domain handling utilities for the apeye library with IDNA domain name support. Yes, if you need offline URL and domain handling with IDNA support or are using the apeye library. The package is production-stable, actively maintained, has zero known vulnerabilities, and installs with low friction. Recent repository activity confirms ongoing support despite the gap since the last release. ## Install pip install apeye-core uv add apeye-core poetry add apeye-core ## Installing apeye-core Before you install: Low install friction with a pure-wheel distribution. Actively maintained as of 2026-07-06, with support across Python 3.6–3.12 and PyPy. License in practice: BSD License (permissive). You may use, modify, and distribute freely in commercial and private projects, provided you retain the copyright notice and disclaimer. Quickstart: pip install apeye-core from apeye_core import ... # Use offline URL/domain utilities with idna support Verify before relying: - What specific URL parsing or domain validation tasks the core module performs beyond IDNA support - Whether this package is intended as a standalone utility or primarily for internal use by apeye ## Package facts - License: Copyright (c) 2022, Dominic Davis-Foster Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: *… (full text in the JSON record) (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 1.6M/month (top 5,000 on PyPI) - Known vulnerabilities: none known ## Tags url parsing library, domain name handling, idna support, offline url utilities, apeye core, url-handling, internationalization [View on SkillFed](https://skillfed.io/packages/apeye-core) · [View on PyPI](https://pypi.org/project/apeye-core/)