Skip to main content

No project description provided

Project description

gallop

🐎 New level of python develop. Source code from github

More dynamic in design, more configuration driven

PyPI version License Test pypi build

Install

pip install gallop

Configuration Management

from gallop.config import BaseConfig

config = BaseConfig(a=1)
config.a = 2
config.b = 3

config.to_json("some/path.json")
config.to_yaml("some/path.yaml")

Related project

From the same lead author

  • Python category management accelerated with Rust
  • Data science basic toolset forgebox

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

gallop-0.0.2.tar.gz (5.9 kB view hashes)

Uploaded Source

Built Distribution

gallop-0.0.2-py3-none-any.whl (5.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