
Language en_CA
**************


"faker.providers.address"
=========================

   fake.latitude()
   # Decimal('41.401031')

   fake.street_name()
   # u'Buckridge Inlet'

   fake.address()
   # u'4975 Fisher Burg\nBryantstad, NT Y3N8T2'

   fake.street_address()
   # u'6121 Rolf Spurs Suite 015'

   fake.postcode()
   # u'98642'

   fake.longitude()
   # Decimal('2.245954')

   fake.country()
   # u'Albania'

   fake.geo_coordinate(center=None, radius=0.001)
   # Decimal('44.530444')

   fake.postal_code_letter()
   # u'P'

   fake.province()
   # u'Northwest Territories'

   fake.city_prefix()
   # u'Port'

   fake.street_suffix()
   # u'Canyon'

   fake.city_suffix()
   # u'view'

   fake.building_number()
   # u'14955'

   fake.country_code()
   # u'DM'

   fake.secondary_address()
   # u'Suite 420'

   fake.city()
   # u'Gerlachmouth'

   fake.province_abbr()
   # u'QC'

   fake.postalcode()
   # u'H8P 8Y3'


"faker.providers.barcode"
=========================

   fake.ean(length=13)
   # u'6473687629675'

   fake.ean13()
   # u'1800142927666'

   fake.ean8()
   # u'53991355'


"faker.providers.color"
=======================

   fake.rgb_css_color()
   # u'rgb(171,198,32)'

   fake.color_name()
   # u'LightPink'

   fake.rgb_color_list()
   # (227, 44, 32)

   fake.rgb_color()
   # u'67,138,127'

   fake.safe_hex_color()
   # u'#aa7700'

   fake.safe_color_name()
   # u'purple'

   fake.hex_color()
   # u'#dd487a'


"faker.providers.company"
=========================

   fake.company()
   # u'Keeling Ltd'

   fake.company_suffix()
   # u'PLC'

   fake.catch_phrase()
   # u'Profound asymmetric interface'

   fake.bs()
   # u'facilitate dynamic functionalities'


"faker.providers.credit_card"
=============================

   fake.credit_card_security_code(card_type=None)
   # u'466'

   fake.credit_card_provider(card_type=None)
   # u'Voyager'

   fake.credit_card_full(card_type=None)
   # u'JCB 15 digit\nNicklaus Jacobson\n210094218441581 07/18\nCVC: 605\n'

   fake.credit_card_expire(start="now", end="+10y", date_format="%m/%y")
   # '08/16'

   fake.credit_card_number(card_type=None)
   # u'869900441547354'


"faker.providers.currency"
==========================

   fake.currency_code()
   # 'DZD'


"faker.providers.date_time"
===========================

   fake.date_time_ad()
   # datetime.datetime(1745, 11, 19, 2, 5, 22)

   fake.month()
   # '05'

   fake.am_pm()
   # 'AM'

   fake.timezone()
   # u'Europe/Bratislava'

   fake.iso8601()
   # '2015-07-14T22:50:54'

   fake.date_time()
   # datetime(2013, 12, 28, 12, 6, 57)

   fake.month_name()
   # 'August'

   fake.date_time_this_year(before_now=True, after_now=False)
   # datetime(2015, 4, 3, 18, 52, 45)

   fake.unix_time()
   # 725011363

   fake.day_of_week()
   # 'Saturday'

   fake.day_of_month()
   # '12'

   fake.time(pattern="%H:%M:%S")
   # '19:29:51'

   fake.date_time_between(start_date="-30y", end_date="now")
   # datetime(1995, 3, 18, 12, 30, 10)

   fake.date_time_this_month(before_now=True, after_now=False)
   # datetime(2015, 11, 3, 1, 16, 1)

   fake.year()
   # '1990'

   fake.date_time_between_dates(datetime_start=None, datetime_end=None)
   # datetime(2015, 11, 5, 8, 52, 28)

   fake.date_time_this_century(before_now=True, after_now=False)
   # datetime(2013, 4, 2, 6, 17, 39)

   fake.date_time_this_decade(before_now=True, after_now=False)
   # datetime(2015, 7, 20, 1, 22, 6)

   fake.century()
   # u'VIII'

   fake.date(pattern="%Y-%m-%d")
   # '2015-07-09'

   fake.time_delta()
   # datetime.timedelta(6587, 2508)


