File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 99
1010This is a template for Python projects. What you get:
1111
12+ - Source code, test code and application code seperated in different directories
13+ - Dependencies listed in requirements files
14+ - Different tasks seperated by [ Make] ( https://www.gnu.org/software/make/ ) tasks.
1215- External libraries installed and managed by [ Pip] ( https://pypi.org/project/pip/ ) or [ Conda] ( https://anaconda.com/ )
1316- Setup for tests using [ Pytest] ( https://docs.pytest.org/en/stable/ )
1417- Continuous testing with [ Travis-CI] ( https://travis-ci.org/ )
@@ -19,6 +22,9 @@ This is a template for Python projects. What you get:
1922## Structure
2023``` text
2124├── setup.py
25+ ├── Makefile
26+ ├── requirements.txt
27+ ├── requirements-dev.txt
2228└── documentation
2329│ └── Makefile
2430├── fastvector
You can’t perform that action at this time.
0 commit comments