ncopa: nginx.conf parser
Project description
ncopa
ncopa is short for nginx.conf parser. It offers a Python library for parsing an nginx.conf file.
Usage
import ncopa
with open("nginx.conf") as stream:
content = stream.read()
directives = ncopa.parse(content)
directives is a list of ncopa.Directive objects.
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
ncopa-0.1.0.tar.gz
(12.2 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
ncopa-0.1.0-py3-none-any.whl
(6.1 kB
view details)
File details
Details for the file ncopa-0.1.0.tar.gz.
File metadata
- Download URL: ncopa-0.1.0.tar.gz
- Upload date:
- Size: 12.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.21
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
13ab4725cd8e0d8fcf7377024fce88ebe911b121c56ab2795442964fba37327a
|
|
| MD5 |
10f34d5c0f38b5e2d01f64aad7bf8618
|
|
| BLAKE2b-256 |
de8d9b72be757e246e124dc5716487144779e0d50f2544929ef57c07929f76c9
|
File details
Details for the file ncopa-0.1.0-py3-none-any.whl.
File metadata
- Download URL: ncopa-0.1.0-py3-none-any.whl
- Upload date:
- Size: 6.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.21
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d34937a0c8f2456b32b14f3f571e6ec1dee91ac29d2ef18c14f333c474add8d4
|
|
| MD5 |
dc0bb5169d8617a5f95ecf4ee8b70948
|
|
| BLAKE2b-256 |
b3222b5254659377902113bab4efd53c94dba967c8969367ffab39e262dab425
|