Deploy in 115+ regions with the modern database for every enterprise.
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Start Free
Stop Storing Third-Party Tokens in Your Database
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.
dft is a support class or library (depending on language/implementation) to allow dynamic formatting of HTML, data transmissions, print streams or anything else. The system uses templates to separate data views from procedural code.
OriSVG attends to give some help to origami diagrams designers by providing markers, arrows, strokes and preformated diagrams in SVG language, and some Inkscape's plugins and scripts.
A python program that implements the SMPP protocol and can connect to a Short Message Service Center (SMS-C) or other SMPP compliant software over a network. Generally used for sending and receiving of SMS.
Yabman is a tool for managing bibliographic references. Its key features are a quality user interface, a carefully designed data model, and sophisticated three-state hierarchical reference labeling. It is currently usable but in a pre-alpha stage.
pyXLReader is a multiplatform Pythonlibrary for reading Excel compatible spreadsheets (.xls). Based on JExcelApi by Andy Khan (http://www.andykhan.com).
PyBookmark manipulates bookmark files. It can sync files (no server required), merge, sort, remove duplicates, and check links. Its library pybookmarklib provides access to these operations, data structures, and parser for further extensibility.
json.py is an implementation of a JSON (http://json.org) reader and writer in Python. jsontests.py are unit tests demonstrating the correctness of the implementation.
Read single-band NASA PDS (Planetary Data System) Image files in Python. Query header information and extract binary image data in a format suitable for PIL (PythonImagingLibrary). Works for Pathfinder and Mars Exploration Rover images, maybe others.
PyINI is a cross-platform INI file parser library that can read, edit and create INI files. INI is a plain text format for storing program profile. PyINI is written in Python, and C/C++ (and other languages in the future) binding is also avaiable.
pyModeliXe is a Python template engine. Designers will appreciate its Dreamweaver support, and its XML compliant templates. Developers will be pleased about its plug-ins system, error management and the template cache.
xml.dom.easydom for python primarily behaves like any xml.dom.* you already use. Additionaly easydom provides operator overloadings which render xml processing descriptions more readable and hence less error-prone. See about 90% of your xml-code boosted.