Locale pt_PT¶
faker.providers.address¶
-
class
faker.providers.address.pt_PT.Provider(generator)¶ Bases:
faker.providers.address.Provider-
address()¶ :example ‘791 Crist Parks, Sashabury, IL 86039-9874’
Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.address() ... 'R. Laura Gomes, 84\n3824-219 Évora' 'Avenida de Assunção, S/N\n5781-565 Vendas Novas' 'R. da Circunvalação, 20\n6097-535 Amarante' "Avenida de Nun'Álvares Pereira, S/N\n8714-841 São Mamede de Infesta" 'Travessa de Jesus, 66\n4232-094 Aveiro'
-
building_number()¶ :example ‘791’
Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.building_number() ... '560' '576' '459' '34' '59'
-
city()¶ :example ‘Sashabury’
Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.city() ... 'Santo Tirso' 'Faro' 'Loures' 'Fátima' 'Pinhel'
-
city_name()¶ :example ‘Amora’
Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.city_name() ... 'Tomar' 'Santo Tirso' 'Maia' 'Faro' 'Olhão'
-
city_suffix()¶ :example ‘town’
Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.city_suffix() ... 'Ville' 'Ville' 'Ville' 'Ville' 'Ville'
-
concelho()¶ :example ‘Tondela’
Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.concelho() ... 'Tabuaço' 'Santana' 'Mação' 'Constância' 'Monforte'
-
country()¶ Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.country() ... 'Síria' 'República Centro-Africana' 'Ilhas Cook' 'Egipto' 'Jordânia'
-
country_code(representation='alpha-2')¶ Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.country_code() ... 'ZW' 'TO' 'LB' 'FI' 'MV'
-
distrito()¶ :example ‘Bragança’
Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.distrito() ... 'Viana do Castelo' 'Santarém' 'Faro' 'Castelo Branco' 'Leiria'
-
freguesia()¶ :example ‘Miranda do Douro’
Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.freguesia() ... 'Tábua' 'Santa Marta de Penaguião' 'Lousada' 'Condeixa-a-Nova' 'Monforte'
-
place_name()¶ :example “do Pombal”
Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.place_name() ... 'do Bolhão' 'de Viterbo de Campos' 'Maestro Ivo Cruz' 'Maria da Luz Ponces de Carvalho' 'do Prof. Hernâni Monteiro'
-
postcode()¶ :example 86039-9874
Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.postcode() ... '6048-764' '5938-242' '9489-241' '5781-565' '3877-840'
-
street_address()¶ :example ‘791 Crist Parks’
Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.street_address() ... 'Rua Maria da Luz Ponces de Carvalho, 56' 'Praça Dinis Barros, S/N' 'Praça de Fernão de Magalhães, 39' 'Praça de Nascimento, 61' 'Praça de Valente, 58'
-
street_name()¶ :example ‘Crist Parks’
Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.street_name() ... 'Alameda Maestro Ivo Cruz' 'Travessa Isaac Pinho' 'Rua Luísa Sousa' 'R. de Paiva' 'R. de Sousa'
-
street_prefix()¶ :example ‘Rua’
Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.street_prefix() ... 'Alameda' 'Alameda' 'Rua' 'R.' 'Travessa'
-
street_suffix()¶ :example ‘Avenue’
Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.street_suffix() ... 'Street' 'Street' 'Street' 'Street' 'Street'
-
faker.providers.automotive¶
-
class
faker.providers.automotive.pt_PT.Provider(generator)¶ Bases:
faker.providers.automotive.ProviderImplement automotive provider for
pt_PTlocale.Sources:
-
license_plate()¶ Generate a license plate.
Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.license_plate() ... 'TK-64-GN' 'JX-21-FD' 'GX-92-41' 'XR-78-15' '87-PX-78'
-
faker.providers.bank¶
-
class
faker.providers.bank.pt_PT.Provider(generator)¶ Bases:
faker.providers.bank.ProviderImplement bank provider for
pt_PTlocale.-
bank_country()¶ Generate the bank provider’s ISO 3166-1 alpha-2 country code.
Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.bank_country() ... 'PT' 'PT' 'PT' 'PT' 'PT'
-
bban()¶ Generate a Basic Bank Account Number (BBAN).
Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.bban() ... '660487647593824219489' '241157815659387784080' '160975351393328711587' '148418583989471965934' '232094711220186848339'
-
iban()¶ Generate an International Bank Account Number (IBAN).
Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.iban() ... 'PT07660487647593824219489' 'PT82241157815659387784080' 'PT39160975351393328711587' 'PT82148418583989471965934' 'PT09232094711220186848339'
-
swift(length=None, primary=None, use_dataset=False)¶ Generate a SWIFT code.
SWIFT codes, reading from left to right, are composed of a 4 alphabet character bank code, a 2 alphabet character country code, a 2 alphanumeric location code, and an optional 3 alphanumeric branch code. This means SWIFT codes can only have 8 or 11 characters, so the value of
lengthcan only beNoneor the integers8or11. If the value isNone, then a value of8or11will randomly be assigned.Because all 8-digit SWIFT codes already refer to the primary branch or office, the
primaryargument only has an effect if the value oflengthis11. IfprimaryisTrueandlengthis11, the 11-digit SWIFT codes generated will always end in'XXX'to denote that they belong to primary branches/offices.For extra authenticity, localized providers may opt to include SWIFT bank codes, location codes, and branch codes used in their respective locales. If
use_datasetisTrue, this method will generate SWIFT codes based on those locale-specific codes if included. If those codes were not included, then it will behave as ifuse_datasetwereFalse, and in that mode, all those codes will just be randomly generated as per the specification.Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.swift() ... 'TKGNPTO2KRV' 'NHTQPTJ6936' 'SXRMPTDP' 'XZMWPTJ2TAZ' 'VRAMPT5I'
>>> Faker.seed(0) >>> for _ in range(5): ... fake.swift(length=8) ... 'VTKGPTSO' 'UHMPPT6S' 'HTQGPT69' 'VXISPT6Y' 'MCLPPT68'
>>> Faker.seed(0) >>> for _ in range(5): ... fake.swift(length=8, use_dataset=True) ... 'VTKGPTSO' 'UHMPPT6S' 'HTQGPT69' 'VXISPT6Y' 'MCLPPT68'
>>> Faker.seed(0) >>> for _ in range(5): ... fake.swift(length=11) ... 'VTKGPTSO2KR' 'PXNHPT1WJ69' 'VXISPT6YQDP' 'PXZMPT5J2TA' 'SKVRPTAR5IL'
>>> Faker.seed(0) >>> for _ in range(5): ... fake.swift(length=11, primary=True) ... 'VTKGPTSOXXX' 'UHMPPT6SXXX' 'HTQGPT69XXX' 'VXISPT6YXXX' 'MCLPPT68XXX'
>>> Faker.seed(0) >>> for _ in range(5): ... fake.swift(length=11, use_dataset=True) ... 'VTKGPTSO2KR' 'PXNHPT1WJ69' 'VXISPT6YQDP' 'PXZMPT5J2TA' 'SKVRPTAR5IL'
>>> Faker.seed(0) >>> for _ in range(5): ... fake.swift(length=11, primary=True, use_dataset=True) ... 'VTKGPTSOXXX' 'UHMPPT6SXXX' 'HTQGPT69XXX' 'VXISPT6YXXX' 'MCLPPT68XXX'
-
swift11(primary=None, use_dataset=False)¶ Generate an 11-digit SWIFT code.
This method uses
swift()under the hood with thelengthargument set to11. Ifprimaryis set toTrue, the SWIFT code will always end with'XXX'. All 11-digit SWIFT codes use this convention to refer to the primary branch/office.Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.swift11() ... 'VTKGPTSO2KR' 'PXNHPT1WJ69' 'VXISPT6YQDP' 'PXZMPT5J2TA' 'SKVRPTAR5IL'
>>> Faker.seed(0) >>> for _ in range(5): ... fake.swift11(use_dataset=True) ... 'VTKGPTSO2KR' 'PXNHPT1WJ69' 'VXISPT6YQDP' 'PXZMPT5J2TA' 'SKVRPTAR5IL'
-
swift8(use_dataset=False)¶ Generate an 8-digit SWIFT code.
This method uses
swift()under the hood with thelengthargument set to8and with theprimaryargument omitted. All 8-digit SWIFT codes already refer to the primary branch/office.Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.swift8() ... 'VTKGPTSO' 'UHMPPT6S' 'HTQGPT69' 'VXISPT6Y' 'MCLPPT68'
>>> Faker.seed(0) >>> for _ in range(5): ... fake.swift8(use_dataset=True) ... 'VTKGPTSO' 'UHMPPT6S' 'HTQGPT69' 'VXISPT6Y' 'MCLPPT68'
-
faker.providers.company¶
-
class
faker.providers.company.pt_PT.Provider(generator)¶ Bases:
faker.providers.company.Provider-
bs()¶ :example ‘integrate extensible convergence’
Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.bs() ... 'generate enterprise technologies' 'incentivize dot-com niches' 'extend B2C vortals' 'engage ubiquitous convergence' 'morph enterprise e-commerce'
-
catch_phrase()¶ :example ‘Robust full-range hub’
Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.catch_phrase() ... 'Switchable radical Graphical User Interface' 'Exclusive impactful groupware' 'Seamless disintermediate info-mediaries' 'Persevering transitional installation' 'Face-to-face radical middleware'
-
company()¶ :example ‘Acme Ltd’
Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.company() ... 'Paiva' 'Correia Macedo S.A.' 'Esteves' 'Matos Sousa Lda.' 'Paiva Miranda S.A.'
-
company_suffix()¶ :example ‘Ltd’
Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.company_suffix() ... 'e Filhos' 'e Filhos' 'S.A.' 'S.A.' 'Lda.'
-
faker.providers.credit_card¶
-
class
faker.providers.credit_card.pt_PT.Provider(generator)¶ Bases:
faker.providers.credit_card.ProviderImplementation of
pt_PTlocale credit cardFor all methods that take
card_typeas an argument a random card type will be used if the supplied value isNone. The list of valid card types includes'visa','mastercard'and'maestro'.Source: https://bincheck.org/portugal
-
credit_card_expire(start='now', end='+4y', date_format='%m/%y')¶ Generate a credit card expiry date.
This method uses
date_time_between()under the hood to generate the expiry date, so thestartandendarguments work in the same way here as it would in that method. For the actual formatting of the expiry date,strftime()is used anddate_formatis simply passed to that method.Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.credit_card_expire() ... '05/24' '05/22' '12/23' '07/24' '07/22'
-
credit_card_full(card_type=None)¶ Generate a set of credit card details.
Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.credit_card_full() ... 'Visa\nPaulo Guerreiro\n4154038764759383 05/21\nCVV2: 421\n' 'Mastercard\nEma Sousa\n5578889241157814 04/22\nCVV2: 659\n' 'Mastercard\nDiana Marques\n5411718408016094 11/22\nCVV2: 535\n' 'Visa\nAntónio Sá\n4151742871158719 01/22\nCVV2: 841\n' 'Mastercard\nRodrigo Magalhães\n5578839894719659 03/23\nCVV2: 342\n'
-
credit_card_number(card_type=None)¶ Generate a valid credit card number.
Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.credit_card_number() ... '4627316048764752' '5566608242194897' '4170051578156597' '5256258778408017' '4233920975351396'
-
credit_card_provider(card_type=None)¶ Generate a credit card provider name.
Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.credit_card_provider() ... 'Visa' 'Visa' 'Mastercard' 'Maestro' 'Mastercard'
-
credit_card_security_code(card_type=None)¶ Generate a credit card security code.
Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.credit_card_security_code() ... '604' '764' '593' '421' '489'
-
faker.providers.geo¶
-
class
faker.providers.geo.pt_PT.Provider(generator)¶ Bases:
faker.providers.geo.Provider-
coordinate(center=None, radius=0.001)¶ Optionally center the coord and pick a point within radius.
Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.coordinate() ... Decimal('26.826999') Decimal('45.792650') Decimal('-158.265114') Decimal('-40.995129') Decimal('94.488524')
-
latitude()¶ Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.latitude() ... Decimal('13.4134995') Decimal('22.896325') Decimal('-79.132557') Decimal('-20.4975645') Decimal('47.244262')
-
latlng()¶ Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.latlng() ... (Decimal('13.4134995'), Decimal('45.792650')) (Decimal('-79.132557'), Decimal('-40.995129')) (Decimal('47.244262'), Decimal('80.880444')) (Decimal('18.6986795'), Decimal('-17.160223')) (Decimal('37.935520'), Decimal('12.226293'))
-
local_latlng(country_code='US', coords_only=False)¶ Returns a location known to exist on land in a country specified by country_code. Defaults to ‘en_US’. See the land_coords list for available locations/countries.
Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.local_latlng() ... ('34.95303', '-120.43572', 'Santa Maria', 'US', 'America/Los_Angeles') ('34.09668', '-117.71978', 'Claremont', 'US', 'America/Los_Angeles') ('42.16808', '-88.42814', 'Huntley', 'US', 'America/Chicago') ('39.96097', '-75.60804', 'West Chester', 'US', 'America/New_York') ('46.09273', '-88.64235', 'Iron River', 'US', 'America/Menominee')
-
location_on_land(coords_only=False)¶ Returns a random tuple specifying a coordinate set guaranteed to exist on land. Format is (latitude, longitude, place name, two-letter country code, timezone) Pass coords_only to return coordinates without metadata.
Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.location_on_land() ... ('38.70734', '-77.02303', 'Fort Washington', 'US', 'America/New_York') ('34.5624', '38.28402', 'Tadmur', 'SY', 'Asia/Damascus') ('30.21121', '74.4818', 'Malaut', 'IN', 'Asia/Kolkata') ('38.10558', '-1.86343', 'Caravaca', 'ES', 'Europe/Madrid') ('35', '136.51667', 'Komono', 'JP', 'Asia/Tokyo')
-
longitude()¶ Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.longitude() ... Decimal('26.826999') Decimal('45.792650') Decimal('-158.265114') Decimal('-40.995129') Decimal('94.488524')
-
nationality()¶ :example ‘Portuguesa’
Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.nationality() ... 'Bósnia' 'Turca' 'Italiana' 'Argelina' 'Moldava'
-
faker.providers.internet¶
-
class
faker.providers.internet.pt_PT.Provider(generator)¶ Bases:
faker.providers.internet.Provider-
ascii_company_email()¶ Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.ascii_company_email() ... 'vpaiva@macedo.com' 'luisasousa@cunha.pt' 'ema89@esteves.pt' 'ynascimento@henriques.pt' 'slima@pires.pt'
-
ascii_email()¶ Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.ascii_email() ... 'nguerreiro@clix.pt' 'yesteves@sousa.org' 'nmiranda@vicente.pt' 'noasoares@clix.pt' 'henriquesmara@valente.net'
-
ascii_free_email()¶ Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.ascii_free_email() ... 'vpaiva@hotmail.com' 'isaac47@hotmail.com' 'hcarneiro@gmail.com' 'pintoangelo@clix.pt' 'mafalda24@gmail.com'
-
ascii_safe_email()¶ Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.ascii_safe_email() ... 'vpaiva@example.org' 'isaac47@example.com' 'hcarneiro@example.org' 'pintoangelo@example.com' 'mafalda24@example.org'
-
company_email()¶ Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.company_email() ... 'vpaiva@macedo.com' 'luisasousa@cunha.pt' 'ema89@esteves.pt' 'ynascimento@henriques.pt' 'slima@pires.pt'
-
dga(year=None, month=None, day=None, tld=None, length=None)¶ 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() ... 'hxqvaffcmfsccynscisxeajjagjahtnfcm.com' 'cnrhkwsauxvmqcengcluh.pt' 'iiulfpgbvqcdaeh.pt' 'dgunygtn.com' 'uqniukqjckmjabijnuqholpsjayatffafysbsyaaytuquhbpmpviajxnaro.pt'
-
domain_name(levels=1)¶ 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() ... 'paiva.net' 'macedo.com' 'matos.com' 'miranda.com' 'vicente.pt'
-
domain_word()¶ Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.domain_word() ... 'paiva' 'correia' 'esteves' 'matos' 'paiva'
-
email(domain=None)¶ Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.email() ... 'nguerreiro@clix.pt' 'yesteves@sousa.org' 'nmiranda@vicente.pt' 'noasoares@clix.pt' 'henriquesmara@valente.net'
-
free_email()¶ Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.free_email() ... 'vpaiva@hotmail.com' 'isaac47@hotmail.com' 'hcarneiro@gmail.com' 'pintoangelo@clix.pt' 'mafalda24@gmail.com'
-
free_email_domain()¶ Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.free_email_domain() ... 'sapo.pt' 'sapo.pt' 'hotmail.com' 'hotmail.com' 'clix.pt'
-
hostname(levels=1)¶ 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() ... 'email-60.macedo.com' 'laptop-93.cunha.pt' 'lt-48.pires.pt' 'desktop-15.assuncao.pt' 'web-77.costa.pt'
-
http_method()¶ 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() ... 'TRACE' 'OPTIONS' 'PUT' 'POST' 'DELETE'
-
image_url(width=None, height=None)¶ Returns URL to placeholder image Example: http://placehold.it/640x480
Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.image_url() ... 'https://www.lorempixel.com/788/861' 'https://placeimg.com/995/829/any' 'https://dummyimage.com/621x976' 'https://dummyimage.com/447x285' 'https://placeimg.com/194/513/any'
-
ipv4(network=False, address_class=None, private=None)¶ 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()¶ 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() ... 'c' 'c' 'b' 'a' 'b'
-
ipv4_private(network=False, address_class=None)¶ 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() ... '192.168.215.85' '10.248.203.131' '172.25.180.188' '192.168.111.215' '172.19.8.218'
-
ipv4_public(network=False, address_class=None)¶ 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() ... '195.174.170.81' '15.227.46.15' '164.218.94.112' '214.253.123.155' '134.17.181.9'
-
ipv6(network=False)¶ 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()¶ 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'
-
port_number(is_system=False, is_user=False, is_dynamic=False)¶ 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
-
safe_domain_name()¶ Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.safe_domain_name() ... 'example.net' 'example.net' 'example.com' 'example.org' 'example.com'
-
safe_email()¶ Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.safe_email() ... 'vpaiva@example.org' 'isaac47@example.com' 'hcarneiro@example.org' 'pintoangelo@example.com' 'mafalda24@example.org'
-
slug(value=None)¶ Django algorithm
Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.slug() ... 'sapiente-quidem-in' 'maiores-illo-quos' 'labore-nesciunt' 'magnam-eligendi' 'nulla-dolorum'
-
tld()¶ Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.tld() ... 'pt' 'pt' 'net' 'com' 'org'
-
uri()¶ Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.uri() ... 'https://www.macedo.com/category/list/main.html' 'http://magalhaes.pt/' 'http://www.rocha.org/tag/tags/privacy/' 'http://pires.pt/blog/posts/login.php' 'http://anjos.pt/wp-content/author.jsp'
-
uri_extension()¶ Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.uri_extension() ... '.jsp' '.php' '.htm' '.html' '.htm'
-
uri_page()¶ Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.uri_page() ... 'terms' 'about' 'homepage' 'main' 'register'
-
uri_path(deep=None)¶ Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.uri_path() ... 'posts/tag' 'explore/tag' 'explore/category' 'categories' 'main/main'
-
url(schemes=None)¶ 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://correia.pt/' 'http://www.sousa.org/' 'http://correia.pt/' 'https://esteves.pt/' 'https://assuncao.pt/'
-
user_name()¶ Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.user_name() ... 'vpaiva' 'lauragomes' 'yesteves' 'valentim82' 'patriciamiranda'
-
faker.providers.job¶
-
class
faker.providers.job.pt_PT.Provider(generator)¶ Bases:
faker.providers.job.Provider-
job()¶ Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.job() ... 'Operador de máquinas para o fabrico de produtos de borracha' 'Peleiro' 'Empregado das agências de viagem' 'Encarregado da construção' 'Auxiliar de saúde'
-
faker.providers.person¶
-
class
faker.providers.person.pt_PT.Provider(generator)¶ Bases:
faker.providers.person.Provider-
first_name()¶ Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.first_name() ... 'Sandro' 'Paulo' 'Ivan' 'Emma' 'Laura'
-
first_name_female()¶ Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.first_name_female() ... 'Sandro' 'Paulo' 'Ivan' 'Emma' 'Laura'
-
first_name_male()¶ Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.first_name_male() ... 'Sandro' 'Paulo' 'Ivan' 'Emma' 'Laura'
-
first_name_nonbinary()¶ Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.first_name_nonbinary() ... 'Sandro' 'Paulo' 'Ivan' 'Emma' 'Laura'
-
language_name()¶ Generate a random i18n language name (e.g. English).
Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.language_name() ... 'Swahili' 'Sardinian' 'Georgian' 'French' 'Ganda'
-
last_name()¶ Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.last_name() ... 'Rocha' 'Paiva' 'Guerreiro' 'Correia' 'Macedo'
-
last_name_female()¶ Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.last_name_female() ... 'Rocha' 'Paiva' 'Guerreiro' 'Correia' 'Macedo'
-
last_name_male()¶ Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.last_name_male() ... 'Rocha' 'Paiva' 'Guerreiro' 'Correia' 'Macedo'
-
last_name_nonbinary()¶ Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.last_name_nonbinary() ... 'Rocha' 'Paiva' 'Guerreiro' 'Correia' 'Macedo'
-
name()¶ :example ‘John Doe’
Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.name() ... 'Paulo Guerreiro-Correia' 'Isaac Pinho' 'Júlia Matos' 'Larissa-Erika Paiva' 'Ema Sousa'
-
name_female()¶ Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.name_female() ... 'Paulo Guerreiro-Correia' 'Isaac Pinho' 'Júlia Matos' 'Larissa-Erika Paiva' 'Ema Sousa'
-
name_male()¶ Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.name_male() ... 'Paulo Guerreiro-Correia' 'Isaac Pinho' 'Júlia Matos' 'Larissa-Erika Paiva' 'Ema Sousa'
-
name_nonbinary()¶ Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.name_nonbinary() ... 'Paulo Guerreiro-Correia' 'Isaac Pinho' 'Júlia Matos' 'Larissa-Erika Paiva' 'Ema Sousa'
-
prefix()¶ Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.prefix() ... 'do' 'do' 'da' 'de' 'da'
-
prefix_female()¶ Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.prefix_female() ... 'do' 'do' 'da' 'de' 'da'
-
prefix_male()¶ Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.prefix_male() ... 'do' 'do' 'da' 'de' 'da'
-
prefix_nonbinary()¶ Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.prefix_nonbinary() ... 'do' 'do' 'da' 'de' 'da'
-
suffix()¶ Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.suffix() ... '' '' '' '' ''
-
suffix_female()¶ Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.suffix_female() ... '' '' '' '' ''
-
suffix_male()¶ Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.suffix_male() ... '' '' '' '' ''
-
suffix_nonbinary()¶ Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.suffix_nonbinary() ... '' '' '' '' ''
-
faker.providers.phone_number¶
-
class
faker.providers.phone_number.pt_PT.Provider(generator)¶ Bases:
faker.providers.phone_number.Provider-
country_calling_code()¶ Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.country_calling_code() ... '+211' '+599 4' '+800' '+503' '+82'
-
msisdn()¶ https://en.wikipedia.org/wiki/MSISDN
Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.msisdn() ... '6048764759382' '1948924115781' '5938778408016' '0975351393328' '1587148418583'
-
phone_number()¶ Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.phone_number() ... '260 487 647' '(351) 933 824 219' '938 924 115' '(351) 921565938' '(351) 928408016'
-
faker.providers.ssn¶
-
class
faker.providers.ssn.pt_PT.Provider(generator)¶ Bases:
faker.providers.ssn.ProviderA Faker provider for the Portuguese VAT IDs
-
ssn()¶ Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.ssn() ... '604-87-6475' '382-42-1948' '924-11-5781' '593-87-7840' '801-60-9753'
-
vat_id()¶ http://ec.europa.eu/taxation_customs/vies/faq.html#item_11 :return: A random Portuguese VAT ID
Examples: >>> Faker.seed(0) >>> for _ in range(5): ... fake.vat_id() ... 'PT604876475' 'PT382421948' 'PT924115781' 'PT593877840' 'PT801609753'
-