bfcc


Namebfcc JSON
Version 1.0.0 PyPI version JSON
download
home_pagehttps://github.com/donno2048/bfc
SummaryA brainfuck compiler for 64-byte arm linux
upload_time2024-01-19 07:37:01
maintainer
docs_urlNone
authorElisha Hollander
requires_python>=3.0
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # bfc

[![Testing](https://github.com/donno2048/bfc/actions/workflows/test.yml/badge.svg)](https://github.com/donno2048/bfc/actions/workflows/test.yml)

A brainfuck compiler for 64-byte arm linux

Yes, it is a compiler, not an interpreter.

## Installation

### From PyPI

```sh
pip3 install bfcc
```

### From GitHub

```sh
pip3 install git+https://github.com/donno2048/bfc
```

## Usage

```sh
bfc input.bf output
```



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/donno2048/bfc",
    "name": "bfcc",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.0",
    "maintainer_email": "",
    "keywords": "",
    "author": "Elisha Hollander",
    "author_email": "just4now666666@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/a8/01/3a2f2d6a391d0e41b4aebbf822022077da99a2b62b17c57d19f5d7837c71/bfcc-1.0.0.tar.gz",
    "platform": null,
    "description": "# bfc\n\n[![Testing](https://github.com/donno2048/bfc/actions/workflows/test.yml/badge.svg)](https://github.com/donno2048/bfc/actions/workflows/test.yml)\n\nA brainfuck compiler for 64-byte arm linux\n\nYes, it is a compiler, not an interpreter.\n\n## Installation\n\n### From PyPI\n\n```sh\npip3 install bfcc\n```\n\n### From GitHub\n\n```sh\npip3 install git+https://github.com/donno2048/bfc\n```\n\n## Usage\n\n```sh\nbfc input.bf output\n```\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A brainfuck compiler for 64-byte arm linux",
    "version": "1.0.0",
    "project_urls": {
        "Bug Reports": "https://github.com/donno2048/bfc/issues",
        "Documentation": "https://github.com/donno2048/bfc#readme",
        "Homepage": "https://github.com/donno2048/bfc",
        "Source Code": "https://github.com/donno2048/bfc"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4001a1bdc002b4a0b1065b5494e102c19d5a09ea341b3f877da33b4b4ca0e9d5",
                "md5": "c5769a551ddb85d5646eeb272cebcdaa",
                "sha256": "aeb74b1ca8f0835bd57741944fab7ea01e03fab015d19ebfdbf8ff45b3c04bb1"
            },
            "downloads": -1,
            "filename": "bfcc-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c5769a551ddb85d5646eeb272cebcdaa",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.0",
            "size": 3470,
            "upload_time": "2024-01-19T07:36:58",
            "upload_time_iso_8601": "2024-01-19T07:36:58.743015Z",
            "url": "https://files.pythonhosted.org/packages/40/01/a1bdc002b4a0b1065b5494e102c19d5a09ea341b3f877da33b4b4ca0e9d5/bfcc-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a8013a2f2d6a391d0e41b4aebbf822022077da99a2b62b17c57d19f5d7837c71",
                "md5": "3eadb7e832db8e45a122bfde78c50bca",
                "sha256": "ae5dcae57f0c97ca7f2b882c890f1979f0facd7dad71c248fd4ab41249df611d"
            },
            "downloads": -1,
            "filename": "bfcc-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "3eadb7e832db8e45a122bfde78c50bca",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.0",
            "size": 2310,
            "upload_time": "2024-01-19T07:37:01",
            "upload_time_iso_8601": "2024-01-19T07:37:01.084061Z",
            "url": "https://files.pythonhosted.org/packages/a8/01/3a2f2d6a391d0e41b4aebbf822022077da99a2b62b17c57d19f5d7837c71/bfcc-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-19 07:37:01",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "donno2048",
    "github_project": "bfc",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "bfcc"
}
        
Elapsed time: 0.31096s