bgparsers package

Submodules

bgparsers.selector module

bgparsers.utils module

bgparsers.utils.chunkizator(iterable, size=1000)[source]

Creates chunks from an iterable

Args:
iterable: size (int): elements in the chunk
Returns:
list. Chunk
bgparsers.utils.dequote(s)[source]

If a string has single or double quotes around it, remove them. Make sure the pair of quotes match. If a matching pair of quotes is not found, return the string unchanged.

Module contents