Auth0 Token Vault handles secure token storage, exchange, and refresh for external providers so you don't have to build it yourself.
Rolling your own OAuth token storage can be a security liability. Token Vault securely stores access and refresh tokens from federated providers and handles exchange and renewal automatically. Connected accounts, refresh exchange, and privileged worker flows included.
Try Auth0 for Free
Enterprise-grade ITSM, for every business
Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity.
Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
Python package for develop an SDI/MDI application and set of widgets.
===========
pytkapp
===========
Python package for develop an application that provide
multi-documents/single-document interface
with using of tkinter library and set of additional tkinter
widgets.
See available demos:
pytkapp/demo/run_ptaoptionsdemo.py - run GUI demo for option's container (available widgets, rules)
pytkapp/demo/run_ptamdidemo.py - run demo of MDI application
pytkapp/demo/run_ptasdidemo.py - run demo of SDI application
pytkapp/demo/run_tkwbasicdemo.py - run demo of basic widgets
pytkapp/demo/run_tkwtldemo.py - run demo of tablelist-based widgets
pytkapp/demo/run_diademo.py - run demo for dialog widgets (selector, xmessage)
Notes
=========
1) PyTkApp package was tested on python 2.7, 3.1
2) If you planning to use tablelist-based widgets then you need to download
tcl Tablelist package from http://www.nemethi.de/
Instigate GUI Toolkit is an Abstraction for multiple GUI Toolkits allowing to write single GUI code which can run on multiple platforms and with multiple GUI back-ends. Now it supports QT and gtkmm back-ends on Linux. Work on GTK+ and EWL is ongoing.
Yann is Yet Another Neural Network. Yann is a library to create fast neural networks. It is also a GUI to easily create, edit, train, execute and investigate networks. Multiple topologies, runtime properties and ensemble learning are supported.