Skip to content

Commit

Permalink
deploy: 42159ef
Browse files Browse the repository at this point in the history
  • Loading branch information
eredotpkfr committed Dec 27, 2023
1 parent f5628bb commit 5839897
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 9 deletions.
Binary file modified .doctrees/environment.pickle
Binary file not shown.
Binary file modified .doctrees/pages/overview.doctree
Binary file not shown.
20 changes: 12 additions & 8 deletions pages/overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -193,22 +193,26 @@
<article role="main">
<section id="overview">
<h1>Overview<a class="headerlink" href="#overview" title="Permalink to this heading">#</a></h1>
<section id="fipv">
<h2>fipv<a class="headerlink" href="#fipv" title="Permalink to this heading">#</a></h2>
<a class="reference external image-reference" href="https://github.com/eredotpkfr/fipv/actions/workflows/python-package-test.yml"><img alt="Test" src="https://github.com/eredotpkfr/fipv/actions/workflows/python-package-test.yml/badge.svg" /></a>
<a class="reference external image-reference" href="https://pypi.org/project/fipv/"><img alt="PyPI" src="https://img.shields.io/pypi/v/fipv" /></a>
<a class="reference external image-reference" href="https://www.erdoganyoksul.com/fipv/"><img alt="Github Pages" src="https://img.shields.io/badge/github-pages-orange.svg" /></a>
<a class="reference external image-reference" href="https://img.shields.io/pypi/pyversions/fipv"><img alt="PyPI - Python Version" src="https://img.shields.io/pypi/pyversions/fipv" /></a>
<a class="reference external image-reference" href="https://opensource.org/licenses/MIT"><img alt="License: MIT" src="https://img.shields.io/badge/license-MIT-informational.svg" /></a>
<a class="reference external image-reference" href="https://github.com/eredotpkfr/fipv/stargazers"><img alt="Stars" src="https://img.shields.io/github/stars/eredotpkfr/fipv?style=social" /></a>
<p><code class="docutils literal notranslate"><span class="pre">fipv</span></code> (fast ip validator) stands out as a high-speed Python package meticulously built in C language. Essentially, it consolidates core IP address validation functions into a C-based implementation, ensuring unmatched speed compared to alternatives. Following C-based validator functions avaliable on this package:</p>
<section id="fipv">
<h2>fipv<a class="headerlink" href="#fipv" title="Permalink to this heading">#</a></h2>
<p>🚀 <strong>fipv (fast İP validator)</strong> fipv (fast ip validator) stands out as a high-speed Python package meticulously built in C language 🤙 It elegantly consolidates core IP address validation functions into a robust C-based implementation, ensuring unparalleled speed compared to alternatives</p>
<p>🎯 <strong>Key Features:</strong></p>
<ul class="simple">
<li><p>ipv4</p></li>
<li><p>ipv4_cidr</p></li>
<li><p>ipv6</p></li>
<li><p>ipv6_cidr</p></li>
<li><p><strong>ipv4</strong> - Validates IPv4 addresses</p></li>
<li><p><strong>ipv4_cidr</strong> - Validates IPv4 addresses with CIDR notation</p></li>
<li><p><strong>ipv6</strong> - Validates IPv6 addresses</p></li>
<li><p><strong>ipv6_cidr</strong> - Validates IPv6 addresses with CIDR notation</p></li>
</ul>
<p>Can be used on bulk IP data. You can find detailed test benchmark at below. Also see <a class="reference external" href="https://www.erdoganyoksul.com/fipv/">github pages</a> for full package reference and documentation.</p>
<p><strong>Efficiency and Performance:</strong>
The C-based implementation of <code class="docutils literal notranslate"><span class="pre">fipv</span></code> guarantees exceptional speed, making it a top choice for high-performance IP address validation in Python applications</p>
<p>📚 <strong>Documentation:</strong>
See <a class="reference external" href="https://www.erdoganyoksul.com/fipv/">github pages</a> for the documentation and package reference</p>
<section id="installation">
<h3>Installation<a class="headerlink" href="#installation" title="Permalink to this heading">#</a></h3>
<div class="highlight-sh notranslate"><div class="highlight"><pre><span></span>$<span class="w"> </span>pip3<span class="w"> </span>install<span class="w"> </span>fipv
Expand Down
Loading

0 comments on commit 5839897

Please sign in to comment.