Metadata-Version: 2.4
Name: zoeis
Version: 0.0.2
Summary: Lightweight Zig framework for generating integer sequences.
Author-email: Tomáš Jíra <tom.jira@gmail.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/tjira/zoeis
Project-URL: Documentation, https://tjira.github.io/zoeis
Project-URL: Repository, https://github.com/tjira/zoeis
Keywords: integer-sequence
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

<h1 align="center">Zoeis</h1>

<h4 align="center">
  <a href="#features">Features</a>
  ·
  <a href="#Citation">Citation</a>
  ·
  <a href="https://tjira.github.io/zoeis">Docs</a>
</h4>

<p align="center">
    <a href="https://github.com/tjira/zoeis/pulse">
        <img src="https://img.shields.io/github/last-commit/tjira/zoeis?style=for-the-badge"/>
    </a>
    <a href="https://github.com/tjira/zoeis/blob/master/LICENSE">
        <img src="https://img.shields.io/github/license/tjira/zoeis?style=for-the-badge"/>
    </a>
    <a href="https://github.com/tjira/zoeis/actions/workflows/test.yml">
        <img src="https://img.shields.io/github/actions/workflow/status/tjira/zoeis/test.yml?style=for-the-badge&label=test"/>
    </a>
    <a href="https://pypi.org/project/zoeis">
        <img src="https://img.shields.io/pypi/v/zoeis?style=for-the-badge"/>
    </a>
    <br>
    <a href="https://github.com/tjira/zoeis">
        <img src="https://img.shields.io/github/languages/code-size/tjira/zoeis?style=for-the-badge"/>
    </a>
    <a href="https://github.com/tjira/zoeis">
        <img src="https://img.shields.io/endpoint?url=https://ghloc.vercel.app/api/tjira/zoeis/badge?filter=.zig&style=for-the-badge&format=human"/>
    </a>
    <a href="https://github.com/tjira/zoeis/stargazers">
        <img src="https://img.shields.io/github/stars/tjira/zoeis?style=for-the-badge"/>
    </a>
    <a href="https://github.com/tjira/zoeis/releases/latest">
        <img src="https://img.shields.io/github/downloads/tjira/zoeis/total?style=for-the-badge"/>
    </a>
    <br>
</p>

<p align="center">
Lightweight Zig framework for integer sequences.
</p>

## License

This project is licensed under the MIT License. See [LICENSE](LICENSE) for details.
