Skip to main content

Client tools for accessing various client APIs of IT4I portals

This project has been archived.

The maintainers of this project have marked this project as archived. No new releases are expected.

Project description

List of available utilities

  • it4ifree - Show some basic information from IT4I PBS accounting.

  • motd_rss - A generic tool for extracting JSON feed(s) into formatted text or HTML page (using TAL / Zope Page Template).

Installation / upgrading

$ pip install --upgrade it4i.portal.clients

Sample config file main.cfg

[main]

# uncomment and fill in your IT4I username
#it4i_username = <your_username_here>

# IT4I Extranet API
extranet_api_url = https://extranet.it4i.cz/
  • System-wide config file path: /usr/local/etc/it4i-portal-clients/main.cfg

  • Local user’s config file path: ~/.it4i-portal-clients/main.cfg

Changelog

0.6.3 (2017-08-08)

Other

  • Merge branch ‘2-zobrazeni-normalizovanych-jadrohodin’ into ‘master’ [Jan Krupa]

Resolve “Zobrazení normalizovaných jádrohodin”

Closes #2

See merge request !4

  • Beutify format. [Jan Krupa]

  • Fixed Standart -> Standard. [Jan Krupa]

  • Fixed labels. [kru0096]

  • Display normalized core hours. [kru0096]

0.6.2 (2017-07-25)

Other

  • Use the JSON for HTML render. [David Hrbáč]

0.6.1 (2017-07-25)

Other

  • Use the JSON. [David Hrbáč]

0.5.12 (2017-07-25)

Other

  • Require dateutil. [David Hrbáč]

0.5.11 (2017-07-25)

Other

  • Use 24 hours. [David Hrbáč]

0.5.10 (2017-07-25)

Other

  • Use the JSON. [David Hrbáč]

0.5.9 (2017-07-21)

Other

  • Release 0.5.9. [David Hrbáč]

  • Merge branch ‘scs’ into ‘master’ [David Hrbáč]

Scs

See merge request !3

  • Typo. [David Hrbáč]

0.5.8 (2017-07-21)

Other

  • Move to HTTPS channel. [David Hrbáč]

  • Convert it4ifree to SCS, motd deprecated. [David Hrbáč]

0.5.7 (2017-02-06)

Other

  • Handle long titles. [David Hrbáč]

0.5.6 (2017-02-03)

Other

  • Corrections to README. [David Hrbáč]

  • Test commit. [Jan Krupa]

0.5.5 (2017-02-02)

Other

  • Merge branch ‘timerange’ into ‘master’ [Jan Krupa]

Enable to display timerange for events

See merge request !1

  • Enable to display timerange for events. [David Hrbáč]

0.5.2 (2016-10-10)

Other

  • Merge branch ‘master’ of gitlab.it4i.cz:it4i-admins/it4i-portal-clients. [Jan Krupa]

  • Format text. [Jan Krupa]

0.5.1 (2016-10-10)

Other

  • Pypandoc version pinned. [Filip Valder]

0.5 (2016-10-10)

Other

  • License changed. [Jan Krupa]

0.4.9 (2016-06-24)

Other

  • A helpful script for testing installs. [Filip Valder]

0.4.8 (2016-06-24)

Other

  • Merge branch ‘master’ of gitlab.it4i.cz:it4i-admins/it4i-portal-clients. [Filip Valder]

  • A more advanced solution for setup.py. [Filip Valder]

  • Without the dot. [Filip Valder]

  • A more advanced solution for setup.py. [Filip Valder]

0.4.7 (2016-06-24)

Other

  • Handle KeyError: ‘IT4I_FACTORY_PREBUILD’ [Filip Valder]

0.4.6 (2016-06-24)

Other

  • Setup_requires depends on the evironment: IT4I factory versus end-user. [Filip Valder]

0.4.5 (2016-06-24)

Other

  • Get python interpreter from the environment. [Filip Valder]

0.4.4 (2016-06-24)

Other

  • Setup deps. [Filip Valder]

0.4.3 (2016-06-24)

Other

  • Some ignores added. [Filip Valder]

0.4.2 (2016-06-23)

Other

  • The other way round. [Filip Valder]

  • Exclude git-related stuff from MANIFEST.in. [Filip Valder]

  • Additional requirements for setup. [Filip Valder]

  • Some gitchangelog rc file. [Filip Valder]

  • Mising comma. [Filip Valder]

  • Auto-versioning accto git tags. [Filip Valder]

  • See the hint in it4ifree.py. [Filip Valder]

  • White space. [Filip Valder]

  • Instructions re-ordered. [Filip Valder]

0.4.1 (2016-06-01)

Other

  • Keywords added. [Filip Valder]

  • Important functional improvements & introduced README. [Filip Valder]

0.4 (2016-06-01)

Other

  • Config module introduced. [Filip Valder]

  • Sample config file. [Filip Valder]

  • README.txt -> README.md due to GL (the change will also appear in setup.py) [Filip Valder]

  • Init & use module name ; not filename. [Filip Valder]

  • Get ready for 0.4 release. [Filip Valder]

  • Use module name ; not filename. [Filip Valder]

  • Bug fixes. [Filip Valder]

  • Support for sorting. [Filip Valder]

  • Support for published date/time. [Filip Valder]

  • CStringIO for full module usage support. [Filip Valder]

0.3.4 (2016-05-19)

Other

  • Support for stdin and various feed sources. [Filip Valder]

  • Logging goes to separate file. [Filip Valder]

  • Write to stderr instead of stdout. [Filip Valder]

  • Egg-info for 0.3.3.post2. [Filip Valder]

  • Repository moved, project IT4I-ized… [Filip Valder]

  • 0.3.3.post1 released: setuptools is already dep of PIP, it may mess things up during install. [Filip Valder]

0.3.3 (2016-02-25)

Other

  • Egg-info files for 0.3.3. [Filip Valder]

  • 0.3.3 released. [Filip Valder]

  • Support for verbose and width opts; short opt for cron changed. [Filip Valder]

  • Default template fixes. [Filip Valder]

  • Sync with MANIFEST.in. [Filip Valder]

  • Remove dist from repository. [Filip Valder]

  • 0.3.2 stable with unicode encoding fixed. [Filip Valder]

  • Add README. [Filip Valder]

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

it4i.portal.clients-0.6.3.tar.gz (12.0 kB view details)

Uploaded Source

File details

Details for the file it4i.portal.clients-0.6.3.tar.gz.

File metadata

File hashes

Hashes for it4i.portal.clients-0.6.3.tar.gz
Algorithm Hash digest
SHA256 5d32f1ca611ac5eed10dc16a62e75482410724877648d554d0d257edb3e94370
MD5 0064e9466c63ec24b1647638e115ed0c
BLAKE2b-256 b09bcda6aae4fe572abb99e071b0521848ab96d7ce1541c312d17ce1eec6f26f

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page