"faker.providers.file"
======================

   fake.mime_type(category=None)
   # u'message/rfc822'

   fake.file_name(category=None, extension=None)
   # u'voluptates.mp4'

   fake.file_extension(category=None)
   # u'mp3'


"faker.providers.internet"
==========================

   fake.ipv4()
   # u'49.203.63.251'

   fake.url()
   # u'http://bartoletti.com/'

   fake.company_email()
   # u'sienna.homenick@zboncak.biz'

   fake.uri()
   # u'http://www.koss.net/'

   fake.domain_word(*args, **kwargs)
   # u'stoltenberg'

   fake.image_url(width=None, height=None)
   # u'http://www.lorempixel.com/909/925'

   fake.tld()
   # u'biz'

   fake.free_email()
   # u'davis.aidyn@hotmail.com'

   fake.slug(*args, **kwargs)
   # u'quae-nesciunt-vitae'

   fake.free_email_domain()
   # u'hotmail.com'

   fake.domain_name()
   # u'faystamm.com'

   fake.uri_extension()
   # u'.html'

   fake.ipv6()
   # u'01eb:c9fa:4040:bd45:b787:13ff:7886:3305'

   fake.safe_email()
   # u'adams.elena@example.org'

   fake.user_name(*args, **kwargs)
   # u'von.malcom'

   fake.uri_path(deep=None)
   # u'explore/explore'

   fake.email()
   # u'lynch.nettie@yahoo.com'

   fake.uri_page()
   # u'main'

   fake.mac_address()
   # u'c9:68:ad:20:ab:d6'


"faker.providers.job"
=====================

   fake.job()
   # 'Outdoor activities/education manager'


"faker.providers.lorem"
=======================

   fake.text(max_nb_chars=200)
   # u'Non voluptas sit expedita. Autem mollitia sequi et aut. Fugit ipsam culpa placeat voluptatem ad consequatur nostrum. Quia et dicta labore et officiis eum.'

   fake.sentence(nb_words=6, variable_nb_words=True)
   # u'Dolores recusandae amet deleniti nobis cumque.'

   fake.word()
   # u'iusto'

   fake.paragraphs(nb=3)
   # [   u'Sit sed ea nostrum voluptas. Consectetur earum dicta qui ad culpa. Expedita et eum consequuntur dolore perspiciatis laudantium. Molestiae ea est veniam aut harum mollitia quos.',
   #     u'Totam qui est non earum ut. Atque eum voluptatem et culpa et ea. Nihil minima ut rerum in quo sint. Adipisci pariatur tempore et rerum.',
   #     u'Dolores officiis temporibus placeat accusantium ab voluptas exercitationem vero. Iste et sunt debitis sed omnis non minus. Atque earum quibusdam sint debitis.']

   fake.words(nb=3)
   # [u'porro', u'minus', u'et']

   fake.paragraph(nb_sentences=3, variable_nb_sentences=True)
   # u'Quas assumenda quos excepturi eos qui. Quis et at consequatur dignissimos quisquam nesciunt. Aut tenetur enim velit iste nisi voluptas ut. Dolores rerum qui molestias corporis.'

   fake.sentences(nb=3)
   # [   u'Repellat eius perspiciatis rerum temporibus facere repellendus.',
   #     u'Alias et maxime blanditiis sit eveniet voluptatem.',
   #     u'Libero molestiae nihil blanditiis aut magnam voluptatem.']


