Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

eudata-server

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eudata-server

  • 0.1.26
  • PyPI
  • Socket score

Maintainers
1

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

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc