Official udata theme and extensions of the Open Data Portal of Luxembourg
Project description
gouvlu
![Crowdin](https://crowdin.com/project/udata-gouvlu)
Official udata theme of the Open Data Portal of Luxembourg
Usage
Install the theme package in you udata environement:
pip install gouvlu
Then, define the installed theme as current in you udata.cfg:
THEME = 'gouvlu'
configuration parameters
Some features are optionnal and can be enabled with the following udata.cfg parameters
GOUVLU_GOVBAR = True/False: Toggle the govbar
Development
There is a docker-compose configuration to get started fast. Just run:
docker-compose up
Then go to <http://localhost:7000> to connect to the development server with live reload.
Local setup
If you want to execute some development tasks like extracting the translations or running the test suite, you need to install the dependencies localy (in a virtualenv).
virtualenv venv
source venv/bin/activate
pip install -r requirements/develop.pip
If you want to build assets, you also need node.js. The prefered way is with nvm:
nvm use
npm install
inv assets_build
Ok, you are ready, you can now execute some Development commands.
inv -l
Available tasks:
all Run tests, reports and packaging
assets-build Build static assets
assets-watch Build assets on change
clean Cleanup all build artifacts
cover Run tests suite with coverage
dist Package for distribution
i18n Extract translatable strings
i18nc Compile translations
pydist Perform python packaging (without compiling assets)
qa Run a quality report
test Run tests suite
Let’s execute an entire build:
inv
Translations
This project is translated on crowdin.
To update the source string, you need to extract them with the inv i18n command and push the result on this repository. Crowding will detect the new string as soon as they are available on the master branch.
Crowdin will submit a pull-request each time some translation is submitted by the contributors.
Releasing
gouvlu uses bumpr to perform release. Simply execute:
# Install bumpr if not already installed
pip install bumpr
# Dry run to preview changes
bumpr -dv
# Perform release
bumpr
Bumpr will execute test, package everything, update changelog, handle tagging and push to upstream repository… You just have to wait for the build to succeed and your release is available.
Changelog
1.1.12 (2019-05-27)
Nothing yet
1.1.11 (2019-05-15)
Nothing yet
1.1.10 (2019-05-08)
Nothing yet
1.1.9 (2019-05-07)
Nothing yet
1.1.8 (2019-05-07)
Nothing yet
1.1.7 (2018-11-13)
Nothing yet
1.1.6 (2018-10-23)
Nothing yet
1.1.5 (2018-10-23)
Nothing yet
1.1.4 (2018-10-23)
Nothing yet
1.1.3 (2018-10-22)
Nothing yet
1.1.2 (2018-10-22)
1.1.1 (2018-09-11)
Upgrade to udata 1.5.3
1.1.0 (2018-07-31)
Upgrade to udata 1.4
1.0.8 (2018-07-04)
Fix worker bug
Update IGSS Harvester Source
1.0.7 (2018-06-27)
Nothing yet
1.0.5 (2018-06-27)
Add Roadmap page #88
1.0.4 (2018-05-08)
Add CSV Harvester #86
1.0.3 (2018-04-25)
1.0.2
Update udata to latest release
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 Distributions
Built Distribution
File details
Details for the file gouvlu-1.2.1-py2.py3-none-any.whl
.
File metadata
- Download URL: gouvlu-1.2.1-py2.py3-none-any.whl
- Upload date:
- Size: 158.8 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/2.7.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bdfa191832a28e4c9a667b03ac9cc709032c3db45a5f2276ee45be4376cb7fff |
|
MD5 | 59235dc8fa3cd4528b1a07265702fe32 |
|
BLAKE2b-256 | 2b6e191f99e4ff5a1050e8e7161842a05f76870f35fa7b8c4d78f9cc4e111664 |