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')
print(a) # output: Hello World!
Expaination 1:
conf.get('attributeName;lineItsOn')
Say you want to get theg
attribute on line 4. You would do:
conf.get('g;4')
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
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file PyHFCF-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: PyHFCF-0.0.1-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 | 5449fc29ab80388b62099bf2d94f0569aad5928f45c95787ed676c63ca9dad29 |
|
MD5 | 11a9d6f74dffaf7c4a29d891d262f1a0 |
|
BLAKE2b-256 | 075f8568c92702660501ebf1ced3ce19e5e5a4cd19525a339ed1ceadacdd8d50 |