Metadata-Version: 2.4
Name: onecompiler
Version: 0.3.1
Summary: Api online compilators. Create your VM access!
Project-URL: Homepage, https://github.com/pokedim13/OneCompiler
Project-URL: Documentation, https://github.com/pokedim13/OneCompiler/tree/main/tests
Project-URL: Repository, https://github.com/pokedim13/OneCompiler.git
Project-URL: Issues, https://github.com/pokedim13/OneCompiler/issues
Author-email: Aleksey Baev <skinxedovich@vk.com>
Maintainer-email: Aleksey Baev <skinxedovich@vk.com>
License: MIT License
        
        Copyright (c) 2023 sweetdogs
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
License-File: LICENSE
Keywords: API,SDK,onecompiler
Requires-Python: >=3.12
Requires-Dist: beautifulsoup4>=4.13.3
Requires-Dist: httpx>=0.28.1
Requires-Dist: pydantic>=2.10.6
Description-Content-Type: text/markdown

<div align="center">
    <img src="https://readme-typing-svg.demolab.com?font=Fira+Code&pause=1000&center=true&multiline=true&repeat=false&width=435&lines=I'm+OneCompiler;Module+for+code+compilations" alt="Typing SVG" />
    <h2>Documentation</h2>
    <div>Basically there are only 2 submodules Studio and Compiler. Consider both:></div>
    <div>
        <h2>Studio</h2>
        <div>A more interesting module, as it allows you to create virtual machines with an open 5000 port with the VS Code interface in 5300  port. The request goes through OneCompiler.Studio. It has only 7 methods. Getting a list of machine/machines, creating, deleting, and getting a list of templates. See the tests as an example.</div>
    </div>
    <div>
        <h2>Compiler</h2>
        <div>A regular compiler for programming languages, nothing remarkable. It has only 1 method exec:> The receiving list is the file name and its contents, See the tests as an example.</div>
    </div>
</div>