biscuit-api


Namebiscuit-api JSON
Version 2.99.4 PyPI version JSON
download
home_pageNone
SummaryThe uncompromising code editor
upload_time2024-06-25 06:34:52
maintainerNone
docs_urlNone
authorBilly
requires_python<4.0,>=3.10
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <h1 align="center">
    <img src="https://github.com/tomlin7/Biscuit/assets/70792552/0ea8e958-92de-4659-b1c9-ab5a72f05d7d" width=700><br>
    <a href=https://github.com/tomlin7/Biscuit/actions/workflows/nightly.yml> 
        <img src="https://img.shields.io/github/actions/workflow/status/tomlin7/biscuit/nightly.yml?style=for-the-badge"> 
    </a> 
    <img alt="Project License" src="https://img.shields.io/github/license/tomlin7/Biscuit?style=for-the-badge"> 
    <a href=https://github.com/tomlin7/Biscuit/releases> 
        <img alt="Download Latest" src="https://img.shields.io/github/v/release/tomlin7/biscuit?style=for-the-badge"> 
    </a>
    <img alt="GitHub closed pull requests" src="https://img.shields.io/github/issues-pr-closed-raw/tomlin7/Biscuit?style=for-the-badge">
</h1>
<h4 align="center">
    <a href=https://github.com/tomlin7/Biscuit/blob/main/CONTRIBUTING.md>Developer Docs</a> • 
    <a href=https://github.com/tomlin7/Biscuit/tree/main?tab=readme-ov-file#features>Screenshots</a> • 
    <a href=https://github.com/tomlin7/Biscuit/releases>Downloads</a> • 
    <a href=https://tomlin7.github.io/biscuit-extensions>Marketplace</a> • 
    <a href=https://github.com/tomlin7/Biscuit/blob/main/CODE_OF_CONDUCT.md>Code of Conduct</a><br><br>
    <img src="https://github.com/tomlin7/biscuit/assets/70792552/75c1eaf8-04d1-4945-859f-52b32b36d529" width=2000><br><br>
    <code>"Life is short, eat more biscuits."</code>
</h1>

Biscuit is a lightweight, awesome code editor for any language. Biscuit supports essential language features such as Smart Code Completions, Syntax highlighting, etc. We wrote it in python, using only tkinter for GUI. It's a great alternative to [insert funny thing here]! Scroll down to see [some of the features](https://github.com/tomlin7/Biscuit/tree/main?tab=readme-ov-file#features). 

