Skip to main content

A Python package for working with Hyper Light Drifter files

Project description

hldlib

A Python package for working with Hyper Light Drifter files.

TODO list

  • way better documentation
  • make dependencies their own class; something like
class Dependencies:
    depends_on: list[int]
    depends_type: "flag" | "enemy"
    actor: HLDType | -999999
    delay: int

    @classmethod
    def from_string(cls, string: str): ...

    def to_string(self) -> str: ...
  • make room_settings their own class and add level pngs; something like
class RoomSettings:
    w: int # width
    h: int # height
    bg: str | Path # or PIL.Image idk
    ...

    @classmethod
    def from_string(cls, string: str): ...

    def to_string(self) -> str: ...    

Examples

Here.

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

hldlib-0.1.2-py3-none-any.whl (15.6 kB view details)

Uploaded Python 3

File details

Details for the file hldlib-0.1.2-py3-none-any.whl.

File metadata

  • Download URL: hldlib-0.1.2-py3-none-any.whl
  • Upload date:
  • Size: 15.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.16

File hashes

Hashes for hldlib-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 58f8349ea975d1368975849ab29f0a030c229815a679d6186b1024a606428a79
MD5 b495c4b26bf464af7413af9de32791ec
BLAKE2b-256 d43046d020fe447a351719b1f78073dca135b95a915bd76e3972d8c94ab2f2a3

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