Skip to main content

What is PyAMS?

PyAMS (Pyramid Application Management Suite) is a small suite of packages written for applications and content management with the Pyramid framework.

PyAMS is actually mainly used to manage web sites through content management applications (CMS, see PyAMS_content package), but many features are generic and can be used inside any kind of web application.

All PyAMS documentation is available on ReadTheDocs; source code is available on Gitlab and pushed to Github. Doctests are available in the doctests source folder.

What is ZFiles?

ZFiles is an extension package for PyAMS which allows to define a “files storage” environment.

This environment is very simple, and provides several APIs (for REST/JSON, XML-RPC or JSON-RPC protocols) which allows applications to store and retrieve external files of any type (maybe images, videos, PDF files…). Applications which are using the service just get a unique ID (called OID) when they upload a new document, which can be stored by the applications and used to retrieve them afterwards when needed.

ZFiles is just a storage manager for these documents; the lifecycle management is delegated to the applications which use it as storage backend.

Changelog

2.8.1

  • added support for secured token authentication on documents view

2.8.0

  • added PyAMS monitoring extension

2.7.0

  • added route to get direct access to content of published document version

2.6.4

  • added filter for null values in task OIDs SQL extractor

2.6.3

  • added boolean filter in task OIDs extractor to exclude null values

  • updated Gitlab CI

2.6.2

  • improved scheduler task execution using catalog indexes

2.6.1

  • allow unknown images formats to be stored as standard files

2.6.0

  • added mode to documents synchronizer to handle two-ways synchronizations

  • updated scheduler task execution log format

2.5.3

  • updated scheduler task execution result format

2.5.2

  • updated scheduler task principal ID

2.5.1

  • packaging issue

  • added conditional include on pyams_alchemy to pyams_zfiles.task

2.5.0

  • added scheduler task to check for orphaned documents

  • updated application_name search argument to allow multiple values search

  • use new PyAMS_workflow method to apply first publication date on published content

2.4.4

  • updated Gitlab-CI for Python 3.12

2.4.3

  • updated Gitlab-CI for Python 3.12

2.4.2

  • avoid document content extraction without any matching filter

2.4.1

  • added columns to display index size in indexed properties view

2.4.0

  • allow setting of document title or filename from properties or from current datetime using formatting strings

2.3.1

  • update RPC API permissions checker methods to return a boolean value instead of an ACL

  • added support for Python 3.12

2.3.0

  • added document properties extractors, which can be used to extract some of a document properties from it’s associated file content

2.2.1

  • updated doctests

2.2.0

  • added support for custom catalog indexes for selected documents properties

2.1.0

  • added optional “created_time” argument to document creation API

2.0.7

  • switched default timezone to UTC

2.0.6

  • added missing documents container label provider

2.0.5

  • corrected faulty import

2.0.4

  • updated REST API route name and configuration setting name

  • moved objects finder helper to new module

  • updated doctests

2.0.3

  • updated properties index values getter to correctly split values

2.0.2

  • version mismatch

2.0.1

  • updated modal forms title

  • small updates in documents workflow

2.0.0

  • upgraded to Pyramid 2.0

  • updated tests for unauthenticated requests

1.4.6

  • updated REST document search API schema

1.4.5

  • updated access and update modes management

1.4.4

  • updated Colander API schemas for better OpenAPI specifications

  • added enums for workflow states

1.4.3

  • updated translations

1.4.2

  • updated workflow delete view

1.4.1

  • updated generation evolve

1.4.0

  • added multiple synchronizer configurations

  • added synchronizer access to REST API

1.3.4

  • updated synchronizer call result to return enums values instead of enums, which can’t be converted to JSON

1.3.3

  • removed permission check for CORS OPTIONS request on document data

1.3.2

  • added new PyAMS_security CORS validators to REST services

1.3.1

  • updated CORS support in REST API

  • added support for Python 3.10

1.3.0

  • added support for CORS preflight OPTIONS verb used by REST services

  • updated support for search params in URL

  • updated Gitlab-CI configuration

  • small ZMI updates

1.2.1

  • added enumeration to handle synchronizer status

  • PyAMS_security interfaces refactoring

1.2.0

  • added workflow label

  • added “NOT_FOUND” status to documents synchronizer if given OID doesn’t match an existing document

  • added “NO_DATA” status to documents synchronizer if a POSError occurs when reading document data

1.1.0

  • add index on properties to make them searchable

1.0.6

  • updated document properties widget template

1.0.5

  • added option to display menu to access documents container from ZMI home page

1.0.4

  • added missing “context” argument to permission check

1.0.3

  • added title to applications vocabulary terms

1.0.2

  • updated application manager permissions

1.0.1

  • updated context of permissions checks in REST and GraphQL APIs

1.0.0

  • initial release

Release files for pyams-zfiles 2.8.1

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for pyams-zfiles 2.8.1
File Size Uploaded
pyams_zfiles-2.8.1.tar.gz 83.7 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for pyams-zfiles 2.8.1
File Interpreter ABI Platform
pyams_zfiles-2.8.1-py3-none-any.whl Python 3 none any Details

Total release size: 193.4 kB

Release files / pyams_zfiles-2.8.1.tar.gz

Download URL pyams_zfiles-2.8.1.tar.gz
Size 83.7 kB
Tags Source
SHA-256 checksum
How to use checksums
a2f22755e90377f1387e39bb1aa17526ea1b08d685ecdbfebf20b378cd2aab52
BLAKE2b-256 checksum
How to use checksums
b1e1c305a269053fab123c393730e52898b1d699bc6f5ae8814d492466aa917a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.7.17

Release files / pyams_zfiles-2.8.1-py3-none-any.whl

Download URL pyams_zfiles-2.8.1-py3-none-any.whl
Size 109.8 kB
Tags Python 3
SHA-256 checksum
How to use checksums
1743d36658bf9df433fd5eb8844f6a3024abc5f0d4db0a8b9e93e015b5de880c
BLAKE2b-256 checksum
How to use checksums
e75164a57bfb9c8f39faf6221c2d827b1988d120f882c096218da3ec44048e38
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.7.17

Release history Release notifications | RSS feed

This release

2.8.1 This release

2 release files

2.8.0

2 release files

2.7.0

2 release files

2.6.4

2 release files

2.6.3

2 release files

2.6.2

2 release files

2.6.1

2 release files

2.6.0

2 release files

2.5.3

2 release files

2.5.2

2 release files

2.5.1

2 release files

2.4.4

2 release files

2.4.3

2 release files

2.4.2

2 release files

2.4.1

2 release files

2.4.0

2 release files

2.3.1

2 release files

2.3.0

2 release files

2.2.1

2 release files

2.2.0

2 release files

2.1.0

2 release files

2.0.7

2 release files

2.0.6

2 release files

2.0.5

2 release files

2.0.3

2 release files

2.0.2

2 release files

2.0.0

2 release files

1.4.6

7 release files

1.4.5

7 release files

1.4.4

7 release files

1.4.3

7 release files

1.4.2

7 release files

1.4.1

6 release files

1.4.0

6 release files

1.3.4

6 release files

1.3.3

6 release files

1.3.2

6 release files

1.3.1

6 release files

1.3.0

5 release files

1.2.1

5 release files

1.2.0

5 release files

1.1.0

5 release files

1.0.6

5 release files

1.0.5

5 release files

1.0.4

5 release files

1.0.3

5 release files

1.0.2

5 release files

1.0.1

5 release files

1.0.0

5 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page