Metadata-Version: 2.4
Name: nginx-conf-tool
Version: 1.1.0
Summary: Add your description here
Author-email: Hai Vu <haivu2004@gmail.com>
License-File: LICENSE
Requires-Python: >=3.13
Requires-Dist: click>=8.1.8
Requires-Dist: crossplane>=0.5.8
Description-Content-Type: text/markdown

# nginx-conf-tool

This package introduces a command `nct` with sub-commands.

# Installation

    pip install nginx-conf-tool

# The Tree Subcommand

This sub command will scan the nginx.conf file and display its structure as a tree:

    $ nct tree <path-to-nginx.conf>
    $ nct tree /etc/nginx/nginx.conf