Skip to content

guruofgentoo/keg-elements

 
 

Repository files navigation

Keg Elements

image

image

Keg Elements is the testing ground for ideas and code that will eventually make their way into Keg or an official Keg extension.

Development (Not ready yet, currently no tests) ===============

To develop on this project, begin by running our tests:

git clone https://github.com/level12/keg-elements keg-elements-src
cd keg-elements-src
tox

You can then examine tox.ini for insights into our development process. In particular, we:

  • use py.test for testing (and coverage analysis)
  • use flake8 for linting
  • store pip requirements files in requirements/
  • cache wheels in requirements/wheelhouse for faster & more reliable CI builds

Dependency Management

Adding a dependency involves:

  1. If it's a run-time dependency, add to setup.py.
  2. Adding the dependency to one of the requirements files in requirements/.
  3. Running requirements/build-wheelhouse.py.

Preview Readme

When updating the readme, use restview --long-description to preview changes.

Issues & Discussion

Please direct questions, comments, bugs, feature requests, etc. to: https://github.com/level12/keg-elements/issues

Current Status

Very Alpha, expect changes.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 65.6%
  • HTML 34.4%