Socket
Socket
Sign inDemoInstall

warsawbuspy

Package Overview
Dependencies
0
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    warsawbuspy

A package containing a functionality of readint the data from the https://api.um.warszawa.pl, analyzing it and displaying results of the analyzis.


Maintainers
1

Readme

Bus data reader

This package represents the functionality of reading and analyzing data from https://api.um.warszawa.pl/#.

Instalation:

This package can be installed by calling:

pip install warsawbuspy

Contents:

This package contains four subpackages:

1. readers:

This subpackage contains a data_readers module, in which DataReader class is stored, that contains the functionality of reading a various data from the API as well as writing it into the .csv files. This class requires an API key to access data from the API. You can get it by making an account here: https://api.um.warszawa.pl/#.

2. analyzers:

This subpackage contains two modules:

  • data_analyzer: this module contains the DataAnalyzer class that contains the functionality of retrieving data fetched by the DataReader class from the .csv files as well as functionality of analyzing it. This class also contains the functionality of storing results of the analysis into the .csv files.
  • data_visualizer: this module contains the DataVisualizer class, that contains the functionality of representing the results of the analysis as charts and maps.

3. holders:

This subpackage contains the module data_holders, in which are stored all classes used to store data throughout the project.

4. utility:

This subpackage contains two modules:

  • data_utility: this module contains utility functions used throughout the project.
  • exceptions: this module contains custom exceptions raised in this project.

APIs:

This project utilizes two APIs:

Others:

This project utilizes maps from https://github.com/ppatrzyk/polska-geojson.

FAQs


Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc