Skip to main content

Unofficial Azur Lane API library made in Python

Project description

# Azur Lane API [![Discord](https://discordapp.com/api/guilds/648206344729526272/embed.png)](https://discord.gg/aAEdys8)

Repository for the Python library for the unofficial Azur Lane API

## Example

### Importing module and instancing the api `py from azurlane import AzurApi api = AzurApi() `

### Getting ship information

#### Type: Multilingual `py api.get_ship(ship="Enterprise") ` or `py api.get_ship_by_name(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 `py api.get_ship(ship=115) api.get_ship(ship="115") ` or `py # sid stands for "ship id" since id is a reserved function name in Python api.get_ship_by_id(sid=115) api.get_ship_by_id(sid="115") `

## Maintainers - [Noel](https://github.com/nowoel) - [Spimy](https://github.com/Spimy)

## In Collaboration With - [synopNode()](https://www.youtube.com/channel/UCEw406qZnsdCEpRgVvCJzuQ)

## Support Server

[![](https://discordapp.com/api/guilds/648206344729526272/widget.png?style=banner2)](https://discord.gg/aAEdys8)

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.0.4.tar.gz (4.8 kB view details)

Uploaded Source

File details

Details for the file azurlane-1.0.4.tar.gz.

File metadata

  • Download URL: azurlane-1.0.4.tar.gz
  • Upload date:
  • Size: 4.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.8.1

File hashes

Hashes for azurlane-1.0.4.tar.gz
Algorithm Hash digest
SHA256 e9305416bd2e4b0072796f71921070d271e9ba9798d27e09636035c4e7e77630
MD5 4b40d850b9c885ca03b1a80aaace79fe
BLAKE2b-256 20f08215f9b0a1b3abee8dce2947e07924baa5dcd31add786a59d5d2ecd59fc7

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