Brainstorming package to manage string
Project description
pybrastr Readme 📜
Brainstorming package to manage string
Installation ⚡
Opérating system : Windows, MacOS & Linux :
Available function/class 📑
quotedStr : Add simple quote at begin and end of string.
dblQuotedStr : Add double quote at begin and end of string.
strToIntDef : Convert str value to integer with default value if str is not an integer.
How to use 📰
impport pybrastr
txt = 'BRAIN'
txt2 = pybrastr.quotedStr(txt)
txt3 = pybrastr.dblQuotedStr(txt2)
int1 = pybrastr.strToIntDef(txt, 10)
print(txt3 + ' ' + txt2 + ' ' + str(int1))
print(pybrastr.version())
Meta 💬
Brainstorming – Support.erp@brainstorming.eu
Distributed under the MIT license. See LICENSE for more information.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pybrastr-0.1.4.tar.gz
(2.4 kB
view details)
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 pybrastr-0.1.4.tar.gz.
File metadata
- Download URL: pybrastr-0.1.4.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.10.11 Windows/10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9190c1ba7fec831db65f2e85389cd81258ea7f08b159b0ad3f0f18aa7dbe029c
|
|
| MD5 |
b75a2471cdb514e8f8eb4b4503cfb6d2
|
|
| BLAKE2b-256 |
5cdfd94de928d06ee9c31e8caea7057c015b7de6f880e993dad0914593c5cb8f
|
File details
Details for the file pybrastr-0.1.4-py3-none-any.whl.
File metadata
- Download URL: pybrastr-0.1.4-py3-none-any.whl
- Upload date:
- Size: 3.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.10.11 Windows/10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1109dbf40a299ffd3669e0629370d43223846fc38cc17af1e576f8a0d2aa146c
|
|
| MD5 |
686051186cf12b8495ef734eaa3ec398
|
|
| BLAKE2b-256 |
7f3cba1762a1d922f052c49448fd9db0a32691194795a550dc24c6f1caa12d47
|