Brainstorming package to manage string
Project description
pybrastr Readme 📜
Brainstorming package to manage string
Installation ⚡
Opérating system : Windows, MacOS & Linux :
pip install pybrainutils
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.2.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.2.tar.gz.
File metadata
- Download URL: pybrastr-0.1.2.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 |
b264d8f553b34117d236ca04893c7d2070713b1e9511b507be7491c25041be11
|
|
| MD5 |
90ce9f654b9f3e701f67e11ae1f6808f
|
|
| BLAKE2b-256 |
b3961a7a09281d0f8296044f264c546f718fade266c0b01a5b6c9335e1631d77
|
File details
Details for the file pybrastr-0.1.2-py3-none-any.whl.
File metadata
- Download URL: pybrastr-0.1.2-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 |
2f951b4aef2c4b4bee18a40f3ec409957f9bca6fa6313f8852a8f49931d42736
|
|
| MD5 |
fdb5a9b1485ac3b971606b17de2b9161
|
|
| BLAKE2b-256 |
b2f1b8d138c4ac79bbba99a05dd6575230daf9c75547acfbeeb841f6b3dd1cf6
|