Skip to main content

The sigarra scraping library no one asked for

Project description

The sigarra scraping library no one asked for

image image image

Feupy is a Python library that provides an interface to FEUP's information system, SIGARRA. SIGARRA stands for Sistema de Informação para Gestão Agregada dos Recursos e dos Registos Académicos (Academic Register and Aggregated Resource Management Information System, give or take).

All web requests that don't need a special permission (that is, you don't need to log in to see the page) are stored in a persistent cache with timeouts, in order to minimize latency and the number of requests made to sigarra. All web requests that need a special permission (i.e. you need to be logged in) are stored in a non-persistent cache.

Installation

pip install feupy

Building the package and uploading to PyPI

  1. Change your working directory to the root of this project in your computer
  2. Run these two commands
    python setup.py sdist bdist_wheel
    python -m twine upload dist/*
    
  3. Enter your PyPI credentials when prompted
  4. Celebrate!

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

feupy-0.2.0.tar.gz (27.4 kB view hashes)

Uploaded Source

Built Distribution

feupy-0.2.0-py3-none-any.whl (34.4 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