Motif is an opinionated templating toolkit built in Python.
Project description
ap-motif
Motif is an opinionated templating toolkit built in Python
Requirements
- Python 3.8.x, 3.9.x
- Appropriate virtualization
Installation
pip install ap-motif
Usage:
# validate a configuration file
motif validate PATH/TO/CONFIG.YML
# create a new tool via configuration file
motif create PATH/TO/CONFIG.YML
Config File Definition
version: 'VERSION'
config:
namespace: 'NAMESPACE_IDENTIFIER'
name: 'TOOL_NAME'
version: 'MAJOR.MINOR.PATCH'
description: 'DESCRIPTION'
author: 'AUTHOR_NAME'
author_email: 'AUTHOR_EMAIL'
tool: 'TOOL_IDENTIFIER'
tool_specific:
command: 'COMMAND_NAME'
-
VERSIONis the motif config version, currently1.0 -
NAMESPACE_IDENTIFIERis the name of your python namespace, i.e.apfor things I create -
TOOL_NAMEis the name of the tool, i.e.motif -
MAJOR.MINOR.PATCHis an optional field that defaults to0.1.0 -
AUTHOR_NAMEis the author's name -
AUTHOR_EMAILis the author's email (use your github anonymous email for security purposes) -
TOOL_IDENTIFIERis one of the following:clito create a new CLI tool
-
tool_specificoptions change based on the tool in questioncliCOMMAND_NAMEis an optional field and will revert to theTOOL_NAMEif not provided. this is the command line command used to execute the tool
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ap_motif-0.1.11-py3-none-any.whl.
File metadata
- Download URL: ap_motif-0.1.11-py3-none-any.whl
- Upload date:
- Size: 4.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.8.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
723cb7cabc1cde5572e75becffc92112617ee18fb1d3dfb4f38b7b030f70733a
|
|
| MD5 |
6294b1b82824768f9b48831bacdbd629
|
|
| BLAKE2b-256 |
24f827b7b1d75084d0de6a920158dd278cc8204536408da07d75b68ec5d99617
|