cznic/public/: fred-filed-0.6.0 metadata and description

Simple index

Filed - a client library for a Fred fileman

author Vlastimil Zíma
author_email vlastimil.zima@nic.cz
classifiers
  • Development Status :: 2 - Pre-Alpha
  • Intended Audience :: Developers
  • License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
  • Operating System :: OS Independent
  • Programming Language :: Python
  • Programming Language :: Python :: 3.9
  • Programming Language :: Python :: 3.10
  • Programming Language :: Python :: 3.11
  • Programming Language :: Python :: 3.12
  • Programming Language :: Python :: 3.13
  • Topic :: Internet
  • Topic :: Office/Business
  • Topic :: Software Development :: Libraries
  • Topic :: Software Development :: Libraries :: Python Modules
  • Topic :: Utilities
  • Typing :: Typed
license GPLv3+
provides_extras quality
requires_dist
  • fred-api-fileman~=1.2.2
  • fred-frgal<5,>=3.15
  • doc8; extra == "quality"
  • mypy; extra == "quality"
  • ruff; extra == "quality"
requires_python ~=3.9

Because this project isn't in the mirror_whitelist, no releases from root/pypi are included.

File Tox results History
fred_filed-0.6.0-py3-none-any.whl
Size
25 KB
Type
Python Wheel
Python
3
fred_filed-0.6.0.tar.gz
Size
24 KB
Type
Source

Filed - a client library for a Fred fileman

Learn more about the project and our community on the FRED’s home page

ChangeLog

Unreleased

0.6.0 (2025-06-03)

  • Use normalized UID (#13).

0.5.0 (2025-03-18)

  • Add support for python 3.13.
  • Drop support for python 3.8.
  • Support frgal 4 (#12).
  • Fix annotations.
  • Fix changelog.
  • Update project setup.
  • Apply ruff autoformat.

0.4.0 (2024-09-25)

  • Replace frgal with fred-frgal.
  • Update project setup.

0.3.1 (2024-01-31)

  • Fix FileClient.read exception handling (#11).

0.3.0 (2023-11-14)

  • Add support for python 3.11 and 3.12.

  • Drop support for python 3.7.

  • Use API 1.2.0 (#8).

  • Update frgal (#10).

  • Support UID in FileClient (#7).

    Warning

    FileClient.create now returns str instead of UUID.

  • Support UID in File and Storage (#7).

  • Fix annotations.

  • Update project setup.

0.2.1 (2022-02-02)

  • Restrict dependency versions.

0.2.0 (2022-02-01)

  • Add support for python 3.9 and 3.10.
  • Drop support for python 3.5 and 3.6.
  • Add FileClient.create (#1).
  • Add write mode to File (#2).
  • Add Storage.create (#2).
  • Actually transport file content in chunks (#3).
  • Update static checks & project setup.
  • Update mypy settings & improve annotations.

0.1.0 (2020-06-16)

Initial version.

  • Add read-only access to files with high level I/O interface.