"faker.providers.misc"
======================

   fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)
   # u'z%E^CeCt0t'

   fake.locale()
   # u'de_CM'

   fake.md5(raw_output=False)
   # 'bef80ec95d50e7211b35ea8a0e159224'

   fake.sha1(raw_output=False)
   # 'c5dab382aedff47a1d7b62f2a86b21775944c333'

   fake.null_boolean()
   # None

   fake.sha256(raw_output=False)
   # '09894ec227baa14c2557a29905f1544134ef7a7fe5f08860a2caefa003026178'

   fake.uuid4()
   # 'ee67c57c-eb13-425c-a313-e3ce65e7e5fa'

   fake.language_code()
   # u'el'

   fake.boolean(chance_of_getting_true=50)
   # False


"faker.providers.person"
========================

   fake.last_name_male()
   # u'Gutmann'

   fake.name_female()
   # u'Dr. Heidy Shields DDS'

   fake.prefix_male()
   # u'Dr.'

   fake.prefix()
   # u'Mr.'

   fake.name()
   # u'Shannan Corkery'

   fake.suffix_female()
   # u'PhD'

   fake.name_male()
   # u'Wilfred Homenick'

   fake.first_name()
   # u'Vonetta'

   fake.suffix_male()
   # u'Jr.'

   fake.suffix()
   # u'MD'

   fake.first_name_male()
   # u'Artis'

   fake.first_name_female()
   # u'Nita'

   fake.last_name_female()
   # u'Terry'

   fake.last_name()
   # u'Gislason'

   fake.prefix_female()
   # u'Dr.'


"faker.providers.phone_number"
==============================

   fake.phone_number()
   # u'1 (159) 292-4115'


"faker.providers.profile"
=========================

   fake.simple_profile()
   # {   'address': u'9091 Mertz Station Apt. 486\nHerzogland, BC G4P4J8',
   #     'birthdate': '1991-04-20',
   #     'mail': u'pairlee49@yahoo.com',
   #     'name': u'Eldon Cartwright',
   #     'sex': 'F',
   #     'username': u'crista63'}

   fake.profile(fields=None)
   # {   'address': u'215 Valarie Fall\nEast Francesca, NT N3L 7J9',
   #     'birthdate': '1979-10-30',
   #     'blood_group': 'B+',
   #     'company': u'Schowalter, Gleichner and Frami',
   #     'current_location': (Decimal('17.4393255'), Decimal('43.905471')),
   #     'job': 'Medical sales representative',
   #     'mail': u'georgiann.schuster@hotmail.com',
   #     'name': u'Dr. Gaylen Mitchell',
   #     'residence': u'90107 Aidan Keys\nSouth Maci, YT L5M 4G2',
   #     'sex': 'F',
   #     'ssn': u'532 534 989 ',
   #     'username': u'oconner.flint',
   #     'website': [   u'http://nitzsche.com/',
   #                    u'http://www.hermann.biz/',
   #                    u'http://www.leannon.com/',
   #                    u'http://www.pfeffer.com/']}


