File tree Expand file tree Collapse file tree 2 files changed +49
-0
lines changed
Expand file tree Collapse file tree 2 files changed +49
-0
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,10 @@ helps with the reshaping so we can get the proper result like this:
4242
4343 pip install --upgrade arabic-reshaper
4444
45+ If you're using Anaconda you can use
46+
47+ conda install -c mpcabd arabic-reshaper
48+
4549## Usage
4650
4751```
Original file line number Diff line number Diff line change 1+ {% set name = "arabic-reshaper" %}
2+ {% set pypi_name = "arabic_reshaper" %}
3+ {% set version = "2.0.15" %}
4+
5+ package :
6+ name : " {{ name|lower }}"
7+ version : " {{ version }}"
8+
9+ source :
10+ url : " https://pypi.io/packages/source/{{ pypi_name[0] }}/{{ pypi_name }}/{{ pypi_name }}-{{ version }}.tar.gz"
11+ sha256 : 3f3078db2a9a1c4f994145895e9193b1c01a1186547cea303e6fa920e9a00f0a
12+
13+ build :
14+ number : 0
15+ script : " {{ PYTHON }} -m pip install . -vv"
16+
17+ requirements :
18+ host :
19+ - configparser; # [ py < 3 ]
20+ - future
21+ - pip
22+ - python
23+ - setuptools
24+ run :
25+ - configparser; # [ py < 3 ]
26+ - future
27+ - python
28+ - setuptools
29+
30+ test :
31+ imports :
32+ - arabic_reshaper
33+
34+ about :
35+ home : " https://mpcabd.xyz/python-arabic-text-reshaper/"
36+ license : MIT
37+ license_family : MIT
38+ license_file :
39+ summary : " Reconstruct Arabic sentences to be used in applications that don't support Arabic"
40+ doc_url : " https://github.com/mpcabd/python-arabic-reshaper/"
41+ dev_url : " https://github.com/mpcabd/python-arabic-reshaper/"
42+
43+ extra :
44+ recipe-maintainers :
45+ - mpcabd
You can’t perform that action at this time.
0 commit comments