executable-application
An example of an executable application.
What it is and what it does
executable-application is a minimal example package that provides an executable application, created as a test fixture for testing. It has no runtime dependencies and installs as a pure Python wheel, making it lightweight and friction-free to add to an environment.
The package appears to be a reference implementation or test case rather than a tool intended for production use. With no documented functionality beyond being an example, no active maintenance, and an unclear license, it is primarily useful for developers testing package installation workflows or package manager behavior with executable applications.
Use it for:
- Testing package manager ability to install and manage executable application packages.
- Verifying that package managers correctly handle minimal executable applications.
- Creating a reproducible test case for application distribution workflows.
- Validating Python 3.8+ compatibility in package installation pipelines.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
A minimal executable application package intended for testing purposes, with no runtime dependencies and support for Python 3.8 and later.
No, unless you are actively testing package manager behavior. The package is dormant, has an unclear license, and is explicitly described as an example for testing rather than a tool for end users. There are no known vulnerabilities, but the lack of maintenance and missing license information make it unsuitable for production use.
Install
executable-application on PyPI
pip
pip install executable-applicationuv
uv add executable-applicationpoetry
poetry add executable-applicationInstalling executable-application
Before you install
Low install friction with a pure Python wheel, but the package is dormant—last released 574 days ago with no visible repository activity or maintenance signals.
License in practice
License status is unclear; no SPDX identifier or raw license text is available, so legal obligations cannot be determined from the package metadata alone.
Quickstart
pip install executable-application==0.3.0
The package provides an executable application entry point but no documented API or function calls.
Requires Python 3.8 or later; no runtime dependencies.
Verify before relying
- What the executable application actually does when invoked—the description only states it is an example for testing.
- Whether the package is actively maintained or if dormancy indicates abandonment.
- What specific testing scenario this package is designed to support.
Package facts
| License | not declared (unclear) |
| Python support | supports the current Python release (>=3.8) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | none |
| Maintenance | dormant — 574 days since the last release |
| First released | |
| Downloads | 213,853/month — #9,426 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: executable_application-0.3.0-py3-none-any.whl
Tags
More Testing packages
Pluggy provides a plugin system that lets you…
permissive · top 100 on PyPI
pytestpytest is a testing framework that lets you…
permissive · top 100 on PyPI
virtualenvvirtualenv creates isolated Python environments…
permissive · top 100 on PyPI
coverageCoverage.py measures which lines of Python code…
permissive · top 1,000 on PyPI
pytest-asynciopytest-asyncio is a pytest plugin that enables…
permissive · top 1,000 on PyPI
pytest-json-ctrfA pytest plugin that generates test reports in…
permissive · top 1,000 on PyPI
find-exeFinds executables on the system matching…
unclear · top 15,000 on PyPI
pyinstallerPyInstaller bundles a Python application and…
copyleft · top 5,000 on PyPI
pytest-redisA pytest plugin that provides fixtures for…
copyleft · top 15,000 on PyPI
tftestWraps the Terraform executable to facilitate…
permissive · top 15,000 on PyPI
flake8-executableA Flake8 plugin that detects and reports…
copyleft · top 15,000 on PyPI
pytest-postgresqlA pytest plugin that provides fixtures to…
copyleft · top 5,000 on PyPI
pefilepefile reads and parses Portable Executable…
permissive · top 5,000 on PyPI
ensurecondaA CLI tool that finds or installs a conda/mamba…
permissive · top 15,000 on PyPI
pexPex generates standalone, executable Python…
permissive · top 5,000 on PyPI