Metadata-Version: 2.4
Name: pynexusx
Version: 1.0.2
Summary: A simple CLI tool to update all Python packages using VersaLog.
Author: kaede
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: System :: Software Distribution
Classifier: Intended Audience :: Developers
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: VersaLog
Requires-Dist: plyer
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

## What is pynexusx?

[![PyPI version](https://badge.fury.io/py/pynexusx.svg)](https://badge.fury.io/py/pynexusx)
[![Downloads](https://pepy.tech/badge/pynexusx)](https://pepy.tech/project/pynexusx)
[![Python 3.8+](https://img.shields.io/badge/python-3.8+-blue.svg)](https://www.python.org/downloads/)
[![License](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE)
[![Discord](https://img.shields.io/badge/Discord-Support%20Server-7289DA?style=flat&logo=discord)](https://discord.gg/MaWeRFxa)

`pynexusx` is a CLI tool that allows you to easily update all installed Python packages to their latest versions.

---

## Features

- Current: Update all installed packages to the latest version
- Planned features:
  - List outdated packages (`list`)
  - Update specific packages only
  - Version pinning and automatic scheduled updates

---

## Installation

```bash
pip install pynexusx
```

## Usage

**Update all packages**
```bash
Pyn
```
