Home
Softono
p

presslabs

Professional software vendor delivering innovative solutions on the Softono platform. Specialized in both open-source and proprietary software development.

Total Products
2

Software by presslabs

gitium
Open Source

gitium

Keep all your WordPress code on git with a simple plugin and a repo

WordPress Themes & Plugins Version Control
187 Github Stars
zipa
Open Source

zipa

zipa is a Python REST API client that transforms Python imports into HTTP clients through a simple naming convention. It converts underscores in module names to dots in hostnames and double underscores to URL path prefixes, for example apitwittercomv1 becomes https://api.twitter.com/v1. This allows developers to interact with REST APIs using clean, intuitive Python syntax. Users import a hostname as a module, then access API endpoints as attributes and perform HTTP operations through method calls. The library handles request construction, response parsing, and JSON serialization automatically. zipa is useful for scripting, data fetching, API integration, and rapid prototyping against any RESTful web service without manual request boilerplate.

API Tools
75 Github Stars