Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .gitattributes

This file was deleted.

5 changes: 0 additions & 5 deletions .gitignore

This file was deleted.

26 changes: 0 additions & 26 deletions .readthedocs.yaml

This file was deleted.

74 changes: 0 additions & 74 deletions CHANGELOG.md

This file was deleted.

2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2024 Andrei Thüler
Copyright (c) 2026 Antonios Theocharopoulos

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
42 changes: 17 additions & 25 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,36 +1,40 @@
# Passio Go API
# Passio Go API Fixed

[![PyPI - Version](https://img.shields.io/pypi/v/passiogo?label=Latest%20Version&link=https%3A%2F%2Fpypi.org%2Fproject%2FPassioGo%2F)](https://pypi.org/project/PassioGo/)
[![Pepy Total Downlods](https://img.shields.io/pepy/dt/PassioGo)](https://www.pepy.tech/projects/passiogo)
[![PyPI - Version](https://img.shields.io/pypi/v/passiogo-fix?label=Latest%20Version&link=https%3A%2F%2Fpypi.org%2Fproject%2Fpassiogo-fix%2F)](https://pypi.org/project/passiogo-fix/)
[![Pepy Total Downlods](https://img.shields.io/pepy/dt/passiogo-vehicle-fix)](https://www.pepy.tech/projects/passiogo-vehicle-fix)
[![Documentation Status](https://readthedocs.org/projects/passiogo/badge/?version=latest)](https://passiogo.readthedocs.io/en/latest/?badge=latest)




An **unofficial** Python API for [Passio Go](https://passiogo.com/) allowing anyone to build transit-based applications for hundreds of Universities, Municipalities, Paratransit, and Airports.
An **unofficial** Python API for [Passio Go](https://passiogo.com/) allowing anyone to build transit-based applications for hundreds of Universities, Municipalities, Paratransit, and Airports. Based on [Andrei Thüler's PassioGo API](https://github.com/athuler/PassioGo), with the vehicle latitude/longitude issue fixed.


## Installation

The package is available to download using [pip](https://pypi.org/project/PassioGo/).
The package is available to download using [pip](https://pypi.org/project/passiogo-fix/).

```
pip install passiogo
pip install passiogo-fix
```

## Documentation

Project documentation for the latest stable version is available at [passiogo.readthedocs.io](https://passiogo.readthedocs.io/). Documentation for other versions is available at [passiogo.readthedocs.io/en/X.X.X](https://passiogo.readthedocs.io/en/0.1.2/).
Project documentation for Andrei Thüler's latest stable version is available at [passiogo.readthedocs.io](https://passiogo.readthedocs.io/). Documentation for other versions is available at [passiogo.readthedocs.io/en/X.X.X](https://passiogo.readthedocs.io/en/0.1.2/).

The documentation is built using `mkdocs` and can be rebuilt using the following:

```
pip install -r docs/requirements.txt
mkdocs serve
## Usage

### Importing

To import this version of the API, you will need to run the following:

```python
from passiogo_fix import passiogo
```

Otherwise, everything is exactly the same as Andrei Thüler's API.

## Usage

### Transportation System

Expand Down Expand Up @@ -172,19 +176,7 @@ alerts[0].__dict__

## Changelog

This project's changelog is available at [`CHANGELOG.md`](https://github.com/athuler/PassioGo/blob/main/CHANGELOG.md)


## Bug Reporting / Feedback

Found a bug? Have an idea for a new feature? Please [send it in as a GitHub issue](https://github.com/athuler/PassioGo/issues)!


## Contributing

Interested in contributing to this package? Check out [open issues](https://github.com/athuler/PassioGo/issues).

When ready, [fork the repository](https://github.com/athuler/PassioGo/fork), make your edits, then open a pull request on the active development branch.
Andrei Thüler's changelog (everything besides this fix) is available at [`CHANGELOG.md`](https://github.com/athuler/PassioGo/blob/main/CHANGELOG.md)\


## All Transportation Systems Accessible By The API
Expand Down
Binary file added dist/passiogo_fix-0.0.3-py3-none-any.whl
Binary file not shown.
Binary file added dist/passiogo_fix-0.0.3.tar.gz
Binary file not shown.
Loading