Skip to main content

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 the g attribute on line 4. You would do:
conf.get('g;4', "str")

Expaination 2:
conf = HFCF("path/to/fileNameWithNoFileExtexsion")
Say you want to use assets/conf/geo.hfcf. You would do:
conf = HFCF("assets/conf/geo")

Project details


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

PyHFCF-0.0.2-py3-none-any.whl (2.8 kB view details)

Uploaded Python 3

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

Hashes for PyHFCF-0.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 05a6e3f5cea775615bd8506424ed1cc0861a6a7f151274d8ebf2cfb3babdd6d5
MD5 799ed046ef3c0045f592cf6770c2f1de
BLAKE2b-256 f3776cc82cc1ecbc82e981cac8352891bb47004c059017eff218ebd26ec5fa1f

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page