Metadata-Version: 2.5
Name: ctl
Version: 2.0.0
Summary: Full control of your environment
Project-URL: Homepage, https://github.com/20c/ctl
Project-URL: Repository, https://github.com/20c/ctl
Project-URL: Documentation, https://ctl.readthedocs.io/en/latest
Author-email: 20C <code@20c.com>
License: Apache-2.0
License-File: LICENSE
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Software Development :: Documentation
Requires-Python: >=3.10
Requires-Dist: confu>=1.4
Requires-Dist: gitpython>=3.1.36
Requires-Dist: grainy>=1.4
Requires-Dist: munge>=1
Requires-Dist: natsort>=8
Requires-Dist: ogr>=0.46.0
Requires-Dist: pluginmgr>=1.2.1
Requires-Dist: pydantic>=2.3.0
Requires-Dist: semver<=3
Provides-Extra: dev
Requires-Dist: coverage>=5; extra == 'dev'
Requires-Dist: jinja2>=2; extra == 'dev'
Requires-Dist: mypy>=0.950; extra == 'dev'
Requires-Dist: pre-commit>=2.13; extra == 'dev'
Requires-Dist: pytest-cov>=2.10.1; extra == 'dev'
Requires-Dist: pytest-filedata>=1.0.0; extra == 'dev'
Requires-Dist: pytest>=6; extra == 'dev'
Requires-Dist: pyyaml>1; extra == 'dev'
Requires-Dist: ruff>=0.1; extra == 'dev'
Requires-Dist: setuptools>=65; extra == 'dev'
Requires-Dist: tmpl>=1; extra == 'dev'
Requires-Dist: tomlkit<1; extra == 'dev'
Requires-Dist: twine>=7; extra == 'dev'
Provides-Extra: docs
Requires-Dist: markdown; extra == 'docs'
Requires-Dist: markdown-include<1,>=0.5; extra == 'docs'
Requires-Dist: mkdocs>=1.2.3; extra == 'docs'
Requires-Dist: pymdgen<2; extra == 'docs'
Description-Content-Type: text/markdown


# Ctl

[![PyPI](https://img.shields.io/pypi/v/ctl.svg?maxAge=60)](https://pypi.python.org/pypi/ctl)
[![PyPI](https://img.shields.io/pypi/pyversions/ctl.svg?maxAge=600)](https://pypi.python.org/pypi/ctl)
[![tests](https://github.com/20c/ctl/actions/workflows/tests.yml/badge.svg)](https://github.com/20c/ctl/actions/workflows/tests.yml)
[![Codecov](https://img.shields.io/codecov/c/github/20c/ctl/master.svg?maxAge=60)](https://codecov.io/github/20c/ctl)

Full control of your environment

## Documentation

- latest: https://ctl.readthedocs.io/en/latest

## License

Copyright 2016-2024 20C, LLC

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this software except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
