No project description provided
Project description
Hollo's Fun Config File
Hollo's Fun Config File is a config file that I made because I was bored and it was fun to do!
.hfcf file example:
;; this is a comment
a=Hello World!
Python Module Usage:
from hfcf import HFCF
conf = HFCF("DAT")
a = conf.get('a;1', "str")
print(a) # output: Hello World!
Expaination 1:
conf.get('attributeName;lineItsOn', "str")
Say you want to get thegattribute on line 4. You would do:
conf.get('g;4', "str")
Expaination 2:
conf = HFCF("path/to/fileNameWithNoFileExtexsion")
Say you want to useassets/conf/geo.hfcf. You would do:
conf = HFCF("assets/conf/geo")
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 Distributions
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 PyHFCF-0.0.2-py3-none-any.whl.
File metadata
- Download URL: PyHFCF-0.0.2-py3-none-any.whl
- Upload date:
- Size: 2.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
05a6e3f5cea775615bd8506424ed1cc0861a6a7f151274d8ebf2cfb3babdd6d5
|
|
| MD5 |
799ed046ef3c0045f592cf6770c2f1de
|
|
| BLAKE2b-256 |
f3776cc82cc1ecbc82e981cac8352891bb47004c059017eff218ebd26ec5fa1f
|