mirror of
https://github.com/ehw-fit/ariths-gen.git
synced 2025-04-03 13:51:33 +01:00

Some checks failed
CodeQL / Analyze (python) (push) Failing after 49s
BUILD / build (push) Failing after 23s
BUILD / test (push) Has been skipped
BUILD / Python ${{ matrix.python-version }} test (3.10) (push) Has been skipped
BUILD / Python ${{ matrix.python-version }} test (3.11) (push) Has been skipped
BUILD / Python ${{ matrix.python-version }} test (3.7) (push) Has been skipped
BUILD / Python ${{ matrix.python-version }} test (3.8) (push) Has been skipped
BUILD / Python ${{ matrix.python-version }} test (3.9) (push) Has been skipped
BUILD / documentation (push) Has been skipped
20 lines
574 B
INI
20 lines
574 B
INI
[metadata]
|
|
name = ariths_gen
|
|
description = Arithmetic circuits generator to Verilog, BLIF, C etc.
|
|
version = attr: ariths_gen.VERSION
|
|
long_description = file: README.md
|
|
long_description_content_type = text/markdown
|
|
license = MIT
|
|
author = Jan Klhufek, Vojtech Mrazek
|
|
author_email = iklhufek@fit.vutbr.cz
|
|
url = https://github.com/ehw-fit/ariths-gen
|
|
download_urls = https://pypi.org/project/ariths-gen
|
|
project_urls =
|
|
Code = https://github.com/ehw-fit/ariths-gen
|
|
Issue tracker = https://github.com/ehw-fit/ariths-gen/issues
|
|
|
|
|
|
[options]
|
|
packages = find:
|
|
python_requires = >=3.8
|