Metadata-Version: 2.4
Name: neopdf_cli
Version: 0.2.1a1
Summary: CLI interface to NeoPDF
Keywords: high-energy-physics,physics
Author: Tanjona R. Rabemananjara <tanjona.hepc@gmail.com>
Author-email: Tanjona R. Rabemananjara <tanjona.hepc@gmail.com>
License: GPL-3.0-or-later
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: Source Code, https://github.com/Radonirinaunimi/neopdf

# NeoPDF-CLI

![Static Badge](https://img.shields.io/badge/Python-3.7--3.13-00A800?style=flat-square&logo=python&logoColor=yellow)
![GitHub Tag](https://img.shields.io/github/v/tag/Radonirinaunimi/neopdf?include_prereleases&style=flat-square&logo=github&color=blue)
![Crates.io Version](https://img.shields.io/crates/v/neopdf?style=flat-square&logo=rust&color=blue)
![GitHub License](https://img.shields.io/github/license/Radonirinaunimi/neopdf?style=flat-square&color=red)

This crate provides Command Line Interface (CLI) to the [NeoPDF](https://crates.io/crates/neopdf)
Rust's [APIs](https://docs.rs/neopdf/0.1.0/neopdf/index.html). The `neopdf-cli` package can be
installed using a Python Package manager. For example using [pipx](https://pipx.pypa.io/stable/):

```sh
pipx install neopdf-cli
```

For detailed examples on how to use `neopdf-cli`, please head over the
[tutorials](https://radonirinaunimi.github.io/neopdf/cli-tutorials/) section.

