Activity

TGA25

Hey!
I’v worked a little on the projet again to add custom Python exceptions using classes. It’s not a lot but I wanted to add them as it’s the first time I write and publish a lib. Anyway I’v also refactored some code structure, testes some new things and I’m planning to write the doc asap.
Seeya

Attachment
0
TGA25

Hello again!
Today I’v finished the get_fleet_data function. Basically this function reads static data from a JSON file and returns it. You can of course filter it by registration number.
Moreover I’v also added a demo flag for the main get_beluga function allowing you to get dummy data for demo purposes or when there are no belugas flying for example.
For now I think I’ll focus on writing a nice documentation rather than adding features. Stay tuned!

Attachment
0
TGA25

Hey!
Today I’v added a new function to get pictures of the BelugaXL planes. You can filter by registration and also set a return limit, if you don’t provide a registration number don’t worry as it will randomly pick one for you.
The pictures are from the website JetPhotos.com and I’v used a nice api that I found on github to fetch them.
See you later for a new devlog!

Attachment
0
TGA25

In this version I’v fixed some bugs but I’v mainly added new things. First a function to get the current status of the fleet and also a json file with static data about all the Beluga aircrafts (it took me a long time to gather the information and decide how to structurate the json). Anyway thanks for reading!

Attachment
0
TGA25

Hey ! This is the first devlog of the projet. I only do it now because I started the project before thinking about uploading it on flavortown.
Anyway, with this version you can get data for all the Beluga flights, filter by destination, registration number etc etc..
And also know if there’s a specific Beluga in a given zone.
Everything was made in Python and the module is available for you to install on Pypi.
Enjoy!

Attachment
Attachment
0