Locale sv_SE¶
faker.providers.address
¶
-
class
faker.providers.address.sv_SE.
Provider
(generator: Any)¶ Bases:
faker.providers.address.Provider
-
address
() → str¶ Example: ‘791 Crist Parks, Sashabury, IL 86039-9874’ Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.address() ... 'Storstigen 64\n35938 Jönköping' 'Kyrkgatan 1\n77815 Trelleborg' 'Åkerstigen 08\n81609 Södertälje' 'Aspstigen 328\n81158 Växjö' 'Fabriksstigen 989\n67196 Halmstad'
-
administrative_unit
() → str¶ Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.administrative_unit() ... 'Värmlands län' 'Örebro län' 'Uppsala län' 'Blekinge län' 'Gävleborgs län'
-
building_number
() → str¶ Example: ‘791’ Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.building_number() ... '60' '87' '47' '93' '2'
-
city
() → str¶ Example: ‘Sashabury’ Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.city() ... 'Kalmar' 'Eskilstuna' 'Falun' 'Skellefteå' 'Karlskoga'
-
city_name
() → str¶ Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.city_name() ... 'Borlänge' 'Kalmar' 'Malmö' 'Eskilstuna' 'Lidingö'
-
city_suffix
() → str¶ Example: ‘town’ Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.city_suffix() ... 'Ville' 'Ville' 'Ville' 'Ville' 'Ville'
-
country
() → str¶ Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.country() ... 'Turkmenistan' 'Kenya' 'Sri Lanka' 'Vatikanstaten' 'Kuba'
-
country_code
(representation: str = 'alpha-2') → str¶ Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.country_code() ... 'MV' 'PS' 'NL' 'BB' 'IL'
-
current_country
() → str¶ Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.current_country() ... 'Sweden' 'Sweden' 'Sweden' 'Sweden' 'Sweden'
-
current_country_code
() → str¶ Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.current_country_code() ... 'SE' 'SE' 'SE' 'SE' 'SE'
-
postcode
() → str¶ Example: 86039-9874 Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.postcode() ... '86048' '44759' '54219' '84115' '45659'
-
state
() → str¶ Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.state() ... 'Värmlands län' 'Örebro län' 'Uppsala län' 'Blekinge län' 'Gävleborgs län'
-
street_address
() → str¶ Example: ‘791 Crist Parks’ Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.street_address() ... 'Järnvägsvägen 7' 'Industrivägen 3' 'Skogstorget 948' 'Skolgränd 578' 'Skolvägen 3'
-
street_name
() → str¶ Example: ‘Crist Parks’ Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.street_name() ... 'Furuvägen' 'Storstigen' 'Strandtorget' 'Industrivägen' 'Ängsgatan'
-
street_prefix
() → str¶ Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.street_prefix() ... 'Åker' 'Strand' 'Furu' 'Bäck' 'Skol'
-
street_suffix
() → str¶ Example: ‘Avenue’ Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.street_suffix() ... 'torget' 'vägen' 'torget' 'vägen' 'gatan'
-
faker.providers.automotive
¶
-
class
faker.providers.automotive.sv_SE.
Provider
(generator: Any)¶ Bases:
faker.providers.automotive.Provider
Implement automotive provider for
sv_SE
locale.Sources:
- https://en.wikipedia.org/wiki/Vehicle_registration_plates_of_Sweden
- https://www.transportstyrelsen.se/en/road/Vehicles/license-plates/
-
license_plate
() → str¶ Generate a license plate.
Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.license_plate() ... 'YNB 87I' 'ZJP 93L' 'JEY 194' 'JDX 157' 'LNK 938'
-
vin
() → str¶ Generate vin number.
Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.vin() ... 'RT3GZYSKXXNDZ9J97' 'G0K75MX77NULDXVG4' '16S1YMFL25CEF0V66' 'LZY7KJ8M0DJV6RLFJ' 'BCB3GX5649036SHFD'
faker.providers.company
¶
-
class
faker.providers.company.sv_SE.
Provider
(generator: Any)¶ Bases:
faker.providers.company.Provider
-
bs
() → str¶ Example: ‘integrate extensible convergence’ Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.bs() ... 'iterate integrated e-markets' 'integrate back-end mindshare' 'synthesize wireless content' 'syndicate synergistic applications' 'productize killer mindshare'
-
catch_phrase
() → str¶ Example: ‘Robust full-range hub’ Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.catch_phrase() ... 'Networked well-modulated instruction set' 'Balanced empowering migration' 'Pre-emptive impactful toolset' 'Innovative mission-critical help-desk' 'Reduced didactic middleware'
-
company
() → str¶ Example: ‘Acme Ltd’ Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.company() ... 'Nordin Johansson HB' 'Jonsson & Strand HB' 'Höglund Rosén AB' 'Björkman & Blom AB' 'Olsson & Åberg AB'
-
company_suffix
() → str¶ Example: ‘Ltd’ Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.company_suffix() ... 'HB' 'HB' 'AB' 'HB' 'HB'
-
faker.providers.currency
¶
-
class
faker.providers.currency.sv_SE.
Provider
(generator: Any)¶ Bases:
faker.providers.currency.Provider
-
cryptocurrency
() → Tuple[str, str]¶ Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.cryptocurrency() ... ('XRP', 'Ripple') ('STC', 'SwiftCoin') ('BC', 'BlackCoin') ('NXT', 'Nxt') ('IOTA', 'IOTA')
-
cryptocurrency_code
() → str¶ Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.cryptocurrency_code() ... 'XRP' 'STC' 'BC' 'NXT' 'IOTA'
-
cryptocurrency_name
() → str¶ Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.cryptocurrency_name() ... 'Ripple' 'SwiftCoin' 'BlackCoin' 'Nxt' 'IOTA'
-
currency
() → Tuple[str, str]¶ Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.currency() ... ('MWK', 'Kwacha') ('NOK', 'Norwegian Krone') ('BAM', 'Konvertibel Mark') ('INR', 'Indisk Rupie') ('SLL', 'Leone')
-
currency_code
() → str¶ Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.currency_code() ... 'MWK' 'NOK' 'BAM' 'INR' 'SLL'
-
currency_name
() → str¶ Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.currency_name() ... 'Kwacha' 'Norwegian Krone' 'Konvertibel Mark' 'Indisk Rupie' 'Leone'
-
currency_symbol
(code: Optional[str] = None) → str¶ Example: $ Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.currency_symbol() ... '$' '$' 'KM' 'kr' 'L'
-
pricetag
() → str¶ Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.pricetag() ... 'MWK\xa05,048.76' 'RWF\xa0593.82' 'COU\xa09.48' 'VEF\xa064.11' 'RSD\xa091,565.93'
-
faker.providers.internet
¶
-
class
faker.providers.internet.sv_SE.
Provider
(generator: Any)¶ Bases:
faker.providers.internet.Provider
-
ascii_company_email
() → str¶ Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.ascii_company_email() ... 'anordin@fredriksson.net' 'susanne59@karlsson.com' 'lindgrenkarl@wallin.se' 'nilssonmarianne@henriksson.net' 'dagny38@johansson.com'
-
ascii_email
() → str¶ Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.ascii_email() ... 'gandersson@googlemail.com' 'susanne59@gmail.com' 'georg19@aberg.se' 'sandberggudrun@knutsson.se' 'qpetersson@telia.com'
-
ascii_free_email
() → str¶ Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.ascii_free_email() ... 'anordin@telia.com' 'susanne76@yahoo.de' 'susanne59@gmail.com' 'larsnord@live.se' 'viktoria89@gmail.com'
-
ascii_safe_email
() → str¶ Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.ascii_safe_email() ... 'anordin@example.org' 'susanne76@example.com' 'nhoglund@example.net' 'larsnord@example.net' 'viktoria89@example.org'
-
company_email
() → str¶ Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.company_email() ... 'anordin@fredriksson.net' 'susanne59@karlsson.com' 'lindgrenkarl@wallin.se' 'nilssonmarianne@henriksson.net' 'dagny38@johansson.com'
-
dga
(year: Optional[int] = None, month: Optional[int] = None, day: Optional[int] = None, tld: Optional[str] = None, length: Optional[int] = None) → str¶ Generates a domain name by given date https://en.wikipedia.org/wiki/Domain_generation_algorithm
Return type: str Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.dga() ... 'hxqvaffcmfsccynscisxeajjagjahtnfcmfsccynscisxeajjagjahtnfcmfscc.se' 'meydkrgdcvulautulqvjofrrnbjkfmvrewtpfttqcjafdhxckmyfamohcpnldug.se' 'iiulfpgbvqcdaehnqkbxmaqgkykorlxnwy.se' 'cpyhexmtvewxpwiiaxtgdfajuhbsyaaykvgkgreki.com' 'uqniukqjckmjabijnuqho.com'
-
domain_name
(levels: int = 1) → str¶ Produce an Internet domain name with the specified number of subdomain levels.
>>> domain_name() nichols-phillips.com >>> domain_name(2) williamson-hopkins.jackson.com
Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.domain_name() ... 'nordin.org' 'strand.se' 'rosen.se' 'nord.com' 'bengtsson.org'
-
domain_word
() → str¶ Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.domain_word() ... 'nordin' 'jonsson' 'hoglund' 'bjorkman' 'olsson'
-
email
(safe: bool = True, domain: Optional[str] = None) → str¶ Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.email() ... 'anordin@example.org' 'susanne76@example.com' 'nhoglund@example.net' 'larsnord@example.net' 'viktoria89@example.org'
-
free_email
() → str¶ Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.free_email() ... 'anordin@telia.com' 'susanne76@yahoo.de' 'susanne59@gmail.com' 'larsnord@live.se' 'viktoria89@gmail.com'
-
free_email_domain
() → str¶ Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.free_email_domain() ... 'yahoo.de' 'googlemail.com' 'yahoo.de' 'googlemail.com' 'telia.com'
-
hostname
(levels: int = 1) → str¶ Produce a hostname with specified number of subdomain levels.
>>> hostname() db-01.nichols-phillips.com >>> hostname(0) laptop-56 >>> hostname(2) web-12.williamson-hopkins.jackson.com
Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.hostname() ... 'web-66.fredriksson.net' 'web-47.larsson.se' 'srv-19.aberg.se' 'db-15.knutsson.se' 'lt-77.fredriksson.com'
-
http_method
() → str¶ Returns random HTTP method https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods
Return type: str Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.http_method() ... 'OPTIONS' 'OPTIONS' 'GET' 'DELETE' 'PATCH'
-
iana_id
() → str¶ Returns IANA Registrar ID https://www.iana.org/assignments/registrar-ids/registrar-ids.xhtml
Return type: str Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.iana_id() ... '6463344' '7056021' '679216' '4343903' '8577767'
-
image_url
(width: Optional[int] = None, height: Optional[int] = None, placeholder_url: Optional[str] = None) → str¶ Returns URL to placeholder image Example: http://placehold.it/640x480
Parameters: - width – Optional image width
- height – Optional image height
- placeholder_url – Optional template string of image URLs from custom
placeholder service. String must contain
{width}
and{height}
placeholders, eg:https:/example.com/{width}/{height}
.
Return type: Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.image_url() ... 'https://picsum.photos/788/861' 'https://dummyimage.com/530x995' 'https://dummyimage.com/621x976' 'https://dummyimage.com/447x285' 'https://placekitten.com/286/194'
-
ipv4
(network: bool = False, address_class: Optional[str] = None, private: Optional[str] = None) → str¶ Returns a random IPv4 address or network with a valid CIDR.
Parameters: - network – Network address
- address_class – IPv4 address class (a, b, or c)
- private – Public or private
Returns: IPv4
Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.ipv4() ... '171.174.170.81' '95.25.112.121' '51.105.121.194' '195.110.164.126' '141.250.247.54'
-
ipv4_network_class
() → str¶ Returns a IPv4 network class ‘a’, ‘b’ or ‘c’.
Returns: IPv4 network class Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.ipv4_network_class() ... 'b' 'b' 'a' 'b' 'c'
-
ipv4_private
(network: bool = False, address_class: Optional[str] = None) → str¶ Returns a private IPv4.
Parameters: - network – Network address
- address_class – IPv4 address class (a, b, or c)
Returns: Private IPv4
Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.ipv4_private() ... '172.29.117.82' '10.248.203.131' '172.25.180.188' '172.22.253.123' '192.168.71.140'
-
ipv4_public
(network: bool = False, address_class: Optional[str] = None) → str¶ Returns a public IPv4 excluding private blocks.
Parameters: - network – Network address
- address_class – IPv4 address class (a, b, or c)
Returns: Public IPv4
Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.ipv4_public() ... '166.186.169.69' '111.198.92.30' '168.155.75.206' '141.250.247.54' '212.120.204.37'
-
ipv6
(network: bool = False) → str¶ Produce a random IPv6 address or network with a valid CIDR
Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.ipv6() ... 'e3e7:682:c209:4cac:629f:6fbf:d82c:7cd' 'f728:b4fa:4248:5e3a:a5d:2f35:6baa:9455' 'eb11:67b3:67a9:c378:7c65:c1e6:82e2:e662' 'f7c1:bd87:4da5:e709:d471:3d61:c8a7:639' 'e443:df78:9558:867f:5ba9:1fb0:7a02:4204'
-
mac_address
() → str¶ Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.mac_address() ... 'c5:d7:14:84:f8:cf' '9b:f4:b7:6f:47:90' '47:30:80:4b:9e:32' '25:a9:f1:33:b5:de' 'a1:68:f4:e2:85:1f'
-
nic_handle
(suffix: str = 'FAKE') → str¶ Returns NIC Handle ID https://www.apnic.net/manage-ip/using-whois/guide/person/
Return type: str Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.nic_handle() ... 'ZYT1598-FAKE' 'SIW493-FAKE' 'UE59352-FAKE' 'WBUN892-FAKE' 'CHQD98-FAKE'
-
nic_handles
(count: int = 1, suffix: str = '????') → List[str]¶ Returns NIC Handle ID list
Return type: list[str] Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.nic_handles() ... ['ZYT1598-EWLN'] ['WGNZ53-QITZ'] ['UERV52-EJGW'] ['CHQ498-DZJA'] ['UU1864-TEMK']
-
port_number
(is_system: bool = False, is_user: bool = False, is_dynamic: bool = False) → int¶ Returns a network port number https://tools.ietf.org/html/rfc6335
Parameters: - is_system – System or well-known ports
- is_user – User or registered ports
- is_dynamic – Dynamic / private / ephemeral ports
Return type: Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.port_number() ... 50494 55125 5306 33936 63691
-
ripe_id
() → str¶ Returns RIPE Organization ID https://www.ripe.net/manage-ips-and-asns/db/support/organisation-object-in-the-ripe-database
Return type: str Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.ripe_id() ... 'ORG-ZYT1598-RIPE' 'ORG-SIW493-RIPE' 'ORG-UE59352-RIPE' 'ORG-WBUN892-RIPE' 'ORG-CHQD98-RIPE'
-
safe_domain_name
() → str¶ Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.safe_domain_name() ... 'example.com' 'example.com' 'example.org' 'example.com' 'example.net'
-
safe_email
() → str¶ Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.safe_email() ... 'anordin@example.org' 'susanne76@example.com' 'nhoglund@example.net' 'larsnord@example.net' 'viktoria89@example.org'
-
slug
(value: Optional[str] = None) → str¶ Django algorithm
Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.slug() ... 'molestiae-nihil' 'facilis-quaerat' 'necessitatibus' 'perferendis-magnam' 'esse-quae-deserunt'
-
tld
() → str¶ Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.tld() ... 'net' 'net' 'com' 'se' 'org'
-
uri
() → str¶ Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.uri() ... 'https://www.svensson.org/tags/list/login/' 'https://www.lindgren.com/post/' 'http://knutsson.se/' 'https://fredriksson.com/list/blog/posts/about.html' 'https://nilsson.se/wp-content/posts/main/login.jsp'
-
uri_extension
() → str¶ Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.uri_extension() ... '.php' '.php' '.html' '.htm' '.asp'
-
uri_page
() → str¶ Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.uri_page() ... 'author' 'category' 'privacy' 'category' 'index'
-
uri_path
(deep: Optional[int] = None) → str¶ Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.uri_path() ... 'posts/tag' 'explore/tag' 'explore/category' 'blog' 'category'
-
url
(schemes: Optional[List[str]] = None) → str¶ Parameters: schemes – a list of strings to use as schemes, one will chosen randomly. If None, it will generate http and https urls. Passing an empty list will result in schemeless url generation like “://domain.com”. Returns: a random url string. Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.url() ... 'https://fredriksson.net/' 'https://larsson.se/' 'http://www.olsson.se/' 'http://www.henriksson.net/' 'https://www.jonsson.com/'
-
user_name
() → str¶ Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.user_name() ... 'anordin' 'fredrikssonangelica' 'tstrand' 'nhoglund' 'larsnord'
-
faker.providers.person
¶
-
class
faker.providers.person.sv_SE.
Provider
(generator: Any)¶ Bases:
faker.providers.person.Provider
-
first_name
() → str¶ Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.first_name() ... 'Margareta' 'Johanna' 'Rolf' 'Karl' 'Angelica'
-
first_name_female
() → str¶ Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.first_name_female() ... 'Monica' 'Maria' 'Hillevi' 'Elisabet' 'Johanna'
-
first_name_male
() → str¶ Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.first_name_male() ... 'Rolf' 'Patrik' 'Jan' 'Ernst' 'Karl'
-
first_name_nonbinary
() → str¶ Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.first_name_nonbinary() ... 'Margareta' 'Johanna' 'Rolf' 'Karl' 'Angelica'
-
language_name
() → str¶ Generate a random i18n language name (e.g. English).
Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.language_name() ... 'Luba-Katanga' 'Malay' 'Aymara' 'Interlingue' 'Quechua'
-
last_name
() → str¶ Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.last_name() ... 'Persson' 'Nordin' 'Johansson' 'Fredriksson' 'Karlsson'
-
last_name_female
() → str¶ Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.last_name_female() ... 'Persson' 'Nordin' 'Johansson' 'Fredriksson' 'Karlsson'
-
last_name_male
() → str¶ Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.last_name_male() ... 'Persson' 'Nordin' 'Johansson' 'Fredriksson' 'Karlsson'
-
last_name_nonbinary
() → str¶ Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.last_name_nonbinary() ... 'Persson' 'Nordin' 'Johansson' 'Fredriksson' 'Karlsson'
-
name
() → str¶ Example: ‘John Doe’ Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.name() ... 'Patrik Johansson' 'Urban Jonsson' 'Valdemar Höglund' 'Jenny Gustafsson' 'Lilly Forslund'
-
name_female
() → str¶ Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.name_female() ... 'Maria Johansson' 'Vera Jonsson' 'Veronica Höglund' 'Jenny Gustafsson' 'Lilly Forslund'
-
name_male
() → str¶ Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.name_male() ... 'Patrik Johansson' 'Urban Jonsson' 'Valdemar Höglund' 'Karl Gustafsson' 'Lennart Forslund'
-
name_nonbinary
() → str¶ Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.name_nonbinary() ... 'Patrik Johansson' 'Urban Jonsson' 'Valdemar Höglund' 'Jenny Gustafsson' 'Lilly Forslund'
-
prefix
() → str¶ Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.prefix() ... '' '' '' '' ''
-
prefix_female
() → str¶ Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.prefix_female() ... '' '' '' '' ''
-
prefix_male
() → str¶ Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.prefix_male() ... '' '' '' '' ''
-
prefix_nonbinary
() → str¶ Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.prefix_nonbinary() ... '' '' '' '' ''
-
suffix
() → str¶ Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.suffix() ... '' '' '' '' ''
-
suffix_female
() → str¶ Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.suffix_female() ... '' '' '' '' ''
-
suffix_male
() → str¶ Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.suffix_male() ... '' '' '' '' ''
-
suffix_nonbinary
() → str¶ Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.suffix_nonbinary() ... '' '' '' '' ''
-
faker.providers.phone_number
¶
-
class
faker.providers.phone_number.sv_SE.
Provider
(generator: Any)¶ Bases:
faker.providers.phone_number.Provider
-
country_calling_code
() → str¶ Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.country_calling_code() ... '+687' '+595' '+880' '+964' '+41'
-
msisdn
() → str¶ https://en.wikipedia.org/wiki/MSISDN
Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.msisdn() ... '6048764759382' '2194892411578' '5659387784080' '6097535139332' '1158714841858'
-
phone_number
() → str¶ Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.phone_number() ... '060-487 64 75' '0382-421 94' '0924-11 57 81' '08-65 93 87' '084-08 01 60'
-
faker.providers.ssn
¶
-
class
faker.providers.ssn.sv_SE.
Provider
(generator: Any)¶ Bases:
faker.providers.ssn.Provider
-
org_and_vat_id
(long: bool = False, dash: bool = True) → Tuple[str, str]¶ Returns matching Org ID and VAT number
Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.org_and_vat_id() ... ('767305-2655', 'SE16767305265501') ('988251-9409', 'SE16988251940901') ('748145-5975', 'SE16748145597501') ('138417-2886', 'SE16138417288601') ('123279-8189', 'SE16123279818901')
-
org_id
(long: bool = False, dash: bool = True) → str¶ Returns a 10 or 12 digit Organisation ID for a Swedish company. (In Swedish) https://sv.wikipedia.org/wiki/Organisationsnummer
Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.org_id() ... '767305-2655' '888251-9401' '948145-5971' '838417-2881' '523279-8180'
-
ssn
(min_age: int = 18, max_age: int = 90, long: bool = False, dash: bool = True) → str¶ Returns a 10 or 12 (long=True) digit Swedish SSN, “Personnummer”.
It consists of 10 digits in the form (CC)YYMMDD-SSSQ, where YYMMDD is the date of birth, SSS is a serial number and Q is a control character (Luhn checksum).
Specifying dash=False will give a purely numeric string, suitable for writing direct to databases.
http://en.wikipedia.org/wiki/Personal_identity_number_(Sweden)
Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.ssn() ... '701219-7765' '671018-0412' '820419-9882' '590829-4977' '690314-9406'
-
vat_id
() → str¶ http://ec.europa.eu/taxation_customs/vies/faq.html#item_11 :return: A random Swedish VAT ID, based on a valid Org ID
Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.vat_id() ... 'SE16167305265801' 'SE16288251940401' 'SE16648145597701' 'SE16338417288201' 'SE16123279818901'
-