Metadata-Version: 2.1
Name: gently
Version: 0.18
Summary: A tool for designing and analysing control systems
Home-page: https://github.com/celaleddin/gently/
Author: Celaleddin Hidayetoğlu
Author-email: celaleddin.hidayetoglu@gmail.com
License: MIT
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: hy
Requires-Dist: sympy
Requires-Dist: control
Requires-Dist: matplotlib

# Gently

Gently is a tool for designing and analysing control systems.

It is being written in [Hy](http://hylang.org/ "Hy") (a dialect of Lisp embedded in Python) and aims to provide an expressive domain-specific language for designing and analysing control systems.

It uses [python-control](https://python-control.readthedocs.io/en/latest/ "python-control") package for control systems related operations.


## Installing

Gently requires Python 3.5 or higher. If you are familiar with Python and know how to install a package using pip, here is how to install Gently:

    pip install gently

If you are not sure what this is, you can read the [installation guide](https://github.com/celaleddin/gently/blob/master/docs/install.md "How to install Gently?").


## Usage

You can look at the [examples](https://github.com/celaleddin/gently/blob/master/examples/examples.hy "Gently Examples") for a quick overview. For more detailed information, you can read [this document](https://web.itu.edu.tr/hidayetoglu/control-systems-dsl.pdf "Control Systems DSL").


