blob: 35d83b918e8c40979c80eef12f4b8b3304f6c694 [file] [log] [blame]
Filip Pytlounfaab44c2015-10-06 16:28:32 +02001
Ales Komarek77274ec2017-09-07 09:24:30 +02002==============
3Python formula
4==============
Filip Pytlounfaab44c2015-10-06 16:28:32 +02005
6Python is a widely used general-purpose, high-level programming language. Its design philosophy emphasizes code readability, and its syntax allows programmers to express concepts in fewer lines of code than would be possible in languages such as C++ or Java. The language provides constructs intended to enable clear programs on both a small and large scale.
7
8Python supports multiple programming paradigms, including object-oriented, imperative and functional programming or procedural styles. It features a dynamic type system and automatic memory management and has a large and comprehensive standard library.
9
Filip Pytlounfaab44c2015-10-06 16:28:32 +020010Available metadata
11==================
12
Ales Komarek77274ec2017-09-07 09:24:30 +020013service.environment.environment:
14 Basic Python environment
Filip Pytlounfaab44c2015-10-06 16:28:32 +020015
Ales Komarek77274ec2017-09-07 09:24:30 +020016service.environment.development:
17 Python development environment
Filip Pytlounfaab44c2015-10-06 16:28:32 +020018
Ales Komarek77274ec2017-09-07 09:24:30 +020019python.environment.django:
20 Python Django environment
Filip Pytlounfaab44c2015-10-06 16:28:32 +020021
22Sample pillars
23==============
24
25Simple Python environment
26
27.. code-block:: yaml
28
29 python:
30 environment:
31 enabled: true
32
33Development Python environment
34
35.. code-block:: yaml
36
37 python:
38 environment:
39 enabled: true
40 module:
41 development: true
42
43Python django environment
44
45.. code-block:: yaml
46
47 python:
48 environment:
49 enabled: true
50 module:
51 django: true
52
53Read more
54=========
55
56* https://www.python.org/
Filip Pytloun5dd9a162017-02-02 13:02:03 +010057
58Documentation and Bugs
59======================
60
61To learn how to install and update salt-formulas, consult the documentation
62available online at:
63
64 http://salt-formulas.readthedocs.io/
65
66In the unfortunate event that bugs are discovered, they should be reported to
67the appropriate issue tracker. Use Github issue tracker for specific salt
68formula:
69
70 https://github.com/salt-formulas/salt-formula-python/issues
71
72For feature requests, bug reports or blueprints affecting entire ecosystem,
73use Launchpad salt-formulas project:
74
75 https://launchpad.net/salt-formulas
76
77You can also join salt-formulas-users team and subscribe to mailing list:
78
79 https://launchpad.net/~salt-formulas-users
80
81Developers wishing to work on the salt-formulas projects should always base
82their work on master branch and submit pull request against specific formula.
83
84 https://github.com/salt-formulas/salt-formula-python
85
86Any questions or feedback is always welcome so feel free to join our IRC
87channel:
88
89 #salt-formulas @ irc.freenode.net