Skip to main content

An all-in-one toolkit package to easy my Python work in my PhD.

Project description

pyhdtoolkit

PyPI Version Github Release
Travis Build Code Coverage Docker Build
Code Style Linter Build tool Test runner License

♻️ An all-in-one package for Python work in my PhD

Made With Python

Installation

This code is compatible with Python 3.6+. If for some reason you have a need for it, create & activate a virtual enrivonment, then install with pip:

> pip install pyhdtoolkit

This repository respects the PEP 518 development and build recommandations, and Poetry as a tool to do so. If you intend on making changes, clone this repository through VCS and set yourself up with:

> git clone https://github.com/fsoubelet/PyhDToolkit.git
> cd PyhDToolkit
> poetry install

Standards, Testing, Tools and VCS

This repository follows the Google docstring format, uses Black as a code formatter with a default enforced line length of 100 characters, and Pylint as a linter. You can format the code with make format and lint it (which will format first) with make lint.

Testing builds are ensured after each commit through Travis-CI. You can run tests locally with the predefined make tests, or through poetry run pytest <options> for customized options.

VCS is done through git and follows the Gitflow workflow. As a consequence, make sure to always install from master.

Miscellaneous

Feel free to explore the Makefile for sensible defaults commands. You will get an idea of what functionality is available by running make help.

Python Environment

This repository currently comes with an environment.yml file to reproduce my work conda environment. You can install this environment and add it to your ipython kernel by running make condaenv.

Container

You can directly pull a pre-built image - tag latest is an automated build - from Dockerhub with:

> docker pull fsoubelet/simenv

You can then run the container in interactive mode, and make use of the already activated conda environment. It is highly advised to run with --init for zombie processes protection (see Tini for details). Assuming you pulled the provided image from Dockerhub, the command is then (remove the --rm flag if you wish to preserve it after running):

> docker run -it --rm --init fsoubelet/simenv

If you want to do some exploration through jupyter you will need to install it first as it is not bundled in the image, then add the custom environment kernelspec. Run the following command before heading over to localhost:8888:

> docker run -it --rm --init -p 8888:8888 fsoubelet/simenv /bin/bash -c "/opt/conda/bin/conda install -c conda-forge jupyterlab -y --quiet > /dev/null && mkdir /opt/notebooks && /opt/conda/envs/PHD/bin/ipython kernel install --user --name=PHD && /opt/conda/bin/jupyter lab --notebook-dir=/opt/notebooks --ip='*' --port=8888 --no-browser --allow-root"

License

Copyright © 2019-2020 Felix Soubelet. MIT License

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

pyhdtoolkit-0.4.0.tar.gz (45.2 kB view details)

Uploaded Source

Built Distribution

pyhdtoolkit-0.4.0-py3-none-any.whl (52.5 kB view details)

Uploaded Python 3

File details

Details for the file pyhdtoolkit-0.4.0.tar.gz.

File metadata

  • Download URL: pyhdtoolkit-0.4.0.tar.gz
  • Upload date:
  • Size: 45.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.0.5 CPython/3.7.6 Darwin/19.6.0

File hashes

Hashes for pyhdtoolkit-0.4.0.tar.gz
Algorithm Hash digest
SHA256 ab34f14263d72f23265492b245af5e8f6b634f253e4fb45c2ada4508b6a9c011
MD5 fa17a4c93b9374f6c21bff6c3849623a
BLAKE2b-256 f18635230faee6ba488374bb8502f6f93f4e86e02449028da9ee34733beaf3ac

See more details on using hashes here.

File details

Details for the file pyhdtoolkit-0.4.0-py3-none-any.whl.

File metadata

  • Download URL: pyhdtoolkit-0.4.0-py3-none-any.whl
  • Upload date:
  • Size: 52.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.0.5 CPython/3.7.6 Darwin/19.6.0

File hashes

Hashes for pyhdtoolkit-0.4.0-py3-none-any.whl
Algorithm Hash digest
SHA256 5aa9c56109b82c83c580f54d7335b7f3ad5ce1a6e8f62b92b5058e94df6bd9e9
MD5 31e06cacc66da078176acf63c7c4ff46
BLAKE2b-256 d2292f373eddea4ebfef2120da32bcc4eb44ed6d29ba46e103a9f1045d0861a8

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