Skip to content
#

attributes

Here are 284 public repositories matching this topic...

corranwebster
corranwebster commented Sep 30, 2020

It is common to have Union traits of the form Union(None, <something>). As a convenience to developers, and following a similar convention in Python's typing module, we should consider having Optional(<something>) as an alternative way of writing Union(None, <something>).

An alternative would be to make allow_none metadata universally accepted across TraitType instances.

import-cli-simple

This the meta package for Pacemaker Community, a Symfony based CLI application that provides import functionality for products, categories, attributes, and attribute-sets. The default format is CSV, adapters for XML are also available. The application can be declaratively extended by additional operations, which can be used to reassemble and execute the existing functionalities according to project-specific requirements. But also completely new commands can be integrated quickly and easily via dependency injection.

  • Updated Nov 17, 2021
  • PHP

Improve this page

Add a description, image, and links to the attributes topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the attributes topic, visit your repo's landing page and select "manage topics."

Learn more