Skip to main content

Helpers to deal with basic requirements of an application built by www.alt-f1.be

Project description

altf1be_helpers

Helpers to deal with basic requirements of an application built by www.alt-f1.be. See https://bitbucket.org/altf1be/altf1be_helpers

The class ALTF1

  • Get the list of countries stored in the field "place" in transactions stored in twikey.
  • The places are written either in FR, EN or NL.
  • The method returns a List of places in English and a Set of those places if the places are using the above-mentioned languages

usage

  • install the package on pypi.org :

    • install : pip install altf1be_helpers
    • upgrade : pip install altf1be_helpers --upgrade
  • install the package on test.pypi.org :

    • install : pip install -i https://test.pypi.org/simple/altf1be_helpers
    • upgrade : pip install -i https://test.pypi.org/simple/altf1be_helpers --upgrade

dependencies

Build the package

test the library

  • cd altf1be_helpers

  • python altf1be_helpers_unittest.py

  • locate the package

    • python -c "from altf1be_helpers import AltF1BeHelpers as _; print(_.__path__)" does not work yet
  • list functions inside the module

    • the package python -c "import altf1be_helpers as _; print(dir(_))"
  • test the package

    • python -c "from altf1be_helpers import AltF1BeHelpers; text='éê à iïî'; print(f'{AltF1BeHelpers.unicode_to_ascii(text)}')"
    • result : ee a iii

Documentation

License

Copyright (c) ALT-F1 SPRL, Abdelkrim Boujraf. All rights reserved.

Licensed under the EUPL License, Version 1.2.

See LICENSE in the project root for license information.

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

altf1be_helpers-1.0.1.tar.gz (11.2 kB view hashes)

Uploaded Source

Built Distribution

altf1be_helpers-1.0.1-py2.py3-none-any.whl (11.9 kB view hashes)

Uploaded Python 2 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