Pakiet: python3-parse (1.6.6-0.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:
- [python-parse_1.6.6-0.1.dsc]
- [python-parse_1.6.6.orig.tar.gz]
- [python-parse_1.6.6-0.1.debian.tar.xz]
Opiekunowie:
- Cyril Bouthors (Strona QA)
- Arthur Vuillard (Strona QA)
- Cyril Bouthors (Strona QA)
- Cyril Bouthors (Strona QA)
Zasoby zewnętrzne:
- Strona internetowa [github.com]
Podobne pakiety:
Parse provides the reverse function for format(), Python3 package
Parse strings using a specification based on the Python format() syntax.
``parse()`` is the opposite of ``format()``
The module is set up to only export ``parse()``, ``search()`` and ``findall()`` when ``import *`` is used:
>>> from parse import *
From there it's a simple thing to parse a string:
>>> 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,) {}>
This is the Python 3 package
Inne pakiety związane z python3-parse
|
|
|
|
-
- dep: python3
- Interaktywny, wysokopoziomowy i obiektowy język programowania (domyślna wersja Python 3)
Pobieranie python3-parse
Architektura | Rozmiar pakietu | Rozmiar po instalacji | Pliki |
---|---|---|---|
all | 14,5 KiB | 69,0 KiB | [lista plików] |