blob: 9009c4f4e3bd8519eb133d50c1bd29d8ab108bd3 (
plain) (
blame)
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
29
30
|
A Boneless Datastructure Language
=================================
Installing
----------
1. Pick a repo: [web+ganarchy:0f74bd87a23b515b45da7e6f5d9cc82380443dab](web+ganarchy:0f74bd87a23b515b45da7e6f5d9cc82380443dab).
2. `pip install -e <repo>#egg=gan0f74bd87a23b515b45da7e6f5d9cc82380443dab`
3. `import abdl`
4. Use `gan0f74bd87a23b515b45da7e6f5d9cc82380443dab` as the dependency in `setup.py` or equivalent.
Usage
-----
TODO
Language Reference
------------------
See module level documentation:
```
>>> import abdl
>>> help(abdl)
```
License
-------
ABDL is AGPL-3.0-or-later. See LICENSE.txt
|