ntt / eveapi

Python library for accessing the EVE Online API
Other
148 stars 57 forks source link

Module split, added unittests, readme and Makefile #22

Closed lunemec closed 12 months ago

lunemec commented 9 years ago

This should make the project a little bit easier to maintain. The API itself hasn't changed and is backwards compatible.

jzmiller1 commented 9 years ago

I'm a fan of this PR.

n8felton commented 9 years ago

:+1:

ntt commented 9 years ago

Eh. not a bad idea, but to be honest, I'm a little bit put off by people trying to change someone else's project's indent style.

lunemec commented 9 years ago

Oh, I'm sorry, I didn't notice you had tabs as indentation spacer. My editor automatically switches everything I save to 4 spaces per tab.... You could probably just open the files in your editor and replace it for \t ...

a-tal commented 8 years ago

I built on top of your PR @lunemec

https://github.com/a-tal/eveapi/tree/forked

switched from unittest to py.test + tox. implemented your caching thing for files and in memory (made memory default), couple other things here and there. py3 compat as well...

lunemec commented 8 years ago

Cool @a-tal I'll take a look when I have the time :)

jonobrien commented 8 years ago

any progress on this/similar?