Async-pokepy

Latest version: v0.1.5a0

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

Scan your dependencies

Page 1 of 2

0.1.5a

------

- :class:`Machine` object with :meth:`Client.get_machine`
- Added `lru-dict <https://pypi.org/project/lru-dict/>`_ as an optional package for overall
better caching with a least recently used algorithim and a maxsize of 128.
- :class:`UnNamedBaseObject` for full objects without a name provided.
- Can now pass a custom :class:`aiohttp.ClientSession`
in :meth:`Client.connect`.

0.1.4a

------

- Hotfixes for :class:`AsyncPaginationIterator` mostly.

0.1.3a

------

- Various improvements with :class:`AsyncPaginationIterator`
and :class:`AsyncIterator`
- Many objects attributes that were strings are now :class:`NamedAPIObject`
or :class:`APIObject`.
- :class:`AsyncPaginationIterator` now uses both of the
instead of a :class:`tuple`.
- :class:`MachineVersionDetail` for :class:`Move`
- :class:`Berry` objects.

0.1.2a

------

- Added :class:`Ability` and :meth:`Client.get_ability` for ability objects.

0.1.1a

------

- Sprites from :meth:`Client.read_sprite` and :meth:`Client.save_sprite`
are now cached.
- Slight improvements in internal caching.

0.1.0a

------

- :class:`Move` objects and :meth:`Client.get_move`
(still incomplete and need testing).
- Integrated :class:`AsyncIterator` and :meth:`Client.get_pagination`
for API pagination, still incomplete and needs testing too.
- :data:`version_info` for a :data:`sys.version_info`-like
:func:`~collections.namedtuple`.
- All modules now have ``__all__`` defined to them.

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.