Skip to main content

Xtyle (Toolkit)

Project description

Xtyle

Python (JSX-Toolkit) Documentation

Introduction

Welcome to the Xtyle! This tool allows you to work with JSX components.

It is powered by.

  • Python: py-mini-racer, css-html-js-minify, and libsass
  • JavaScript: babel, and prettier

Example (JSX)

import xtyle

code_js = xtyle.jsx("const App = () => <div>Hello World</div>")

print(code_js)

Example (SCSS)

import xtyle

code_css = xtyle.scss("$color: red; body { color: $color; }")

print(code_css)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

xtyle-0.1.4.tar.gz (787.1 kB view hashes)

Uploaded Source

Built Distribution

xtyle-0.1.4-py3-none-any.whl (792.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page