String Formatter for Robot Framework
Project description
# StringFormat for Robot Framework
StringFormat is a string formatter for Robot Framework. This library is a python .format() wrapper.
## Usage
## 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.
Python 2: https://docs.python.org/2/library/string.html#format-string-syntax
Python 3: https://docs.python.org/3.4/library/string.html#format-string-syntax
## License
MIT
Project details
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
Hashes for robotframework_stringformat-0.1.6-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 69e15cfa200700fa0d04ee01f83a2c519c810524015708cc8b04a14c518d83f4 |
|
MD5 | d527411046b48bbddae23e2f47009791 |
|
BLAKE2b-256 | 2fbd7d0c8547e1836208603e7c34becada9d720abf9509a42fe0b8851e487e58 |