1
- Pythonect | status |
2
- ==================
1
+ Pythonect
2
+ =========
3
3
4
- .. |status | image :: https://secure.travis-ci.org/ikotler/pythonect.png
4
+ .. image :: https://badge.fury.io/py/Pythonect.png
5
+ :target: http://badge.fury.io/py/Pythonect
6
+ :alt: Latest version
5
7
6
- `Pythonect <http://www.pythonect.org >`_ is a new, experimental, general-
7
- purpose dataflow programming language based on Python. It provides both a
8
- visual programming language and a text-based scripting language. The text-
9
- based scripting language aims to combine the quick and intuitive feel of shell
10
- scripting, with the power of Python. The visual programming language is based
11
- on the idea of a diagram with “boxes and arrows”. Crazy? Most definitely. And
12
- yet, strangely enough, it works!
8
+ .. image :: https://travis-ci.org/ikotler/pythonect.png?branch=master
9
+ :target: https://travis-ci.org/ikotler/pythonect
10
+ :alt: Travis-CI
11
+
12
+ .. image :: https://pypip.in/d/Pythonect/badge.png
13
+ :target: https://crate.io/packages/Pythonect/
14
+ :alt: Number of PyPI downloads
15
+
16
+ Homepage: `http://www.pythonect.org/ <http://www.pythonect.org/ >`_
17
+
18
+ `Pythonect ` is a new, experimental, general-purpose dataflow programming
19
+ language based on Python. It provides both a visual programming language and a
20
+ text-based scripting language. The text-based scripting language aims to
21
+ combine the quick and intuitive feel of shell scripting, with the power of
22
+ Python. The visual programming language is based on the idea of a diagram with
23
+ “boxes and arrows”. Crazy? Most definitely. And yet, strangely enough, it
24
+ works!
13
25
14
26
15
27
Hello, world
23
35
24
36
.. image :: http://pythonect.org/HelloWorld2.png
25
37
26
- See the `Pythonect documentation <http://docs.pythonect.org >`_ for a detailed
27
- walkthrough of the language and its features.
28
-
29
38
30
39
Installation
31
40
------------
@@ -63,12 +72,24 @@ you will have to do this with *root* permissions (e.g. using ``su`` or
63
72
.. _pip : http://www.pip-installer.org/
64
73
65
74
75
+ Examples
76
+ --------
77
+
78
+ See more examples at the `Pythonect Tutorial <http://docs.pythonect.org/en/latest/tutorial/index.html >`_.
79
+
80
+
81
+ Documentation
82
+ -------------
83
+
84
+ Full documentation is available at http://docs.pythonect.org/.
85
+
86
+
66
87
Please Help Out
67
88
---------------
68
89
69
90
This project is still under development. Feedback and suggestions are very
70
91
welcome and I encourage you to use the `Issues list
71
- <http://github.com/ikotler/pythonect/issues> `_ on Github to provide that
92
+ <http://github.com/ikotler/pythonect/issues> `_ on GitHub to provide that
72
93
feedback.
73
94
74
95
Feel free to fork this repo and to commit your additions. For a list of all
@@ -87,7 +108,7 @@ Pythonect is published under the liberal terms of the BSD 3-Clause License,
87
108
see the `LICENSE <https://github.com/ikotler/pythonect/blob/master/LICENSE >`_
88
109
file. Although the BSD License does not require you to share any modifications
89
110
you make to the source code, you are very much encouraged and invited to
90
- contribute back your modifications to the community, preferably in a Github
111
+ contribute back your modifications to the community, preferably in a GitHub
91
112
fork, of course.
92
113
93
114
@@ -100,8 +121,8 @@ consider Flattr'ing or Gittip'ing me:
100
121
101
122
|FlattrThis |_ |GittipThis |_
102
123
103
- .. |GittipThis | image :: https://www.gittip.com/assets/7 .0.8 /logo.png
124
+ .. |GittipThis | image :: https://www.gittip.com/assets/10 .0.6 /logo.png
104
125
.. _GittipThis : https://www.gittip.com/ikotler
105
126
106
127
.. |FlattrThis | image :: http://api.flattr.com/button/button-static-50x60.png
107
- .. _FlattrThis : https://flattr.com/thing/1713050/ikotlerpythonect-on-GitHub
128
+ .. _FlattrThis : https://flattr.com/thing/1713050/ikotlerpythonect-on-GitHub
0 commit comments