https://github.com/astropenguin/vscode-remote-test
Test of creating a Python environment using VS Code Remote Containers
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (3.6%) to scientific vocabulary
Keywords
docker
poetry
python
remote-containers
vscode
Last synced: 5 months ago
·
JSON representation
Repository
Test of creating a Python environment using VS Code Remote Containers
Basic Info
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Topics
docker
poetry
python
remote-containers
vscode
Created over 4 years ago
· Last pushed over 4 years ago
Metadata Files
Readme
License
README.md
vscode-remote-test
Test of creating a Python environment using VS Code Remote Containers
Overview
This repository demonstrates how to create a Python environment managed by Poetry as a development container for VS Code.
Installation
- Install VS Code and Docker Desktop, and launch them
- Install the Remote Containers extension to VS Code
- Clone this repository and open it by VS Code
- Choose
Reopen in Containerfrom the Command Palette - Done!
Owner
- Name: Akio Taniguchi
- Login: astropenguin
- Kind: user
- Location: Nagoya, Japan
- Company: Nagoya University
- Website: https://astropengu.in
- Twitter: astropengu_in
- Repositories: 76
- Profile: https://github.com/astropenguin
Project assistant professor (LMT-FINER)
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: 11 months ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Dependencies
.devcontainer/Dockerfile
docker
- mcr.microsoft.com/vscode/devcontainers/python 3.9 build
poetry.lock
pypi
- appdirs 1.4.4 develop
- appnope 0.1.2 develop
- backcall 0.2.0 develop
- black 21.7b0 develop
- click 8.0.1 develop
- colorama 0.4.4 develop
- decorator 5.0.9 develop
- flake8 3.9.2 develop
- ipython 7.27.0 develop
- ipython-genutils 0.2.0 develop
- jedi 0.18.0 develop
- matplotlib-inline 0.1.2 develop
- mccabe 0.6.1 develop
- mypy-extensions 0.4.3 develop
- parso 0.8.2 develop
- pathspec 0.9.0 develop
- pexpect 4.8.0 develop
- pickleshare 0.7.5 develop
- prompt-toolkit 3.0.20 develop
- ptyprocess 0.7.0 develop
- pycodestyle 2.7.0 develop
- pyflakes 2.3.1 develop
- pygments 2.10.0 develop
- regex 2021.8.28 develop
- tomli 1.2.1 develop
- traitlets 5.0.5 develop
- wcwidth 0.2.5 develop
pyproject.toml
pypi
- black ^21.7b develop
- flake8 ^3.9 develop
- ipython ^7.27 develop
- python >=3.9, <3.10