Metadata-Version: 2.4
Name: nexenv
Version: 1.1.2
Summary: Per-project development environment manager. Detects stack, isolates variables, opens projects ready to work. Source-available (FSL-1.1-ALv2).
Author-email: Delixon Labs <hello@delixon.dev>
License-Expression: LicenseRef-FSL-1.1-ALv2
Project-URL: Homepage, https://delixon.dev/nexenv
Project-URL: Repository, https://github.com/delixon-labs/delixon-nexenv
Keywords: nexenv,developer-tools,devtools,environment-manager,per-project-environment,stack-detection,local-first
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Build Tools
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# nexenv

Per-project development environment manager. Detects stack, isolates variables, opens projects ready to work.

Source-available under [FSL-1.1-ALv2](https://github.com/delixon-labs/delixon-nexenv/blob/main/LICENSE) — not open source. Each version converts to Apache 2.0 two years after release.

## Install

```bash
pip install nexenv
```

The CLI downloads the native binary for your platform (Windows/macOS/Linux, x64 and arm64) on first run.

## Usage

```bash
nexenv --version
nexenv --help
nexenv shell          # interactive REPL
nexenv list           # list registered projects
nexenv doctor         # system health check
```

See the full [CLI Reference](https://github.com/delixon-labs/delixon-nexenv/blob/main/docs/cli/CLI_REFERENCE.md) for all commands.

## Links

- Website: https://delixon.dev/nexenv
- GitHub: https://github.com/delixon-labs/delixon-nexenv
- License: [FSL-1.1-ALv2](https://github.com/delixon-labs/delixon-nexenv/blob/main/LICENSE) · [FAQ](https://github.com/delixon-labs/delixon-nexenv/blob/main/LICENSE-FAQ.md)

---

Nexenv is a product of [Delixon Labs](https://delixon.dev).

© 2026 [XPlus Technologies LLC](https://xplustechnologies.com). All rights reserved.
