Skip to main content

A python library for parsing and storing settings and configurations.

Project description

pysetting

GitHub GitHub release (latest by date) PyPI - Downloads Release Pre-Release (Git)

Overview

A python library for parsing and storing settings and configurations.

Warning: This package is still in the Beta stage. It is not ready for production use. Please do not use for any critical software

Cloning

In order to download the source code to your local computer for testing, or for development, you can clone from the remote repository using either SSH, or HTTPS. Below are instructions on how to do so using GitHub hosted code as remote.

HTTPS

git clone https://github.com/shivanandvp/pysetting.git 

OR

SSH

git clone git@github.com:shivanandvp/pysetting.git

Packaging

Change to the project directory (cd pysetting) and run any of the below scripts:

  • sh packaging/setup.sh <MODE>: Builds and installs a package
  • sh packaging/build-package.sh <MODE>: Just builds a package without installing it locally
  • sh packaging/install-package.sh <MODE>: Just installs a package locally, except if no built package is detected, a package is built.

OR

  • sh packaging_iso/setup.sh <MODE>: Builds and installs a package
  • sh packaging_iso/build-package.sh <MODE>: Just builds a package without installing it locally
  • sh packaging_iso/install-package.sh <MODE>: Just installs a package locally, except if no built package is detected, a package is built.

where <MODE> can be one of the below 1. local: Selects pysetting-local from the local project that you have cloned already. 2. git: Selects pysetting-git from the latest git commit. 3. stable: Selects pysetting from the git tag corresponding to the pkgver specified in the PKGBUILD. If pkgver=0.1.2, then the git tag v0.1.2 is used for packaging.

Note: Any additional parameters passed to the above scripts are automatically sent to makepkg or pacman (whichever is applicable).

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pysetting-0.0.6.tar.gz (13.7 kB view hashes)

Uploaded Source

Built Distribution

pysetting-0.0.6-py3-none-any.whl (12.7 kB view hashes)

Uploaded Python 3

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