mwchase/python-structured-data

View on GitHub
.cookiecutterrc

Summary

Maintainability
Test Coverage
# Generated by cookiepatcher, a small shim around cookiecutter (pip install cookiepatcher)

cookiecutter:
    _template: gh:ionelmc/cookiecutter-pylibrary
    appveyor: 'yes'
    c_extension_function: longest
    c_extension_module: _structured_data
    c_extension_optional: 'no'
    c_extension_support: 'no'
    codacy: 'no'
    codeclimate: 'no'
    codecov: 'yes'
    command_line_interface: 'no'
    command_line_interface_bin_name: structured-data
    coveralls: 'no'
    distribution_name: structured-data
    email: max.chase@gmail.com
    full_name: Max Woerner Chase
    github_username: mwchase
    landscape: 'no'
    license: MIT license
    linter: flake8
    package_name: structured_data
    project_name: Structured Data
    project_short_description: Code generators for immutable structured data, including algebraic data types, and functions to destructure them.
    release_date: today
    repo_name: python-structured-data
    requiresio: 'yes'
    scrutinizer: 'no'
    sphinx_doctest: 'no'
    sphinx_theme: sphinx-py3doc-enhanced-theme
    test_matrix_configurator: 'yes'
    test_matrix_separate_coverage: 'yes'
    test_runner: pytest
    travis: 'yes'
    version: 0.1.0
    website: https://mwchase.neocities.org
    year: now