A toolbox for my engineering projects.
Project description
pytbx
A collection of useful tools for my engineering projects
Docs: https://t11c.gitlab.io/pytbx
Made this with nbdev from fast.ai. As nbdev
is designed for github, I used the template from Thomas Capelle to make it work on gitlab.
Install
Simply install it with pip:
pip install pytbx
How to use
... muss noch
Setup Dev environment
Requirements
- pipenv
- jupyter lab installed
- jekyll installed (to view the docs)
set up
clone repo
git clone https://gitlab.com/t11c/pytbx
install python environment with pipenv
pipenv install --dev
register ipykernel
pipenv run python -m ipykernel install --user --name=pytbx
install git-hooks
pipenv run nbdev_install_git_hooks
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pytbx-0.0.2.tar.gz
(4.4 kB
view hashes)
Built Distribution
pytbx-0.0.2-py3-none-any.whl
(4.8 kB
view hashes)