More-ds

Latest version: v0.0.6

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

Scan your dependencies

0.0.6

--------------------

Added
^^^^^

- ``SemVer`` class for easy semantic version number creation.

0.0.5

--------------------

Added
^^^^^

- ``Timer`` class for timing a block of code
- Sphinx based documentation: https://more-ds.readthedocs.io/en/latest/

Changed
^^^^^^^

- Imported data structures in their parent package, shortening the required
import statements. Eg ``from more_ds.network.url import URL`` now becomes
``from more_ds.network import URL``

0.0.4

--------------------

Added
^^^^^

- Added ``py.typed`` to package, so that MyPy can use the type annotations from
``more-ds``.
- Included ``CHANGELOG.rst`` in ``sdist`` and specified ``project_urls`` in
``setup.cfg`` so that the changelog is visible from pypi.org.

0.0.3

--------------------

Fixed
^^^^^

- Allow for repeatedly adding new query parameters (contributed by Jan Murre
jjmurre)

0.0.2

--------------------

Fixed
^^^^^

- Fixed README.rst rendering on PyPi.

0.0.1

--------------------

Added
^^^^^

- Initial version.
- Copied ``URL`` class + tests from https://github.com/workfloworchestrator/nwa-stdlib

Changed
^^^^^^^

- Modified example in ``URL``'s docstring to be in doctest format.

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.