Metadata-Version: 2.4
Name: NCapybaraLib
Version: 1.2.0
Summary: A small library with a bunch of functions and thingies I made for fun.
Author: NorbCodes
Project-URL: Github Repo, https://github.com/norbcodes/NCapybaraLib
Project-URL: Bug Tracker, https://github.com/norbcodes/NCapybaraLib/issues
Project-URL: Pull Requests, https://github.com/norbcodes/NCapybaraLib/pulls
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Natural Language :: English
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 5 - Production/Stable
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE.md
Dynamic: license-file

<table>
<tr>
<th><a href="#ncapy">NCapybaraLib</a></th>
<th><a href="https://pypi.org/project/NCapybaraLib/">On Pypi</a></th>
<th><a href="#download">Download</a></th>
<th><a href="#supported">Supported versions</a></th>
<th><a href="#usage">Usage</a></th>
<th><a href="#where">Where is this library used?</a></th>
</tr>
</table>
<a id="ncapy"></a>
<h1>NCapybaraLib</h1>
<p>
<img alt="License" src="https://img.shields.io/github/license/norbcodes/NCapybaraLib?label=License&color=red"></img>
<img alt="Downloads on Github" src="https://img.shields.io/github/downloads/norbcodes/NCapybaraLib/total?label=Downloads&color=darkblue"></img>
<img alt="Downloads on PyPi" src="https://img.shields.io/pypi/dm/NCapybaraLib?label=PyPi%20Downloads&color=orange"></img>
<img alt="Stars" src="https://img.shields.io/github/stars/norbcodes/NCapybaraLib?label=Stars&color=gold"></img>
<img alt="LatestRelease" src="https://img.shields.io/github/v/release/norbcodes/NCapybaraLib?label=Latest%20Release"></img>
</p>
<p>A small library with a bunch of functions and thingies I made for fun.<br>So far, there's nothing much, but it will grow as time goes.</p>
<p>Check out the library on <a href="https://pypi.org/project/NCapybaraLib/">PyPi</a>!</p>
<a id="download"></a>
<h1>Download</h1>
<p>
To download this library, run this command:<pre><code>pip install NCapybaraLib</code></pre>
This library <b>does not need any dependencies</b>.<br>
You can alternatively get the latest release <a href="https://github.com/norbcodes/NCapybaraLib/releases/latest">here</a>.<br>
Or you can clone the <a href="https://github.com/norbcodes/NCapybaraLib/tree/main">main</a> branch and build the library yourself.<br>
Main branch is the most up-to-date branch, so be careful when cloning dev branches.<br>
You can get the source code from the latest tag and built that, though.
<a id="supported"></a>
<h2>Supported versions</h2>
<table><tr><th>Python 3.12</th><th>Python 3.11</th></tr></table>
</p>
<a id="usage"></a>
<h1>Usage</h1>
<p>
NCapybaraLib is split into multiple <b>files</b>.<br>To import the 'String' submodule for example, do this:<pre><code>import NCapybaraLib.String</code></pre>
Or, you can import <b>everything</b> using this handy tool:<pre><code>import NCapybaraLib.All as NCapybaraLib</code></pre>
As the code above suggests, this imports <i>every class and object from the library</i>.<br>
I personally suggest you also name it just NCapybaraLib, so it looks a bit better.<br><br>
What you <b>shouldn't do</b> though, is:<pre><code>from NCapybaraLib.All import *</code></pre>
This will pollute your global scope with all of the NCapybaraLib functions/classes :)
</p>
<a id="where"></a>
<h1>Where is this library used?</h1>
<p>Hardly doubt it's used as of right now. <a href="https://github.com/search?q=NCapybaraLib+language%3APython+NOT+repo%3Anorbcodes%2FNCapybaraLib&type=code">Here are the results...</p>
