Skip to main content

Django Rest Framework micro services common utilities

Project description

base-api-utils

DRF common utilities

Virtual Env

$ python3 -m venv env

$ source env/bin/activate

python setup

sudo add-apt-repository ppa:deadsnakes/ppa -y
sudo apt-get -y -f install python3.7 python3-pip python3.7-dev python3.7-venv libpython3.7-dev python3-setuptools
sudo -H pip3 --default-timeout=50 install --upgrade pip
sudo -H pip3 install virtualenv

Install reqs

pip install -r requirements.txt

Development dependencies

To install dev dependencies (e.g. pytest):

pip install -e ".[dev]"

Packaging

Create ~/.pypirc:

[distutils]
index-servers =
    pypi

[pypi]
username = __token__
password = pypi-XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
python3 -m pip install --upgrade build
python3 -m build

Uploading

python3 -m pip install --upgrade twine

Test Py Pi

python3 -m twine upload --repository testpypi dist/*

Production PyPi

python3 -m twine upload dist/*

Install from testPyPi.Org

pip install -i https://test.pypi.org/simple/ base-api-utils --no-deps

Install from GitHub

pip install git+https://github.com/fntechgit/base-api-utils

Failed Celery Async Tasks Management

For a deep dive into the technical implementation, CLI usage, and troubleshooting steps, please refer to the dedicated management guide:

Management & Recovery Deep Dive: /docs/celery-management.md

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

base_api_utils-1.1.117.dev4.tar.gz (59.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

base_api_utils-1.1.117.dev4-py3-none-any.whl (83.2 kB view details)

Uploaded Python 3

File details

Details for the file base_api_utils-1.1.117.dev4.tar.gz.

File metadata

  • Download URL: base_api_utils-1.1.117.dev4.tar.gz
  • Upload date:
  • Size: 59.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for base_api_utils-1.1.117.dev4.tar.gz
Algorithm Hash digest
SHA256 0a58da98e4365d0c1f3c6c300f33edb5667736ed32efb4d2ebde8f3488ff1d88
MD5 f15f8b05d01645c755ce767e2e1ad88c
BLAKE2b-256 eb057033aec073c9f8cf4e1382c739491940cadcb732a36a3222d187c5ab4d0c

See more details on using hashes here.

File details

Details for the file base_api_utils-1.1.117.dev4-py3-none-any.whl.

File metadata

File hashes

Hashes for base_api_utils-1.1.117.dev4-py3-none-any.whl
Algorithm Hash digest
SHA256 8e0d40a1e2d239336ce69c68727e391b9646d50ea739bb01ceee9facfb99c993
MD5 f6a22828c138f4c43d0b6450a0e3a9e6
BLAKE2b-256 108adc5b1001e927945dd6482bcc99bc0c235b33ff85424244afe33d83dc9fea

See more details on using hashes here.

Supported by

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