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.3.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.3.tar.gz.
File metadata
- Download URL: pybrastr-0.1.3.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 |
c2eb12d4debb930602d24268c4ab75ca6ee8dcacb0a52def775ae68e5e5dca1e
|
|
| MD5 |
f7bdc40bbe7e35d7b4df8476042917bc
|
|
| BLAKE2b-256 |
8c41544e809bb37e771766a6844fd12f79f38010d081656e0b0bc72c57decbcd
|
File details
Details for the file pybrastr-0.1.3-py3-none-any.whl.
File metadata
- Download URL: pybrastr-0.1.3-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 |
ab5dbbfeae74a13757abbee23875c171e5e878e22af5963460288a51cf8b2ab1
|
|
| MD5 |
4662ef5dca8b371149a0727a1433d0bb
|
|
| BLAKE2b-256 |
c8c7d12912288929711b3f66ac626aaece2331827745468927b9c1390f2c4145
|