You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+23-10Lines changed: 23 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,24 +1,24 @@
1
1
python-maec
2
2
===========
3
3
4
-
A Python library for parsing, manipulating, and generating MAEC content.
4
+
A Python library for parsing, manipulating, and generating `Malware Attribute Enumeration and Characterization (MAEC™) <https://maecproject.github.io/>`_ content.
@@ -49,7 +49,7 @@ There are currently two levels of APIs for dealing with MAEC content:
49
49
50
50
Compatibility
51
51
-------------
52
-
The python-maec library is tested and written against python ``2.7.x``. Compatibility with other python versions is neither guaranteed nor implied.
52
+
The python-maec library is tested and written against python ``2.6, 2.7, and 3.3+``. Compatibility with other python versions is neither guaranteed nor implied.
53
53
54
54
Versioning
55
55
----------
@@ -62,6 +62,20 @@ to indicate new versions of the python-maec library itself.
62
62
Installation
63
63
------------
64
64
65
+
The python-maec library can be installed via the distutils setup.py script
66
+
included at the root directory:
67
+
68
+
$ python setup.py install
69
+
70
+
The python-maec library is also hosted on `PyPI
71
+
<https://pypi.python.org/pypi/maec/>`_ and can be installed with `pip
72
+
<https://pypi.python.org/pypi/pip>`_:
73
+
74
+
$ pip install maec
75
+
76
+
Dependencies
77
+
------------
78
+
65
79
The ``maec`` package depends on the following Python libraries:
66
80
67
81
* ``lxml``
@@ -86,11 +100,10 @@ Ubuntu package repository:
86
100
* zlib1g-dev
87
101
88
102
For more information about installing lxml, see
89
-
http://lxml.de/installation.html
103
+
http://lxml.de/installation.html.
90
104
91
105
Feedback
92
106
--------
93
107
94
108
Bug reports and feature requests are welcome and encouraged. Pull requests are
95
-
especially appreciated. Feel free to use the issue tracker on GitHub or send an
especially appreciated. Feel free to use the issue tracker on GitHub, join the `MAEC Community Email Discussion List <https://maec.mitre.org/community/discussionlist.html>`_, or send an email directly to [email protected].
0 commit comments