cznic/public/: fred-filed-0.2.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.7
  • Programming Language :: Python :: 3.8
  • Programming Language :: Python :: 3.9
  • Programming Language :: Python :: 3.10
  • Topic :: Internet
  • Topic :: Office/Business
  • Topic :: Software Development :: Libraries
  • Topic :: Software Development :: Libraries :: Python Modules
  • Topic :: Utilities
license GPLv3+
provides_extras types
requires_python ~=3.7

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

File Tox results History
fred-filed-0.2.0.tar.gz
Size
10 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.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.