Skip to main content

Nextbike API wrapper

Project description

Nextbike API wrapper (unofficial)

This is an unofficial nextbike API client.

It's worthy to note, that the API itself isn't open, so there is no permission of use or SLA.

Currently, the client implements only read operations.

How to use the client

The client itself is very simple. It allows acquiring all of the data, which, in turn, takes a lot of time, or fetch some country data only. Note, that "country" in terms of Nextbike API is not equal to its common meaning.

from nextbike_api.client import Client


c = Client()
print(c.country('ua'))

How to run the tests

There are two kinds of tests here: unit tests and integration tests. First ones do their job without interaction with some external stuff, e. g. Nextbike API. The latter need to make use of some external API. That makes them more time-consuming.

To be able to run tests, you need to install development packages:

$ pipenv install --dev

So, to run unit tests you need to execute pytest

But if you want to perform deep tests, you need to set a relevant environment variable:

export NEXTBIKE_API_SKIP_INTEGRATION_TESTS=False

and then run the tests:

pytest

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

nextbike_api-1.0.0.tar.gz (2.5 kB view hashes)

Uploaded Source

Built Distribution

nextbike_api-1.0.0-py3-none-any.whl (4.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page