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.4.0.tar.gz
(4.1 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.4.0.tar.gz.
File metadata
- Download URL: endmapper-0.4.0.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
90fb95328c4136f8b94255e66c0218ffe33a65e39398c61693079e41014fa086
|
|
| MD5 |
ff2aa585a2031cc678a6363f8869ef13
|
|
| BLAKE2b-256 |
eebbdec80fc199abc690a2d3e3d93ab173ff0aab0b8403c58bae1e22b87aaf12
|
File details
Details for the file endmapper-0.4.0-py3-none-any.whl.
File metadata
- Download URL: endmapper-0.4.0-py3-none-any.whl
- Upload date:
- Size: 5.4 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 |
c4919a188669aff4955ff856f0aa464a23d0495684b17a637b9be06c98434aed
|
|
| MD5 |
794e1b8cabb87befb47bccf1d8659ad6
|
|
| BLAKE2b-256 |
a1bd195c4b03231cde71e6314978ac4efdd4aefa173137e9856e9a5e50d89e89
|