Socket
Socket
Sign inDemoInstall

pyams-site

Package Overview
Dependencies
13
Maintainers
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    pyams-site

PyAMS site management features


Maintainers
1

Readme

================== PyAMS_site package

.. contents::

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 <https://pyams.readthedocs.io>_

What is PyAMS_site?

PyAMS_site is an extension package for Pyramid and PyAMS frameworks. It provides a small set of features related to sites, which are the base components of any web site or application.

One of the main features of PyAMS_site packages is the management of site's generations, which is largely based on zope.generations package (but with much less features); a generation is defined when a new version of any package is requiring database updates to convert contents by adding or updating properties, or renaming classes. But unlike other frameworks, PyAMS made the choice to not automatically do this conversion, which is done using the "pyams_upgrade" console script; the zodbupdate console script can also be used in a first step when some classes need to be renamed before doing an upgrade.

PyAMS_site also provides a Pyramid's root factory, which is used by Pyramid on application startup to initialize a new site.

Changelog

2.0.1

  • updated Buildout configuration

2.0.0

  • upgraded to Python 2.0
  • added support for Python 3.10 and 3.11

1.3.0

  • removed support for Python < 3.7

1.2.0

  • updated site generations manager upgrade tool, using registered objects factories so that required utilities can be defined only by their interface
  • removed Travis-CI configuration

1.1.0

  • added ISiteEtcTraverser interface to handle custom traversing to local site manager
  • updated doctests

1.0.1

  • replaced hooks with local registry setting
  • updated doctests

1.0.0

  • initial release

Keywords

FAQs


Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc