Metadata-Version: 2.1
Name: ans-pycli
Version: 0.0.5
Summary: CLI for your python projects
Author: alxnsmith
Author-email: alx.n.smith@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Project-URL: github, https://github.com/alxnsmith/ans-pycli
Description-Content-Type: text/markdown

# ans-pycli

[![Tests](https://github.com/alxnsmith/ans-pycli/actions/workflows/tests.yml/badge.svg?branch=main)](https://github.com/alxnsmith/ans-pycli/actions/workflows/tests.yml)

Quickly build CLI for your own python projects with lightweight module

## How to Install

- pip

  ```bash
  pip install ans-pycli
  ```

- poetry
  ```bash
  poetry add ans-pycli
  ```

