Metadata-Version: 2.1
Name: solists
Version: 0.1.6
Summary: Implementation of self-organizing lists.
Home-page: https://github.com/vsevolodbazhan/Sol
License: MIT
Author: Vsevolod Bazhan
Author-email: vsevozhan@yandex.ru
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Project-URL: Repository, https://github.com/vsevolodbazhan/Sol
Description-Content-Type: text/markdown

# Sol

Implementation of [self-organizing](https://en.wikipedia.org/wiki/Self-organizing_list) linked lists.

[![CodeFactor](https://www.codefactor.io/repository/github/vsevolodbazhan/sol/badge)](https://www.codefactor.io/repository/github/vsevolodbazhan/sol)
[![Codecov](https://codecov.io/gh/vsevolodbazhan/Sol/branch/master/graph/badge.svg)](https://codecov.io/gh/vsevolodbazhan/Sol)
![License](https://img.shields.io/github/license/vsevolodbazhan/Sol)

## Installation

```bash
pip install solists
```

## Documentation

Documentation is available online at https://vsevolodbazhan.github.io/Sol/ and in the `docs` directory.

## Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate and run existing ones using:

```bash
make test
```

## License

[MIT](https://github.com/vsevolodbazhan/Sol/blob/master/LICENSE)

