[ Pakiet źródłowy: python-parse ]
Pakiet: python3-parse (1.20.2-1)
Odnośniki dla python3-parse
Zasoby systemu Debian:
- Raporty o błędach
- Developer Information
- Dziennik zmian w systemie Debian
- Informacje nt. praw autorskich
- Śledzenie łatek systemu Debian
Pobieranie pakietu źródłowego python-parse:
Opiekun:
Zasoby zewnętrzne:
- Strona internetowa [github.com]
Podobne pakiety:
Provide the reverse function for format(), Python 3 package
Parse strings using a specification based on the Python format() syntax. parse() is the opposite of format(). For example:
>>> parse("It's {}, I love it!", "It's spam, I love it!") <Result ('spam',) {}> >>> _[0] 'spam'
Or to search a string for some pattern:
>>> search('Age: {:d}\n', 'Name: Rufus\nAge: 42\nColor: red\n') <Result (42,) {}>
Inne pakiety związane z python3-parse
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
Pobieranie python3-parse
Architektura | Rozmiar pakietu | Rozmiar po instalacji | Pliki |
---|---|---|---|
all | 26,1 KiB | 86,0 KiB | [lista plików] |