Metadata-Version: 2.1
Name: textX-dev
Version: 0.1.4
Summary: Development tools for textX
Home-page: https://github.com/textX/textX-dev
Author: Igor R. Dejanovic
Author-email: igor.dejanovic@gmail.com
License: MIT
Keywords: parser,meta-language,meta-model,language,DSL
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Software Development :: Interpreters
Classifier: Topic :: Software Development :: Compilers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: textX
Requires-Dist: textX-jinja
Requires-Dist: textx-lang-questionnaire
Requires-Dist: click
Requires-Dist: appdirs
Requires-Dist: jinja2
Provides-Extra: dev
Requires-Dist: wheel ; extra == 'dev'
Provides-Extra: test
Requires-Dist: flake8 ; extra == 'test'
Requires-Dist: tox ; extra == 'test'
Requires-Dist: coverage ; extra == 'test'
Requires-Dist: coveralls ; extra == 'test'
Requires-Dist: pytest ; extra == 'test'

[![Build status](https://travis-ci.org/textX/textX-dev.svg?branch=master)](https://travis-ci.org/textX/textX-dev)
[![Code test coverage](https://coveralls.io/repos/github/textX/textX-dev/badge.svg?branch=master)](https://coveralls.io/github/textX/textX-dev?branch=master)
[![Documentation Status](https://img.shields.io/badge/docs-latest-green.svg)](http://textx.github.io/textX/latest/scaffolding/)


# textX dev extensions

This project contains a set of extension to
[textX](https://github.com/textX/textX) used during development of languages and
generators.

Current extensions:

- `startproject` -- a textX subcommand for project scaffolding. It will ask
  several questions on the terminal and generate textX project based on the
  answers. Questionnaire specification and interpretation is based on
  [textx-lang-questionnaire](https://github.com/textX/textx-lang-questionnaire)
  language.


