A Python package for native utilities.
Project description
NativeUts
Installation
pip install nativeUts
GitHub
https://github.com/ZdekPyPi/NativeUts
Usage
LIST - Exemplo de Uso
list.group
from nativeUts.list import *
a = [1, 2, 3, 4, 5, 6, 7]
print(a.group(3))
#[[1, 2, 3], [4, 5, 6], [7]]
NUMBER - Exemplo de Uso
float.numberToBr
from nativeUts.number import *
valor = 12345.678
print(valor.numberToBr())
#12.345,68
STRING - Exemplo de Uso
str.only_numbers
from nativeUts.string import *
print("abc123d4".only_numbers())
#1234
str.usToNumber
from nativeUts.string import *
print("12,345.67".usToNumber())
#12345.67
str.brToNumber
from nativeUts.string import *
print("R$ 12.345,67".brToNumber())
#12345.67
str.joinPath
from nativeUts.string import *
print("home/user".joinPath("docs", "file.txt"))
#home/user/docs/file.txt
str.joinUrl
from nativeUts.string import *
print("https://site.com".joinUrl("api", "v1"))
#https://site.com/api/v1
str.fileName
from nativeUts.string import *
print("/home/user/file.txt".fileName())
#file.txt
str.isEmail
from nativeUts.string import *
print("user@mail.com".isEmail())
#True
str.isLike
from nativeUts.string import *
print("AB123".isLike(r"[A-Z]{2}[0-9]{3}"))
#True
str.regx
from nativeUts.string import *
print("abc123xyz456".regx(r"\d+"))
#['123', '456']
Change Log
1.0.0 (2025-12-02)
- First Release
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file nativeuts-1.0.5.tar.gz.
File metadata
- Download URL: nativeuts-1.0.5.tar.gz
- Upload date:
- Size: 5.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
57e99640b8c01967ec1377ded99c326d82d023226388a5840dc324ae75b31914
|
|
| MD5 |
12583aca0da9cffa31c70df1abceb5c5
|
|
| BLAKE2b-256 |
6eb7a118f547e9187a242b717a3d71a50895be71e0bb4cd54a21c78b1e7e265e
|
Provenance
The following attestation bundles were made for nativeuts-1.0.5.tar.gz:
Publisher:
deploy.yml on ZdekPyPi/NativeUts
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
nativeuts-1.0.5.tar.gz -
Subject digest:
57e99640b8c01967ec1377ded99c326d82d023226388a5840dc324ae75b31914 - Sigstore transparency entry: 1244156897
- Sigstore integration time:
-
Permalink:
ZdekPyPi/NativeUts@0f31e58a902ca569e29c9683cd612b118aed8444 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/ZdekPyPi
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
deploy.yml@0f31e58a902ca569e29c9683cd612b118aed8444 -
Trigger Event:
push
-
Statement type:
File details
Details for the file nativeuts-1.0.5-py3-none-any.whl.
File metadata
- Download URL: nativeuts-1.0.5-py3-none-any.whl
- Upload date:
- Size: 6.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d44deb22f74ef61409791fef330c913bbeaef166e728b6cb32061e3ec8c30ba0
|
|
| MD5 |
28549daccd7c2c5b2d877e747e926c00
|
|
| BLAKE2b-256 |
8b34cb9502aba26452a13efdd9d7062bbb23b9e72194449da1c5b2df3ef402d4
|
Provenance
The following attestation bundles were made for nativeuts-1.0.5-py3-none-any.whl:
Publisher:
deploy.yml on ZdekPyPi/NativeUts
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
nativeuts-1.0.5-py3-none-any.whl -
Subject digest:
d44deb22f74ef61409791fef330c913bbeaef166e728b6cb32061e3ec8c30ba0 - Sigstore transparency entry: 1244156914
- Sigstore integration time:
-
Permalink:
ZdekPyPi/NativeUts@0f31e58a902ca569e29c9683cd612b118aed8444 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/ZdekPyPi
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
deploy.yml@0f31e58a902ca569e29c9683cd612b118aed8444 -
Trigger Event:
push
-
Statement type: