Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
dmt
Commits
e0aad564
Commit
e0aad564
authored
Jun 22, 2016
by
Thanassis Tsiodras
Browse files
Use requirements.txt to install dependencies
parent
9fa8e28a
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
e0aad564
TASTE Data Modelling Technologies
=================================
Installation
------------
$ pip install --user -r requirements.txt
$ make flake8 # optional, check for pep8 compliance
$ make pylint # optional, static analysis with pylint
$ pip install --user .
Contents
--------
-
**commonPy**
(
*library*
)
Contains the basic API for parsing ASN.1 (via invocation of
...
...
@@ -32,17 +43,3 @@ TASTE Data Modelling Technologies
by the modeling tool used to functionally model the subsystem (e.g. SCADE,
ObjectGeode, Matlab/Simulink, C, Ada, etc).
CHANGELOG
1.
2.3
ctypes backend: emit all ENUMERATED values in DV.py
1.
2.0
Not using SWIG anymore for the Python mappers
1.
1.2
pyside_b_mapper: added combo box for the asn1 value editor
1.
1.1
support empty SEQUENCEs (MyType ::= SEQUENCE {}) - except for Simulink
requirements.txt
0 → 100644
View file @
e0aad564
coverage
==3.7.1
flake8
==2.6.0
mypy-lang
==0.4.2
pyflakes
==1.2.3
pylint
==1.5.6
pytest
==2.6.3
lxml
==3.6.0
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment