
``faker.providers.internet``
----------------------------

::

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

	fake.company_email()
	# u'xziemann@johnston.com'

	fake.uri()
	# u'http://www.funk.info/faq/'

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

	fake.ipv4(network=False)
	# '51.170.125.69'

	fake.image_url(width=None, height=None)
	# u'http://dummyimage.com/158x968'

	fake.tld()
	# u'com'

	fake.free_email()
	# u'adriannaflatley@yahoo.com'

	fake.slug(*args, **kwargs)
	# u'distinctio-dolorem'

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

	fake.domain_name()
	# u'shields.net'

	fake.uri_extension()
	# u'.asp'

	fake.ipv6(network=False)
	# '1e55:8c14:2de6:6645:ef19:6283:aea6:c880'

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

	fake.uri_path(deep=None)
	# u'categories'

	fake.email()
	# u'moriah65@yahoo.com'

	fake.uri_page()
	# u'home'

	fake.mac_address()
	# u'75:a4:a0:6f:a5:49'

	fake.safe_email()
	# u'samuel40@example.org'
