Metadata-Version: 2.1
Name: nipcat
Version: 0.1.0
Summary: ip calculator
Author: walidsa3d
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: click (>=8.1.3,<9.0.0)
Requires-Dist: netifaces (>=0.11.0,<0.12.0)
Requires-Dist: rich (>=13.9.4,<14.0.0)
Description-Content-Type: text/markdown

<div align="center">
  <img src="./logo.png" alt="nipcat Logo" width="200">
  <h1>NipCat</h1>
  <p>TCP/IP Swiss Army Knife</p>
  <a href="https://github.com/walidsa3d/actions/workflows/test.yml">
    <img src="https://img.shields.io/github/actions/workflow/status/walidsa3d/nipcat/test.yml?branch=main&style=flat-square" alt="Test Status">
  </a>
  <a href="https://github.com/walidsa3d/nipcat/blob/main/LICENSE">
    <img src="https://img.shields.io/github/license/walidsa3d/nipcat?style=flat-square" alt="License">
  </a>
</div>

NipCat is a TCP/IP Swiss Army Knife.

## 🚀 Features


## Installation
```
pip install nipcat
```

## Usage
```
nipcat -i
nipcat 192.168.0.1/22
```

## 🧑‍💻 Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

## 📄 License
This project is licensed under the MIT License. See the LICENSE file for more details.



