This website requires JavaScript.
Explore
Help
Sign in
alexander
/
urban-meal-delivery
Watch
1
Star
1
Fork
You've already forked urban-meal-delivery
0
Code
Issues
Pull requests
Projects
Releases
Wiki
Activity
Actions
v0.4.0
urban-meal-delivery
/
.gitignore
8 lines
81 B
Text
Raw
Permalink
Normal View
History
Unescape
Escape
Add nox as the task runner - set up skeletons for all planned nox sessions - provide a base configuration for all nox sessions - create two utility functions: + _begin() => run commands common to all sessions + _install_packages() => install dependencies in nox sessions respecting the versions pinned in poetry.lock - add the following file: + noxfile.py
2020-08-03 21:24:06 +02:00
.cache/
Fix the "clean-pwd" command in nox - some glob patterns in .gitignore were not correctly expanded - adapt the exclude logic to focus on the start of the excluded paths
2020-08-09 20:21:34 +02:00
**/*.egg-info/
Add a config object - add the following file: + src/urban_meal_delivery/_config.py - a config module is created holding two sets of configurations: + production => against the real database + testing => against a database with test data - the module is "protected" (i.e., underscore) and imported at the top level via a proxy-like object `config` that detects in which of the two environments the package is being run
2020-08-08 14:43:02 +02:00
.env
Ignore PyCharm's .idea/ folder
2021-06-02 12:46:02 +02:00
.idea/
Fix the "clean-pwd" command in nox - some glob patterns in .gitignore were not correctly expanded - adapt the exclude logic to focus on the start of the excluded paths
2020-08-09 20:21:34 +02:00
**/.ipynb_checkpoints/
Initial commit - add the following files: + .gitignore => ignore poetry's and pyenv's artifacts + LICENSE.txt => MIT license as the project is scientific research + README.md => rough description of the project + poetry.lock + pyproject.toml + src/urban_meal_delivery/__init__.py => source code package - use a "src" layout structure: + ensure that pytest runs the tests against a packaged and pip installed version of the source code, not the *.py files in the project directory + more info: https://hynek.me/articles/testing-packaging/
2020-08-03 20:19:42 +02:00
.python-version
.venv/
Reference in a new issue
Copy permalink