Mach4 is a Python3 API framework based on Flask.
Project description
What is Mach4
Mach4 is a Python3 framework allowing the creation of APIs in a simple, fast and secure way, based on Flask.
Why use an API framework
Mach4 provides the developer with a security system that allows the developer to develop its APIs while guaranteeing the authentication of its end users.
Concrete case study
A developer wants to create a service. This service requires the use of an API to allow each user's information to be stored. But the developer wants a user to have access only to his information, of course. To do this, he could create an API in Python with Flask or Django, create a reliable authentication system meeting the latest security standards using Json Web Token, add a double security system to prevent the exploitation of XSS and CRSF vulnerabilities, manage the expiration of digital signature keys, allow the verification of his digital signatures... or simply design his API using Mach4, without worrying about its security.
Why Mach4 and not another
Unlike other API frameworks such as Amazon API Gateway, Mach4 is not proprietary. Mach4 is available under the Apache 2.0 license, which guarantees complete transparency, so you can be sure that GAFAM will not use your users' personal data. Nor are you limited to a cloud platform. Mach4 being Open Source, you can use it on any platform you wish, or even develop your own.
How to use Mach4
1. Install
python3 -m pip install mach4
2. Import
import mach4
3. Initialise
api = mach4.API(“My API Name”, “1.0”, __name__)
4. Add
def index():
return “You’re logged!”
api.add_route(“/index”, accept_method = [“GET”, “POST”], auth_required = True)
Congratulations, you are officially the master of the world!
License
Copyright 2021 Cyriaque Perier
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mach4-0.0.2.tar.gz.
File metadata
- Download URL: mach4-0.0.2.tar.gz
- Upload date:
- Size: 8.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.23.0 setuptools/51.3.3 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
093a6b02146d2ce32019dec117733fbd54f7a186c74b116cf02499f935c78cb0
|
|
| MD5 |
ae1bf2e0691a7e7a2c7a482c335fda3c
|
|
| BLAKE2b-256 |
8d6a4a56a046209eda13340aaf315a15d9e64857af43e185e8a3755d2d2b835e
|
File details
Details for the file mach4-0.0.2-py3-none-any.whl.
File metadata
- Download URL: mach4-0.0.2-py3-none-any.whl
- Upload date:
- Size: 15.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.23.0 setuptools/51.3.3 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4f82516dd8f38ea1753761bf2664980a399aca35d38395a8e10240bca5d37fbc
|
|
| MD5 |
a985726c1455dd79ba0e05ac0ce90d75
|
|
| BLAKE2b-256 |
497a73b018d804abba9745c2295b3d4f5db9fda4ae3b6c80e0ea41b302781a74
|