Skip to main content

PyScaffold extension for Data Science projects with VS Code container integration

Project description

Build Status Coverage Status PyPI-Server

pyscaffoldext-dsproject-vscode

This extension is forked from the awesome PyScaffold DSProject extension.

This version of the extension extends the functionality by adding a scaffold component for using the VS Code container development integration.

To benefit from this setup, you must use VS Code with Python and Remote - Containers extensions installed. Docker should also be installed on the host machine.

Usage

Just install this package with pip install pyscaffoldext-dsproject-vscode and note that putup -h shows a new option --dsproject-vscode. Creating a data science project with VS Code container development integration is then as easy as:

putup --dsproject-vscode my_ds_project

After the project is created, set the following softlinks from the project root:

ln -s path.env .env

If you want to develop locally, create this softlink:

ln -s .devcontainer/devcontainer.local.json .devcontainer/devcontainer.json

Alternatively, if you want to develop using a remote docker server, use this:

ln -s .devcontainer/devcontainer.remote.json .devcontainer/devcontainer.json

If you have an application that will run inside the dev container that requires a port, specify the list of ports under the forwardPorts attribute in the following files:

.devcontainer/devcontainer.local.json
.devcontainer/devcontainer.remote.json

Remote docker server

To use a remote docker server, specify the docker.host attribute in the .vscode/settings.json following the template in the file.

Edit the value of the REMOTE_PATH attribute in the .env file with the absolute path of the project in the remote server.


pyscaffoldext-dsproject

PyScaffold extension tailored for Data Science projects. This extension is inspired by cookiecutter-data-science and enhanced in many ways. The main differences are that it

  1. advocates a proper Python package structure that can be shipped and distributed,
  2. uses a conda environment instead of something virtualenv-based and is thus more suitable for data science projects,
  3. more default configurations for Sphinx, py.test, pre-commit, etc. to foster clean coding and best practices.

Also consider using dvc to version control and share your data within your team. Read this blogpost to learn how to work with JupyterLab notebooks efficiently by using a data science project structure like this.

The final directory structure looks like:

├── AUTHORS.rst             <- List of developers and maintainers.
├── CHANGELOG.rst           <- Changelog to keep track of new features and fixes.
├── LICENSE.txt             <- License as chosen on the command-line.
├── README.md               <- The top-level README for developers.
├── configs                 <- Directory for configurations of model & application.
├── data
│   ├── external            <- Data from third party sources.
│   ├── interim             <- Intermediate data that has been transformed.
│   ├── processed           <- The final, canonical data sets for modeling.
│   └── raw                 <- The original, immutable data dump.
├── docs                    <- Directory for Sphinx documentation in rst or md.
├── environment.yaml        <- The conda environment file for reproducibility.
├── models                  <- Trained and serialized models, model predictions,
│                              or model summaries.
├── notebooks               <- Jupyter notebooks. Naming convention is a number (for
│                              ordering), the creator's initials and a description,
│                              e.g. `1.0-fw-initial-data-exploration`.
├── references              <- Data dictionaries, manuals, and all other materials.
├── reports                 <- Generated analysis as HTML, PDF, LaTeX, etc.
│   └── figures             <- Generated plots and figures for reports.
├── scripts                 <- Analysis and production scripts which import the
│                              actual PYTHON_PKG, e.g. train_model.
├── setup.cfg               <- Declarative configuration of your project.
├── setup.py                <- Use `python setup.py develop` to install for development or
|                              or create a distribution with `python setup.py bdist_wheel`.
├── src
│   └── PYTHON_PKG          <- Actual Python package where the main functionality goes.
├── tests                   <- Unit tests which can be run with `py.test`.
├── .coveragerc             <- Configuration for coverage reports of unit tests.
├── .isort.cfg              <- Configuration for git hook that sorts imports.
└── .pre-commit-config.yaml <- Configuration of pre-commit git hooks.

See a demonstration of the initial project structure under dsproject-demo and also check out the the documentation of PyScaffold for more information.

Usage

Just install this package with pip install pyscaffoldext-dsproject and note that putup -h shows a new option --dsproject. Creating a data science project is then as easy as:

putup --dsproject my_ds_project

Note

This project has been set up using PyScaffold 3.2. For details and usage information on PyScaffold see https://pyscaffold.org/.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyscaffoldext-dsproject-vscode-0.1.4.tar.gz (27.8 kB view details)

Uploaded Source

Built Distribution

pyscaffoldext_dsproject_vscode-0.1.4-py2.py3-none-any.whl (20.8 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file pyscaffoldext-dsproject-vscode-0.1.4.tar.gz.

File metadata

  • Download URL: pyscaffoldext-dsproject-vscode-0.1.4.tar.gz
  • Upload date:
  • Size: 27.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/49.3.0 requests-toolbelt/0.9.1 tqdm/4.40.2 CPython/3.7.4

File hashes

Hashes for pyscaffoldext-dsproject-vscode-0.1.4.tar.gz
Algorithm Hash digest
SHA256 a4d1bf54dd52ec4cbadfac5e2ebb94d016ef20744cc15f1ed6b7d0563fdcb978
MD5 da207930292cf6ec542d4cfbdf122f86
BLAKE2b-256 5b8e4a18a32447345fdaf74849e33e0a512ecee1f2b7f503c874d69146da683e

See more details on using hashes here.

File details

Details for the file pyscaffoldext_dsproject_vscode-0.1.4-py2.py3-none-any.whl.

File metadata

  • Download URL: pyscaffoldext_dsproject_vscode-0.1.4-py2.py3-none-any.whl
  • Upload date:
  • Size: 20.8 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/49.3.0 requests-toolbelt/0.9.1 tqdm/4.40.2 CPython/3.7.4

File hashes

Hashes for pyscaffoldext_dsproject_vscode-0.1.4-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 d55ba1d4c92be8683af0fe7bb389932de84b518f058a5e38c89b2ad2d9ea520d
MD5 7eec2b6b844491332882e4d15568254c
BLAKE2b-256 26faba00efe88c9ea99d10bc050361ab32541e60fbcb4462b1e0b01e649a36c0

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page