Coder Social home page Coder Social logo

xonsh-binary's Introduction

This is the proof of concept of building xonsh binary file. This allows you to run xonsh interactive or run xonsh scripts without Python installation. Also you can include any module into the binary file and import it in xonsh.

If you like the idea click โญ on the repo and stay tuned.

Available builds

Download xonsh binary from the release assets:

  • Recommended: xonsh-glibc-binary - glibc-build of xonsh 0.17.0 binary with Python 3.11 based on Nuitka.
  • Just for demo: xonsh-musl-binary - musl-build of xonsh 0.17.0 binary with Python 3.10 from python-cmake-buildsystem. SQLite3 is disabled in this build (PR is welcome!).
  • Find another path.

Known issues

Binary is not working

Do not try to run x86_64 binary files on Mac because it has aarch64 architecture.

Drafts

In the ./drafts directory you can find drafts of Dockerfiles that is not completed.

Speed

If you're looking how to increase xonsh speed take a look into this:

xonsh-binary's People

Contributors

anki-code avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

xonsh-binary's Issues

Compile parser

These files need to be generated and added to xonsh binary:
completion_parser_table.py
parser_table.py

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.