Skip to main content

Wedge library for django application

Project description

Wedge Library

Démarrage rapide

$ pip install wedge-lib

Configuration pour certains services

MailService

TBD

GoogleMapService

TBD

YousignService

TBD

Development

Installation

$ pipenv sync --dev

Update dependencies

$ pipenv update --dev

Run test

$ pytest

Before commit

Pour éviter de faire échouer le CI, lancer la commande:

$ ./before_commit.zsh

Publier manuellement sur PyPI

Après avoir committer et pousser:

  1. tagguer une version dans GitHub.
  2. mettre à jour la version dans le fichier setup.cfg avec le tag créé.
  3. créer le package
    $ rm -rf build dist wedge_lib.egg-info
    $ WEDGELIB_VERSION=<version> python setup.py sdist bdist_wheel
    
  4. mettre à jour sur TestPypi
    $ twine upload --repository testpypi dist/*
    
  5. Si tout est ok, mettre à jour sur Pypi
    $ twine upload dist/*
    

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

wedge-lib-1.2.8.2.tar.gz (57.8 kB view hashes)

Uploaded Source

Built Distribution

wedge_lib-1.2.8.2-py3-none-any.whl (88.6 kB view hashes)

Uploaded Python 3

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