Collection of utils used at Inoopa.
Project description
Inoopa's helpers
This repo contains helper functions we use in all of our python projects.
This is pushed publicly to Pypi, so NEVER commit any secret here
How to use this package in your code
pip install inoopa_utils
How to publish package to Pypi
After any code change, update the package version in pyproject.toml at the key version
.
Then, at the root of the repo:
# Login to Pypi
poetry config pypi-token.pypi <Pypi API token here>
# Build project
poetry build
# Publish
poetry publish
Docker image
This repo's ci/cd is building an image stored at inoopa/python311
.
This is because inoopa_utils uses deepparse which requires Pytorch and some others dependencies.
Those are long to install in a docker image, which enventually reflect on our bills. To avoid this, we build the image once and build other images on top of it.
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
inoopa_utils-2.23.0.tar.gz
(21.9 kB
view hashes)
Built Distribution
Close
Hashes for inoopa_utils-2.23.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 119bf06cf78c83341e5e3fc3928ca26353ea9889657618dbe7120d9118d7431b |
|
MD5 | bad8781a41f3400ac9d45b6e58a50c2d |
|
BLAKE2b-256 | 02537b52d668ac08bfab9cc0983ec0abee6c9cbce3ce4e5f97662d66e255dfb4 |