No project description provided
Project description
Arno's super duper API
This is a super duper API that does super duper things.
Installation
Just use pip if you're a regular user:
pip install eudata-server
If you want to develop, clone the repo and install the requirements
Sass
Sass is used to compile the CSS.
If you're on Windows I recommend using Scoop:
scoop install sass
If you're on Linux, you can use the homebrew package manager:
brew install sass/sass/sass
A failsafe way to install Dart-Sass is to download the latest release as a zip/tar archive from here and add it to your PATH.
Customization
Sass Customization
The Sass files are located in eudata_server/static/sass
. For now the only file to compile is the grid theme file, grid-theme.scss
.
To compile it, run:
sass -w ./eudata_server/assets/sass/grid-theme.scss ./eudata_server/assets/css/grid-theme.css
Or if you're on Windows:
sass -w .\eudata_server\assets\sass\grid-theme.scss .\eudata_server\assets\css\grid-theme.css
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
Built Distribution
Hashes for eudata_server-0.1.12-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1c5bbd9d6a671e7d27ae995c63645a9b8f09b73b03a19df31713789b7a325ce8 |
|
MD5 | 06c4f956b9f26886e4a8ec339b0b7a86 |
|
BLAKE2b-256 | 2b53e6daca7e63ef869bddbd7efaefe462282b0b5d3f3e8c9511b65ee8a82a54 |