Metadata-Version: 2.4
Name: wuff
Version: 1.2.1
Summary: Analysis engine for WooWoo workspaces.
Author: Michal Janecek
Author-email: michal.janecek@gmail.com
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Provides-Extra: test
Requires-Dist: pytest>=6.0; extra == "test"
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: provides-extra
Dynamic: requires-python
Dynamic: summary

# wuff

`wuff` is an analysis engine (analyzer) designed specifically for WooWoo workspaces. It can be integrated within a language server to provide detailed analysis and support for WooWoo-specific syntax and semantics.

## Overview

The `wuff` analyzer is built using C++ and is configured to be built with CMake.

## Python Package

The `wuff` analyzer is available as a Python package. You can download and install it from PyPI by visiting [this link](https://pypi.org/project/wuff/#files).

### Local Installation

To install `wuff` locally for development or testing purposes, follow these steps:

1. **Clone the repository:**  
   First, obtain a copy of the source code by cloning the Git repository.
   ```bash
   git clone https://github.com/Magmi183/wuff.git
   cd wuff
   ```

2. **Install wuff**

   To install the package, run:

   ```bash
   pip install .
   ```
   This command installs `wuff` from the current directory using the setup configurations defined in `setup.py`.
