debrouwere / python-ballpark

Better human-readable numbers
ISC License
40 stars 14 forks source link

Moving test out of __init__ #6

Open facastagnini opened 6 years ago

facastagnini commented 6 years ago

Fixes #4. Installing Pandas on a raspberry pi is very very slow, we dont need to load Pandas just to use Ballpark

FMCorz commented 6 years ago

+1 for this fix.

mistahj67 commented 6 years ago

+1

rwest202 commented 4 years ago

bump, any reason this can't go in?

owlas commented 4 years ago

Love this library and had the same issue. I've forked and applied this exact patch. Just replace:

# ballpark
git+git://github.com/owlas/python-ballpark@0.1#egg=ballpark

in your requirements.txt

I'll stick it on pypi later if it's useful to anybody else!