معرفی شرکت ها


asmchip8-0.1


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Assembler for CHIP-8.
ویژگی مقدار
سیستم عامل -
نام فایل asmchip8-0.1
نام asmchip8
نسخه کتابخانه 0.1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده -
ایمیل نویسنده Mariano Street <mctpyt@proton.me>
آدرس صفحه اصلی -
آدرس اینترنتی https://pypi.org/project/asmchip8/
مجوز -
================ Readme: asmchip8 ================ **asmchip8** is an assembler for CHIP-8. It is free software under the GNU AGPLv3+ license. The author and maintainer is Mariano Street <mctpyt@proton.me>. Dependencies ============ - Runtime dependency: Python 3.10 or later. - Install dependency: Flit. - Test dependencies: PyTest, PyEnv, Test. Development =========== How to run? ----------- From the project directory, run:: $ ./src/asmchip8/main.py <input> For information on command-line options, see ``asmchip8(1)`` or run with ``-h`` or ``--help``. How to install? --------------- Part of the project can be installed via Flit:: $ flit install How to run the test suite? -------------------------- From the project directory, run:: $ PYTHONPATH=src pytest tests If you want a more verbose output, add the ``-v`` option. PyTest is required to be installed. One way to handle this is via Tox: see the next section. How to test different Python versions? -------------------------------------- Use PyEnv and Tox. For example, to test 3.11:: $ pyenv install 3.11-dev $ PATH=$PATH:$HOME/.pyenv/versions/3.11-dev/bin tox -e py311 When testing via Tox, it is not necessary to have PyTest installed on the system. Tox installs it automatically in an isolated environment. Additional documentation ======================== Two manpages are provided with the project: ``asmchip8(1)`` Located at ``doc/asmchip8.1``. It documents the ``asmchip8`` command. ``asmchip8(5)`` Located at ``doc/asmchip8.5``. It documents the assembly language. They can be read without installing like this, from the project directory:: $ man -l doc/asmchip8.1 $ man -l doc/asmchip8.5 In addition, the source code contains some comments and docstrings.


زبان مورد نیاز

مقدار نام
>=3.10 Python


نحوه نصب


نصب پکیج whl asmchip8-0.1:

    pip install asmchip8-0.1.whl


نصب پکیج tar.gz asmchip8-0.1:

    pip install asmchip8-0.1.tar.gz