- Explore all community made extensions & authors at [Biscuit Extensions Marketplace](https://tomlin7.github.io/biscuit-extensions/)
- For developer/user guides or API reference, read the [documentation](https://tomlin7.github.io/biscuit).

## Installing  
- Download latest **stable builds** from [**releases page**](https://github.com/tomlin7/Biscuit/releases).
- Nightly builds from [github actions page](https://github.com/tomlin7/Biscuit/actions).

To compile Biscuit for your platform, see [compiling guide](https://github.com/tomlin7/Biscuit/tree/main/scripts). 

## Contributing
Your contributions are greatly appreciated! please have a look at our [**developer docs**](https://github.com/tomlin7/Biscuit/blob/main/CONTRIBUTING.md) for an outline of the project and to setup the environment.

<a href="https://github.com/tomlin7/biscuit/graphs/contributors">
  <img src="https://opencollective.com/biscuit/contributors.svg" />
</a>

- For feature suggestions and bug reports, please check [issue tracker](https://github.com/tomlin7/Biscuit/issues)
- Community made Extensions can be published at: [**Biscuit Extensions Repository**](https://github.com/tomlin7/biscuit-extensions)

## Features
## Smart Auto-completions
When the opened file have a recognized and supported file type, and also have language extensions installed, the autocomplete widget will automatically turn on LSP mode, the completions will be handled by registered language server afterwards. LSP mode enables smart and context sensitive code suggestions, as demonstrated below. 
When there are no language extensions available/installed, autocomplete widget goes to word mode, the completions will not be context sensitive and can be unexpected.

![Autocompletions](https://github.com/tomlin7/biscuit/assets/70792552/885ebf36-ce18-45a3-ae57-9a4b709331f7)

## Hover for Documentation
Identifiers when hovered pops up a floating window on top, containing the documentation (if there is) of that symbol.

![hover](https://github.com/tomlin7/biscuit/assets/70792552/4f0ba532-4ec0-49c3-ad08-19e8a622a416)

## Goto Definitions by `ctrl` + clicking on symbols
User can jump directly into symbol definitions by  `ctrl` + clicking on them, the definition containing script will open up in new/existing tab. If there are multiple definitions, window containing all the definitions will popup right below the symbol to pick from

![gotodef](https://github.com/tomlin7/biscuit/assets/70792552/fb3a012f-1e93-4c00-930c-843a9728b958)

## **Git Support**

![image](https://github.com/tomlin7/Biscuit/assets/70792552/ea231a77-7899-4560-ab97-95828bb96932)

## **Integrated Terminals, Extension center**

![image](https://github.com/tomlin7/Biscuit/assets/70792552/2531ea77-a1e0-4a81-96c9-66ad6b6b0c6d)

## **Split-Pane Markdown Editor**

![image](https://github.com/tomlin7/Biscuit/assets/70792552/2e58ff22-2412-4cb1-b183-673591200308)

## **Command Palette for Quick Access**

![ezgif com-video-to-gif](https://github.com/tomlin7/Biscuit/assets/70792552/e0868336-a15f-4b98-a62e-a822e2211e57)

## **PathView for the Breadcrumbs!**

![pathview](https://imgur.com/CztWtni.jpg)

# License
Biscuit uses the MIT License, please check [LICENSE](https://github.com/tomlin7/Biscuit/blob/main/LICENSE.md).

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "biscuit-api",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.10",
    "maintainer_email": null,
    "keywords": null,
    "author": "Billy",
    "author_email": "billydevbusiness@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/16/25/cf28369a08c5071a6819c392408f94db78a2a9dde23b94ff9322c81864ea/biscuit_api-2.99.4.tar.gz",
    "platform": null,
    "description": "<h1 align=\"center\">\n    <img src=\"https://github.com/tomlin7/Biscuit/assets/70792552/0ea8e958-92de-4659-b1c9-ab5a72f05d7d\" width=700><br>\n    <a href=https://github.com/tomlin7/Biscuit/actions/workflows/nightly.yml> \n        <img src=\"https://img.shields.io/github/actions/workflow/status/tomlin7/biscuit/nightly.yml?style=for-the-badge\"> \n    </a> \n    <img alt=\"Project License\" src=\"https://img.shields.io/github/license/tomlin7/Biscuit?style=for-the-badge\"> \n    <a href=https://github.com/tomlin7/Biscuit/releases> \n        <img alt=\"Download Latest\" src=\"https://img.shields.io/github/v/release/tomlin7/biscuit?style=for-the-badge\"> \n    </a>\n    <img alt=\"GitHub closed pull requests\" src=\"https://img.shields.io/github/issues-pr-closed-raw/tomlin7/Biscuit?style=for-the-badge\">\n</h1>\n<h4 align=\"center\">\n    <a href=https://github.com/tomlin7/Biscuit/blob/main/CONTRIBUTING.md>Developer Docs</a> \u2022 \n    <a href=https://github.com/tomlin7/Biscuit/tree/main?tab=readme-ov-file#features>Screenshots</a> \u2022 \n    <a href=https://github.com/tomlin7/Biscuit/releases>Downloads</a> \u2022 \n    <a href=https://tomlin7.github.io/biscuit-extensions>Marketplace</a> \u2022 \n    <a href=https://github.com/tomlin7/Biscuit/blob/main/CODE_OF_CONDUCT.md>Code of Conduct</a><br><br>\n    <img src=\"https://github.com/tomlin7/biscuit/assets/70792552/75c1eaf8-04d1-4945-859f-52b32b36d529\" width=2000><br><br>\n    <code>\"Life is short, eat more biscuits.\"</code>\n</h1>\n\nBiscuit is a lightweight, awesome code editor for any language. Biscuit supports essential language features such as Smart Code Completions, Syntax highlighting, etc. We wrote it in python, using only tkinter for GUI. It's a great alternative to [insert funny thing here]! Scroll down to see [some of the features](https://github.com/tomlin7/Biscuit/tree/main?tab=readme-ov-file#features). \n\n- Explore all community made extensions & authors at [Biscuit Extensions Marketplace](https://tomlin7.github.io/biscuit-extensions/)\n- For developer/user guides or API reference, read the [documentation](https://tomlin7.github.io/biscuit).\n\n## Installing  \n- Download latest **stable builds** from [**releases page**](https://github.com/tomlin7/Biscuit/releases).\n- Nightly builds from [github actions page](https://github.com/tomlin7/Biscuit/actions).\n\nTo compile Biscuit for your platform, see [compiling guide](https://github.com/tomlin7/Biscuit/tree/main/scripts). \n\n## Contributing\nYour contributions are greatly appreciated! please have a look at our [**developer docs**](https://github.com/tomlin7/Biscuit/blob/main/CONTRIBUTING.md) for an outline of the project and to setup the environment.\n\n<a href=\"https://github.com/tomlin7/biscuit/graphs/contributors\">\n  <img src=\"https://opencollective.com/biscuit/contributors.svg\" />\n</a>\n\n- For feature suggestions and bug reports, please check [issue tracker](https://github.com/tomlin7/Biscuit/issues)\n- Community made Extensions can be published at: [**Biscuit Extensions Repository**](https://github.com/tomlin7/biscuit-extensions)\n\n## Features\n## Smart Auto-completions\nWhen the opened file have a recognized and supported file type, and also have language extensions installed, the autocomplete widget will automatically turn on LSP mode, the completions will be handled by registered language server afterwards. LSP mode enables smart and context sensitive code suggestions, as demonstrated below. \nWhen there are no language extensions available/installed, autocomplete widget goes to word mode, the completions will not be context sensitive and can be unexpected.\n\n![Autocompletions](https://github.com/tomlin7/biscuit/assets/70792552/885ebf36-ce18-45a3-ae57-9a4b709331f7)\n\n## Hover for Documentation\nIdentifiers when hovered pops up a floating window on top, containing the documentation (if there is) of that symbol.\n\n![hover](https://github.com/tomlin7/biscuit/assets/70792552/4f0ba532-4ec0-49c3-ad08-19e8a622a416)\n\n## Goto Definitions by `ctrl` + clicking on symbols\nUser can jump directly into symbol definitions by  `ctrl` + clicking on them, the definition containing script will open up in new/existing tab. If there are multiple definitions, window containing all the definitions will popup right below the symbol to pick from\n\n![gotodef](https://github.com/tomlin7/biscuit/assets/70792552/fb3a012f-1e93-4c00-930c-843a9728b958)\n\n## **Git Support**\n\n![image](https://github.com/tomlin7/Biscuit/assets/70792552/ea231a77-7899-4560-ab97-95828bb96932)\n\n## **Integrated Terminals, Extension center**\n\n![image](https://github.com/tomlin7/Biscuit/assets/70792552/2531ea77-a1e0-4a81-96c9-66ad6b6b0c6d)\n\n## **Split-Pane Markdown Editor**\n\n![image](https://github.com/tomlin7/Biscuit/assets/70792552/2e58ff22-2412-4cb1-b183-673591200308)\n\n## **Command Palette for Quick Access**\n\n![ezgif com-video-to-gif](https://github.com/tomlin7/Biscuit/assets/70792552/e0868336-a15f-4b98-a62e-a822e2211e57)\n\n## **PathView for the Breadcrumbs!**\n\n![pathview](https://imgur.com/CztWtni.jpg)\n\n# License\nBiscuit uses the MIT License, please check [LICENSE](https://github.com/tomlin7/Biscuit/blob/main/LICENSE.md).\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "The uncompromising code editor",
    "version": "2.99.4",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "06162077a9299004a0c194b0cbee8432775fe88cd0dba53f6cc5c563daa95a11",
                "md5": "0947018c2a6da0ebeb3643b95187180a",
                "sha256": "cbf31f18f4bcceb706b5ddcb12d93df52082a97a993b4d02ebf9dd8bbde89def"
            },
            "downloads": -1,
            "filename": "biscuit_api-2.99.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0947018c2a6da0ebeb3643b95187180a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.10",
            "size": 259306,
            "upload_time": "2024-06-25T06:34:49",
            "upload_time_iso_8601": "2024-06-25T06:34:49.487771Z",
            "url": "https://files.pythonhosted.org/packages/06/16/2077a9299004a0c194b0cbee8432775fe88cd0dba53f6cc5c563daa95a11/biscuit_api-2.99.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1625cf28369a08c5071a6819c392408f94db78a2a9dde23b94ff9322c81864ea",
                "md5": "92ab0bd6610241cd0123edb578f33139",
                "sha256": "0758a08728d07eda9dc9735154bbefd19362e872fac3deae10ec1b4468da5931"
            },
            "downloads": -1,
            "filename": "biscuit_api-2.99.4.tar.gz",
            "has_sig": false,
            "md5_digest": "92ab0bd6610241cd0123edb578f33139",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.10",
            "size": 171170,
            "upload_time": "2024-06-25T06:34:52",
            "upload_time_iso_8601": "2024-06-25T06:34:52.120055Z",
            "url": "https://files.pythonhosted.org/packages/16/25/cf28369a08c5071a6819c392408f94db78a2a9dde23b94ff9322c81864ea/biscuit_api-2.99.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-25 06:34:52",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "biscuit-api"
}
        
Elapsed time: 0.37609s