Skip to main content

Unofficial Azur Lane API library made in Python

Project description

Discord Downloads

Repository for the Python library for the unofficial Azur Lane API

Example

Importing module and instancing the api

from azurlane.azurapi import AzurAPI
api = AzurAPI()

Getting ship information

Type: Multilingual

api.getShip(ship="Enterprise")

or

api.getShipByName(name="Enterprise")

Type: ID

Works with string or integer. Do not use integer if the id is less than 100 since integers such as 077 is a syntax error in Python

api.getShip(ship=115)
api.getShip(ship="115")

or

# sid stands for "ship id" since id is a reserved function name in Python
api.getShipById(sid=115)
api.getShipById(sid="115")

Maintainers

In Collaboration With

Support Server

image1

Discord Link: https://discord.gg/aAEdys8

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

azurlane-1.1.1.zip (9.6 kB view details)

Uploaded Source

File details

Details for the file azurlane-1.1.1.zip.

File metadata

  • Download URL: azurlane-1.1.1.zip
  • Upload date:
  • Size: 9.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/18.2 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.5.0

File hashes

Hashes for azurlane-1.1.1.zip
Algorithm Hash digest
SHA256 22c05a1571afafeb491d1241898749a8f7a7cb6a208eb4c5045ade5fca138403
MD5 a92a5f4a4f6495fc57d90252146c1319
BLAKE2b-256 eaa508e04aad7e24410b8f5e3d4a55b5cd3dbad0656a9b95ba53c4b5faa434c7

See more details on using hashes here.

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