robotframework-stringformat 0.1.8
pip install robotframework-stringformat
Released:
String Formatter for Robot Framework
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: MIT License (MIT)
- Author: Chonlasith Jucksriporn
- Tags robot, framework
- Requires: Python >=2.6, <4
Classifiers
- Development Status
- Framework
- Intended Audience
- License
- Programming Language
- Topic
Project description
StringFormat is a string formatter for Robot Framework. This library is a python .format() wrapper.
Usage
*** Settings *** |
|||||
Library |
StringFormat |
||||
*** Test Cases *** |
|||||
Format Text |
|||||
${url}= |
Format String |
https://api.domain.com/users/{0}/sites/{1} |
paul |
internal |
|
Log To Console |
${url} |
Output
https://api.domain.com/users/paul/sites/internal
Supported Format
StringFormat library utilizes python str.format method to construct formatted string. The format spec depends on what version of python this library being executed on. See the following resources for detail.
License
Project details
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: MIT License (MIT)
- Author: Chonlasith Jucksriporn
- Tags robot, framework
- Requires: Python >=2.6, <4
Classifiers
- Development Status
- Framework
- Intended Audience
- License
- Programming Language
- Topic
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 Distributions
Built Distribution
Uploaded
Python 2
Python 3
File details
Details for the file robotframework_stringformat-0.1.8-py2.py3-none-any.whl
.
File metadata
- Download URL: robotframework_stringformat-0.1.8-py2.py3-none-any.whl
- Upload date:
- Size: 2.9 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 33869cf54e246257cdc40939b3799ece275ec63c239969a6b548497b0af7aa5b |
|
MD5 | 6598224b30fca9e9130727ebf6bdf9b7 |
|
BLAKE2b-256 | 3825f027743aa1c7db5336556cc08fb6d999de7cc79c3f61f934197ad961e692 |