16 comments

[ 3.1 ms ] story [ 55.9 ms ] thread
Thanks for testing on pypy and for supporting Python 3! Sometimes it's just a small set of changes to support python 3 and testing on pypy is awesome, so thanks!

bit.PrivateKey.get_transactions -- would there be any way to filter these on transactions since a given block height?

Not yet, but limiting by # of confirmations is planned!
Am I the only one annoyed by the name? "Bit" isn't very useful or specific, yet it takes up a pretty big parking space.
A parking space in ofek's city though. Feel free to call your project bit too.
If you release software to the public, you run the risk of other people wanting you to use it.
That's not really how Python packages work. Public packages need unique names, mostly because of PyPI, where package names are all on the same namespace. This can cause some interesting problems:

https://www.python.org/dev/peps/pep-0541/

Even locally, all packages are supposed to have unique names (though virtualenvs can make things nicer).

Agreed. Why not call it "python-bitcoin"?

    pip install python-bitcoin
and

    import bitcoin
would be great. Otherwise the name "Bit" makes me think it's some kind of bit manipulation tools library.
bitc would be a better name

using a generic word as name would make it harder for search engine to rank your site