No project description provided
Project description
How Fake Accounts
Pacote python criado para gerar contas fakes, para o primeiro desafio do bootcamp de engenharia de dados da How.
How to install
pip install how-fake-accounts
How to use
We have mainly two ways to use the package:
- as a package itself, to be imported in python scripts
- as a command line interface
Package Interface
from how_fake_accounts import generate_accounts, save_accounts
# generate 10 random accounts
accounts = generate_accounts(10)
print(accounts)
save_accounts(accounts)
CLI Interface
To generate 50 accounts, just type into terminal:
how_fake_accounts --n-accounts 50
or
python -m how_fake_accounts --n-accounts 50 --save True
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file how_fake_accounts-0.3.1.tar.gz
.
File metadata
- Download URL: how_fake_accounts-0.3.1.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7f291e1e5da35e9c9d963318927cf7c15d03727dbcf84a0e7b95ab77d5d77cb0 |
|
MD5 | 0b6dfe7a8ad32982aa84b241c5ce15bf |
|
BLAKE2b-256 | b07832524cd55f28562212edf6c368e16a5867a8d038331e9dae280b2129c83c |
File details
Details for the file how_fake_accounts-0.3.1-py3-none-any.whl
.
File metadata
- Download URL: how_fake_accounts-0.3.1-py3-none-any.whl
- Upload date:
- Size: 3.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ef0132ec90152ad4d3c01dc6a572967756479390c1e467e27a3d8a85695a3d60 |
|
MD5 | fbb8a833140a7f5c8f50fefa8bfb2a43 |
|
BLAKE2b-256 | 62382ac1fa7a729f2510ebee215d20792005db816f4cba1a50ef6e83aa0b5664 |