Repository URL to install this package:
|
Version:
1.0.1.0 ▾
|
from .app import App
from .cli import Cli
from .config import Config
from .diff import diffdir
from .io import Walk, walks
from .lang import CLang, Comments, Detector, extensions, JavaLang, langs, ShLang, SqlLang, XmlLang
from .license import License
from .log import logger
from .template import Template
from .version import __version__
# copyright - Add or replace license boilerplate.
# Copyright (C) 2016 Remik Ziemlinski
#
# copyright is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# copyright is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.