Commit graph

90 commits

Author SHA1 Message Date
0176f70c86 spansh.py: now takes minimum age of data as argument
Still defaults to 1 year.

fixes #6
2020-07-10 14:21:26 +02:00
ceccb497dd spansh.py: changed output format for old stations search
Instead of a time stamp it will now say “(<x> days ago)”.

kind of see #7
2020-07-10 14:14:58 +02:00
e5dcb465fb properly fixed the Discord invite … 2020-07-01 11:34:16 +02:00
20ba6320a5 release 0.5 2020-07-01 11:30:06 +02:00
e306bd1585 Merge branch 'master' into develop 2020-07-01 11:29:47 +02:00
6b0205e2c1 CHANGELOG: forget adding stuff here … 2020-07-01 11:26:00 +02:00
718194ccec edts.py: proper handling for malformed system names 2020-07-01 10:23:48 +02:00
92eb2c9008 edts.py: added script to pull from Alot’s hosted EDTS API
fixes #4
2020-07-01 09:41:00 +02:00
0179369fc1 spansh.py: fixed oldstation search results for partial system name
fixes #3
2020-06-29 09:25:16 +02:00
79bc2d49d4 updated Makefile 2020-06-22 02:34:44 +02:00
c9101ae669 Merge branch 'develop' 2020-06-18 23:32:52 +02:00
efa20d3801 spansh.py: removed leftover debug print 2020-05-04 20:24:59 +02:00
3d4e25866a README: fixed Discord invite 2020-04-24 10:22:42 +02:00
4a639f5a0e README: fixed Discord invite 2020-04-24 10:22:28 +02:00
d2f01f1456 Merge branch 'release/0.4' into develop 2020-03-09 22:08:48 +01:00
cc28fb9314 Merge branch 'release/0.4' 2020-03-09 22:08:42 +01:00
c9f6ef1bc0 added CHANGELOG 2020-03-09 22:08:33 +01:00
fec66bfebb spansh.py: added systemexists subcommand 2020-03-09 22:00:38 +01:00
5704593f4f spansh.py: fixed “nothing found” exit code 2020-03-09 18:15:25 +01:00
0054b5ae6c spansh.py: rudimentary error handling 2020-03-09 18:12:26 +01:00
07a6db2595 spansh.py: misc fixes 2020-03-09 17:59:35 +01:00
15a8deca65 spansh.py: added --parsable format to nearestsystem 2020-03-09 17:59:08 +01:00
07ca9ec406 spansh.py: added nearestsystem subcommand
Used to get the nearest system in the database, e.g. for plotting
a neutron route.

Useful since the elastic search powering the plotter might be behind
current EDDN data, so having a system in EDDN/EDSM doesn’t necessarily
mean it’s already available in the router.
2020-03-09 17:42:45 +01:00
19e8cbfdff spansh.py: added short output format
To both station and systems list. Replaces the `--systemlist` switch.
2020-03-08 00:59:55 +01:00
adec36ded9 fixed docs typo 2020-03-05 14:46:29 +01:00
7ee4b28c59 spansh.py: refactoring and cleanup
It’s now a bit less quick & dirty. Still has no error handling beyond
“works” or “doesn’t work”.
2020-03-05 14:12:54 +01:00
cf3fb80238 spansh.py: now exits with (3) if nothing found 2020-03-04 20:42:57 +01:00
95f5de2377 added spansh.py for Spansh API related shenanigans 2020-03-04 18:07:56 +01:00
0f30584bf3 added LICENSE; no idea why that wasn’t versioned … 2020-03-04 18:06:00 +01:00
8567aeb767 updated Makefile; now only a single .exe per script 2020-01-17 16:04:45 +01:00
8be1f17587 updated to latest pyEDSM 2020-01-16 19:33:21 +01:00
13510f9824 findcommander now gives a date for the known position 2020-01-16 18:51:43 +01:00
6c4437db6a don’t we all like the litte bugs you introduce on the side? 2020-01-15 22:58:33 +01:00
ea0785a639 … or just do it right in the first place 2020-01-15 09:19:36 +01:00
fad3bd4adb redirected usage text to stderr 2020-01-15 09:09:15 +01:00
c23e9ad58b updated to current pyEDSM 2020-01-13 22:54:18 +01:00
16a903ac22 updated Makefile
now I hopefully won’t forget to pull new dependencies before building
the Windows binaries …
2020-01-13 22:25:58 +01:00
b3810ac0c7 updated to current pyEDSM 2020-01-13 22:23:48 +01:00
355b53c24c updated README with pyEDSM’s requirements
That will aaaaall go away once I decide to properly package that …
2020-01-13 21:33:54 +01:00
37555b0a2e added findsystem command 2020-01-13 21:23:41 +01:00
bfad499050 added rounding option to distancebetween 2020-01-09 21:37:42 +01:00
a3b5a82e24 well :) 2020-01-08 16:58:00 +01:00
61f6051c20 updated README 2020-01-08 15:13:10 +01:00
2c6695e9e6 updated Makefile 2020-01-08 15:04:05 +01:00
51cc55cda9 added .gitignore 2020-01-08 15:03:46 +01:00
a3069a4c6a new command: systemlist
Runs an EDSM search query for systems starting with the given string.
2020-01-08 14:54:39 +01:00
6d4ee49011 distance now pulls both systems in one call 2020-01-08 13:45:31 +01:00
999f408ab2 updated to current pyEDSM 2020-01-08 13:45:08 +01:00
5ff0557956 updated to current pyEDSM
… and now making full use of the new `distanceTo` stuff :)
2020-01-08 11:29:18 +01:00
06f4ba643b Revert "some more refactoring; output format for cords might change"
This reverts commit 2ccdd684a2.
2020-01-08 09:33:55 +01:00