SkillAgentSearch skills...

Niapi

Toy project to showcase Litestar, HTMX, TailwindCSS. Network Information API

Install / Use

/learn @JacobCoffee/Niapi
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

<!-- markdownlint-disable --> <p align="center"> <img src="docs/images/SVG/Transparent/logo-thin.svg#gh-light-mode-only" alt="NIAPI Logo - Light" width="100%" height="auto" /> <img src="docs/images/SVG/Transparent/logo-dark-thin.svg#gh-dark-mode-only" alt="NIAPI Logo - Dark" width="100%" height="auto" /> </p> <!-- markdownlint-restore --> <div align="center"> <!-- prettier-ignore-start -->

| Project | | Status | |-----------|:----|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | CI/CD | | Latest Release ci Documentation Building CodeQL | | Package | | PyPI - Version PyPI - Support Python Versions | | Quality | | codecov Coverage Quality Gate Status Maintainability Rating Reliability Rating Security Rating Known Vulnerabilities | | Community | | Twitter | | Meta | | Litestar Framework linting - Ruff code style - Black types - Mypy License - MIT GitHub Sponsors |

SonarCloud

<!-- prettier-ignore-end --> </div>

niapi - Network Information API

Table of Contents

About

Installation

pip install niapi

Usage

Install the project:

pip install -e .

Run the project:

NOTE: From within the virtual environment

app run -r --debug

Using the CLI:

# via curl
➜ curl --request GET \
        --url 'http://0.0.0.0:8000/calculator/ip?ip=4.8.15.16&prefix=23' \
        --header 'Content-Type: application/json'
# via App CLI
# TODO
app calculate "10.248.15.39/29"

Using the API

  1. Browse to:

Related Skills

View on GitHub
GitHub Stars16
CategoryDevelopment
Updated5mo ago
Forks0

Languages

Python

Security Score

92/100

Audited on Oct 6, 2025

No findings