You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would be nice to have charlatan generate random U.S. Social Security Numbers (SSN).
Was commented "can do" but then removed from the v0.3 milestone in issue 61 in 2018.
Scott, thank you very much for the reply. Much appreciated! I might be interested but I have not done a PR before. Is the package is still being developed? For everyone who are willing but not necessarily able, are these the required steps?
Fork it.
Clone it to your local system.
Make a new branch.
Make your changes.
Push it back to your repo.
Click the Compare & pull request button.
Click Create pull request to open a new pull request.
Sort of. I've moved on to another job so I don't get paid to work on this anymore. I try to keep it running, but ideally a new maintainer with more time will take over.
Would be nice to have
charlatan
generate random U.S. Social Security Numbers (SSN).Was commented "can do" but then removed from the v0.3 milestone in issue 61 in 2018.
Can possibly reuse some of the SSN code from Python library faker at
https://github.com/joke2k/faker/blob/master/faker/providers/ssn/en_US/__init__.py
The text was updated successfully, but these errors were encountered: