Skip to content

Latest commit

 

History

History
76 lines (51 loc) · 2.59 KB

README.md

File metadata and controls

76 lines (51 loc) · 2.59 KB

Arclang

PyPI Status Python Version License

Read the documentation at https://arclang.readthedocs.io/ Tests Codecov

pre-commit Black

This codebase is a python package designed to provide a lot of helper functions for ARC-challenge users. Feel free to use it and contribute to it. It is still a work in progress, so please be patient.

Features

  • Helper functions for ARC-challenge users
  • Visualizations for Matrices

Requirements

  • Python 3.10+

Installation

You can install Arclang via pip from PyPI:

$ pip install arclang

Usage

Please see the Command-line Reference for details.

Contributing

Contributions are very welcome. To learn more, see the Contributor Guide.

License

Distributed under the terms of the MIT license, Arclang is free and open source software.

Issues

If you encounter any problems, please file an issue along with a detailed description.

Credits

This project was generated from @cjolowicz's Hypermodern Python Cookiecutter template.