Metadata-Version: 2.1
Name: mt-system
Version: 0.0.0
Summary: Python library of MT system.
Home-page: https://github.com/stfukuda/mt-system.git
License: BSD-3-Clause
Author: Shota Fukuda
Author-email: st_fukuda@outlook.jp
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: scikit-learn
Project-URL: Documentation, https://stfukuda.github.io/mt-system/
Project-URL: Repository, https://github.com/stfukuda/mt-system.git
Description-Content-Type: text/markdown

# MT-system

Python library of MT system.

## Dependencies

This library requires:

- Python (>=3.8)

## Installation

It can be installed as follows using pip:

```shell
pip install -U mt-system
```

## Usage

Describe how to use the library in this part.

## Development

Development requires:

- Python (>=3.8)
- Poetry
- Git (Option)
- Make (Option)

### Source code

You can check the latest sources with the command:

```shell
git clone https://github.com/stfukuda/mt-system.git
```

### Enviroment

After cloning the repository, you can install the development environment with the command:

```shell
make install
```

### Testing

After installation, you can run the test with the command:

```shell
make test
```

### Submitting a Pull Request

If the test passes, send the pull request according to the format.

## License

[BSD-3-Clause License](LICENSE)

