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

Simple index Newer version available

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.8
  • Programming Language :: Python :: 3.9
  • Programming Language :: Python :: 3.10
  • Programming Language :: Python :: 3.11
  • Programming Language :: Python :: 3.12
  • Topic :: Internet
  • Topic :: Office/Business
  • Topic :: Software Development :: Libraries
  • Topic :: Software Development :: Libraries :: Python Modules
  • Topic :: Utilities
  • Typing :: Typed
license GPLv3+
provides_extras types
requires_dist
  • fred-api-fileman ~=1.2.0
  • frgal ~=3.12
  • bandit ; extra == 'quality'
  • doc8 ; extra == 'quality'
  • flake8 ; extra == 'quality'
  • isort ; extra == 'quality'
  • mypy ; extra == 'quality'
  • pydocstyle ; extra == 'quality'
  • types-pytz ; extra == 'types'
requires_python ~=3.8

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

File Tox results History
fred-filed-0.3.0.tar.gz
Size
11 KB
Type
Source
fred_filed-0.3.0-py3-none-any.whl
Size
12 KB
Type
Python Wheel
Python
3

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.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).

  • 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.