"faker.providers.python"
========================

   fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
   # set([1152, u'Earum quia laborum.', datetime(1988, 4, 13, 6, 12, 46), u'A officia sed.', datetime(2003, 9, 12, 23, 21, 50), u'Autem enim eum aut.', u'Esse quis odio esse.', 8286, u'Dolorem nam veniam.'])

   fake.pystr(max_chars=20)
   # u'Maxime ipsum.'

   fake.pyfloat(left_digits=None, right_digits=None, positive=False)
   # 69169654.49

   fake.pystruct(count=10, *value_types)
   # (   [   u'Harum qui quasi.',
   #         u'Iste voluptatem aut.',
   #         u'Quo et ipsam et.',
   #         -44907645500883.0,
   #         Decimal('-5295978717.96'),
   #         4575,
   #         u'Repudiandae.',
   #         u'Aut ut soluta iusto.',
   #         datetime(1984, 1, 17, 12, 44, 4),
   #         Decimal('5.04977600102E+13')],
   #     {   u'aspernatur': u'http://www.murray.com/category/main/main/login/',
   #         u'autem': Decimal('-947382742.903'),
   #         u'consequatur': u'Hic ut sit.',
   #         u'distinctio': u'ava69@hotmail.com',
   #         u'eos': 5817831410297.2,
   #         u'iste': 5041,
   #         u'magni': u'Fugit voluptas.',
   #         u'omnis': Decimal('-87558184717.2'),
   #         u'rem': 4460,
   #         u'tempora': 705},
   #     {   u'alias': {   6: u'Non ex amet quidem.',
   #                       7: [   datetime(1984, 7, 12, 12, 59, 53),
   #                              u'Nemo quia.',
   #                              404],
   #                       8: {   6: u'http://www.conroymccullough.org/category/list/homepage/',
   #                              7: 30.6883,
   #                              8: [2156, 1821]}},
   #         u'et': {   7: u'Dolores corrupti.',
   #                    8: [6720, u'Et vel asperiores.', u'Est eveniet quam.'],
   #                    9: {   7: -245560525299842.0,
   #                           8: datetime(1974, 11, 2, 12, 43, 14),
   #                           9: [   Decimal('5547.122168'),
   #                                  u'Eveniet sint quia.']}},
   #         u'id': {   9: 4783,
   #                    10: [   -52679.93237262,
   #                            u'http://lakin.com/about.html',
   #                            datetime(2001, 5, 21, 5, 14, 57)],
   #                    11: {   9: datetime(1977, 4, 27, 10, 43, 49),
   #                            10: Decimal('-1.93397'),
   #                            11: [2550, u'Ipsum rem placeat.']}},
   #         u'necessitatibus': {   3: 92,
   #                                4: [   u'carina.altenwerth@crooks.net',
   #                                       u'Velit rerum tempora.',
   #                                       -1855.8438],
   #                                5: {   3: 535610302402.64,
   #                                       4: datetime(1983, 3, 2, 10, 56, 27),
   #                                       5: [   Decimal('-540506570.5'),
   #                                              u'Delectus nobis quam.']}},
   #         u'nisi': {   8: u'http://weberframi.net/home.asp',
   #                      9: [3223, -5.2, u'Nostrum eos enim ab.'],
   #                      10: {   8: u'Iusto doloribus.',
   #                              9: u'ondricka.doretta@yahoo.com',
   #                              10: [-86850262535209.5, u'Omnis impedit.']}},
   #         u'nobis': {   0: 1978,
   #                       1: [   u'Tempora provident.',
   #                              u'Omnis qui occaecati.',
   #                              9613],
   #                       2: {   0: 53.9,
   #                              1: datetime(2004, 12, 14, 18, 46, 17),
   #                              2: [u'Eius in fugiat.', -1373429.94]}},
   #         u'nostrum': {   4: u'Quis maiores omnis.',
   #                         5: [9562, datetime(1990, 7, 26, 6, 1, 43), 4711],
   #                         6: {   4: u'http://goldner.org/',
   #                                5: u'Delectus.',
   #                                6: [   u'arley56@yahoo.com',
   #                                       u'Odit voluptatem.']}},
   #         u'repellendus': {   5: Decimal('7391112.8839'),
   #                             6: [   4369,
   #                                    u'Qui dolorem tenetur.',
   #                                    Decimal('23608841232.4')],
   #                             7: {   5: u'http://leuschke.org/register/',
   #                                    6: u'Fuga dolorum aut et.',
   #                                    7: [   u'kilback.frona@gmail.com',
   #                                           u'Et debitis et.']}},
   #         u'soluta': {   2: u'Sint aperiam esse.',
   #                        3: [   6195,
   #                               u'Et nisi repellat.',
   #                               u'Sed alias impedit.'],
   #                        4: {   2: -807056589007.85,
   #                               3: 29483.55,
   #                               4: [9359, u'Qui natus voluptas.']}},
   #         u'tenetur': {   1: 1821,
   #                         2: [u'Soluta iure.', 215.70981446461, 8587],
   #                         3: {   1: 7166.815520611,
   #                                2: u'Rerum voluptatem.',
   #                                3: [   u'http://krajcikjohns.biz/',
   #                                       datetime(1993, 3, 18, 10, 59, 54)]}}})

   fake.pydecimal(left_digits=None, right_digits=None, positive=False)
   # Decimal('6515502.5719')

   fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
   # [   Decimal('-987343.0'),
   #     u'kanesha29@yahoo.com',
   #     9710,
   #     u'Dicta totam nam aut.',
   #     u'ubradtke@gmail.com',
   #     u'Molestias nostrum.',
   #     u'Minus sint voluptas.',
   #     datetime(2000, 3, 2, 23, 37, 45),
   #     27963963700.7,
   #     u'beverly57@king.com',
   #     u'Maxime.',
   #     datetime(1994, 8, 19, 17, 32, 40),
   #     u'http://www.grantgraham.com/category/faq.jsp',
   #     u'Facere consequatur.',
   #     u'Non molestiae nihil.']

   fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
   # (   u'Quo soluta nisi.',
   #     u'Aliquam explicabo.',
   #     u'Tempora iste id in.',
   #     u'Reprehenderit.',
   #     9327,
   #     u'Dolor et omnis.',
   #     u'stiedemann.elizabet@bernhard.com',
   #     Decimal('679578056412'),
   #     167466.419851)

   fake.pybool()
   # True

   fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
   # set([u'http://zemlak.net/explore/blog/author/', u'Quidem sapiente.', u'Laborum et delectus.', u'Iste sunt quasi.', u'Velit atque non at.', Decimal('111.950082'), u'Maxime qui.', u'Asperiores id est.', 6678, u'Dolorem fugit.', 7482397349774.0])

   fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
   # {   u'ad': datetime(1993, 12, 23, 12, 54, 27),
   #     u'explicabo': datetime(1997, 12, 10, 14, 42, 17),
   #     u'incidunt': u'Ut cum est odit et.',
   #     u'recusandae': Decimal('-2238.8783'),
   #     u'ut': Decimal('73236081508.5'),
   #     u'voluptatibus': 51.63720332545,
   #     u'voluptatum': 3076}

   fake.pyint()
   # 4259


