File: README

package info (click to toggle)
indigo 1.4.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 48,936 kB
  • sloc: ansic: 332,816; cpp: 169,470; python: 20,033; java: 13,701; cs: 9,979; asm: 8,475; sql: 6,743; xml: 6,354; javascript: 1,245; sh: 555; php: 506; makefile: 54
file content (28 lines) | stat: -rw-r--r-- 638 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
TODO: Create a script to organize files in following order:

indigo_chem/
  bingo/
    __init__.py
  indigo/
    lib/
        Win/..
        Linux/..
        Mac/..
    __init__.py
    inchi.py
    bingo.py
    renderer.py
  indigo_inchi/
    __init__.py
  indigo_renderer/
    __init__.py

After that run setup.py for each supported platforms:

python setup.py bdist_wheel --plat-name=win32
python setup.py bdist_wheel --plat-name=win_amd64
python setup.py bdist_wheel --plat-name=macosx_10_7
python setup.py bdist_wheel --plat-name=manylinux1_i686
python setup.py bdist_wheel --plat-name=manylinux1_x86_64

And then upload them to PyPI