python-validators / validators

Python Data Validation for Humans™.
MIT License
977 stars 155 forks source link

Move btc validator to crypto addresses submodule #278

Closed msamsami closed 7 months ago

msamsami commented 1 year ago

New directories, _validators/cryptoaddresses and _tests/cryptoaddresses, are created in previous PRs (#276 & #277) for unify cryptocurrency address validators. In this PR, we move btc_address validator and its unit test to these new directories.

yozachar commented 7 months ago

Sorry, closing for now as it requires external dependencies. May re-consider this.