"faker.providers.ssn"
=====================

   fake.ssn()
   # u'530 579 4410 '


"faker.providers.user_agent"
============================

   fake.mac_processor()
   # u'PPC'

   fake.firefox()
   # u'Mozilla/5.0 (Macintosh; PPC Mac OS X 10_8_8; rv:1.9.2.20) Gecko/2012-05-12 16:56:39 Firefox/3.8'

   fake.linux_platform_token()
   # u'X11; Linux i686'

   fake.opera()
   # u'Opera/9.26.(Windows 95; sl-SI) Presto/2.9.160 Version/10.00'

   fake.windows_platform_token()
   # u'Windows NT 5.01'

   fake.internet_explorer()
   # u'Mozilla/5.0 (compatible; MSIE 5.0; Windows NT 5.01; Trident/4.1)'

   fake.user_agent()
   # u'Opera/8.87.(Windows CE; en-US) Presto/2.9.163 Version/12.00'

   fake.chrome()
   # u'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_5_8) AppleWebKit/5312 (KHTML, like Gecko) Chrome/15.0.883.0 Safari/5312'

   fake.linux_processor()
   # u'i686'

   fake.mac_platform_token()
   # u'Macintosh; PPC Mac OS X 10_5_3'

   fake.safari()
   # u'Mozilla/5.0 (Windows; U; Windows NT 5.2) AppleWebKit/532.38.2 (KHTML, like Gecko) Version/5.0.3 Safari/532.38.2'
