Releases: connordelacruz/python-randomuser
Releases Β· connordelacruz/python-randomuser
1.6.0: API Version 1.3
Updated to use randomuser.me API version 1.3. Apart from internal changes:
- Added
get_country()
method - Added optional parameter
split_number_name
toget_street()
. If set toTrue
, return a dictionary with'number'
and'name'
keys containing the street number and name, respectively
1.6.0: API Version 1.3
Updated to use randomuser.me API version 1.3. Apart from internal changes:
- Added
get_country()
method - Added optional parameter
split_number_name
toget_street()
. If set toTrue
, return a dictionary with'number'
and'name'
keys containing the street number and name, respectively
1.5.1: API v1.2 fixes
- Fixed
get_dob()
andget_registered()
format issues with API 1.2 changes - Added new methods
get_coordinates()
,get_age()
,get_login_uuid()
, andget_registration_age()
1.5.0
Using randomuser.me API version 1.2
1.4.0
Fixed setup issues
1.3.0
Fixed issues preventing pip installation.
1.2.1
PyPI long description now parsed from README
1.2.0
Moved randomuser
module to the top level of the project. It was redundant to keep it in a package since it was a single module and led to awkward documentation (e.g. randomuser.randomuser.RandomUser
).
1.1.0
Added optional parameter capitalize
to get_street()
, get_city()
, and get_state()
1.0.0
First major release