Skip to main content

faker_crypto is a Faker provider for crytoaddreses.

Project description

faker_crypto

Version: 0.1.2

faker_crypto is a Faker provider for crytoaddreses.

Following crypto addresses are supported:

  • Bitcoin
  • Litecoin
  • Ethereum

Installation

Install with pip:

pip install faker-cypto

Usage

Add CryptoAddress provider to Faker instance:

from faker import Faker
from faker_crypto import CryptoAddress

fake = Faker()
fake.add_provider(CryptoAddress)

fake.bitcoin_address()
# '13XTsE8TKEHW5zAmCWmBvNk5KvEcEjVQu'
fake.litecoin_address()
# 'LM3HgLcPemiBb5MJ3vqRRPrPqBdtf7pL'
fake.ethereum_address()
# '0x7ea8abae70ce7e9ce09155ee9169d5f18fc96b'

Testing

Run unit tests with code coverage with:

pytest --cov -v 

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

faker-crypto-0.1.2.tar.gz (2.2 kB view hashes)

Uploaded Source

Built Distribution

faker_crypto-0.1.2-py3-none-any.whl (2.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page