This is the simplest module for quick get project endpoints
Project description
Endmapper
Endmapper is a library for mapping endpoints.
Installation
pip install endmapper
Config file "cmapcfg.json"
{
//This keywords must be in path
"path_white_list": [],
//This keywords could not be in path
"path_black_list": [],
//This keywords must be in endpoint name
"name_white_list": [],
//This keywords could not be in endpoint name
"name_black_list": [],
//Services use with proxy endpoints
//Service what you want to connect must use endmapper too
"services": {
"endpoint_name": "hostname or ip"
}
}
How to use with django/drf
- add new path to main project urls
from django.urls import path, include
urlpatterns = [
# another paths
path('', include('endmapper.urls'))
]
How to use with fastAPI
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
endmapper-0.2.9.tar.gz
(3.6 kB
view details)
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 endmapper-0.2.9.tar.gz.
File metadata
- Download URL: endmapper-0.2.9.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cb8fa7d9698afdcbf970d54e11f584bd474dea0ecec73d67c3fd7f283261e782
|
|
| MD5 |
0f815187c61518fb592e8ce4a6307553
|
|
| BLAKE2b-256 |
9d73dc9f67977abc5427175382832a5095fee6c8bf7d8e3ce4ed128952b2d1b8
|
File details
Details for the file endmapper-0.2.9-py3-none-any.whl.
File metadata
- Download URL: endmapper-0.2.9-py3-none-any.whl
- Upload date:
- Size: 4.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0ddb89999172968413b44ba3456a8224a2f8a8cb1c990a4454434762d6404e88
|
|
| MD5 |
f7e3056ffd25501017a0a55519c0349e
|
|
| BLAKE2b-256 |
39e953d90d3372916c6ed3b0d2607da7fee4966066c3067cb0b5f355c39369a5
|