external tools for python to write math formula.
Project description
## Install
- Requires python 3.6+
```
pip install formulapy
```
## Usage
- process file : `formulapy file <filename> [--w]`
**If `--w` is set, the file would be overwritten**.
- process text : `formulapy text <text>`
```
cmd> formulapy file test.py
from formulapy import tex
def Σ(arr):
pass
cmd> formulapy text "tex[A,'cap',B,'cap',C]"
A∩B∩C
```
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file formulapy-0.1.10-py3-none-any.whl
.
File metadata
- Download URL: formulapy-0.1.10-py3-none-any.whl
- Upload date:
- Size: 20.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fb60953688542bbbb84530ec88f77293158ef64c5cb6fa4b8d2af9f08acc4cf0 |
|
MD5 | 9704a32af4b321186a21da190040bbbb |
|
BLAKE2b-256 | 4ee7d52cdce2edd81a2748e1a6db56f2bca6d35b361f6e973d081f60e09f25f4 |