Linkero is compatible with Python-2 and Python-3.
What can I do with Linkero?
Run REST API server
Mount your Python developments or wrappers as API REST service. Only spend time developing your APIs behaviour.
Add new APIs easily to already existing gateway development.
Generate Public APIs.
- Generate Private APIs.
Security using user and password authentication.
Security using token.
Grant privileges to desired APIs or only a group of calls of API to specific users.
User accounts persistence using SQLite DB.
Installation
You can install or upgrade linkero with:
$ pip install linkero --upgrade
Or you can install from source with:
$ git clone https://github.com/ingran/linkero.git --recursive
$ cd linkero
$ pip install .
Release files for linkero 0.9.18
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| linkero-0.9.18.tar.gz | 11.2 kB | Details |
Release files / linkero-0.9.18.tar.gz
| Download URL | linkero-0.9.18.tar.gz |
|---|---|
| Size | 11.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
12cffbeceb4eb958e6a2838c980290161ca3c477a38450c2cb792d5008263b17
|
|
BLAKE2b-256 checksum How to use checksums |
574847f55d0c12704dbb77172495343a261373372cafd3e908869022cdf63640
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.1 importlib_metadata/5.0.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4
|