Lazuli

Latest version: v3.0.2

Safety actively analyzes 681844 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 4

2.2.0

Not secure
- Add `currency` property to Character
- The `currency` property is a dictionary of all the currencies (e.g. NX) associated with the account that contains the character.
- Dictionary keys: `mesos`, `nx`, `maplepoints`, `vp`, `dp`
- Add `characters` & `free_char_slots` properties to Account
- `characters` is a list of the IGNs of all the characters in the account
- `free_char_slots` is an integer representing the number of free character slots in the account

2.1.0

Not secure
- Make the use of pre-underscores in variables consistent
- Remove accessor for variables like _database_config
- These are now always be used with the pre-underscore internally
- Reason: These variables should NOT be accessed manually when using Lazuli's API
- These changes are not considered breaking, since the removed properties weren't intended to be manually accessed in the first place

2.0.1

Not secure
- Fixed char image method in Character
- Previously broken due to faulty refactor of Inventory instantiation

2.0.0

Not secure
- Made Inventory lazy-instantiation by:
- refactoring to a method in Lazuli, instead of Character
- Update unit test WRT breaking API changes

1.1.0

- Add getter methods that return all attributes together
- Made Inventory instantiation more efficient by reducing SQL calls

1.0.1

Not secure
- Perform general linting

Page 2 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.