You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Thomas Ward
9820ddb26b
|
5 years ago | |
---|---|---|
docs | 6 years ago | |
lugito | 6 years ago | |
tests | 5 years ago | |
.coveragerc | 6 years ago | |
.editorconfig | 6 years ago | |
.gitattributes | 6 years ago | |
.gitignore | 6 years ago | |
AUTHORS.rst | 6 years ago | |
CONTRIBUTING.rst | 6 years ago | |
HISTORY.rst | 6 years ago | |
LICENSE | 6 years ago | |
MANIFEST.in | 6 years ago | |
Makefile | 6 years ago | |
README.md | 6 years ago | |
README.rst | 6 years ago | |
pytest.ini | 6 years ago | |
requirements.txt | 5 years ago | |
requirements_dev.txt | 5 years ago | |
setup.cfg | 6 years ago | |
setup.py | 5 years ago | |
tox.ini | 6 years ago | |
versioneer.py | 6 years ago |
README.md
lugito
Python Boilerplate contains all the boilerplate you need to create a Python package.
- Free software: 3 Clause BSD license
- Documentation: https://lugito.readthedocs.io.
Temp - Example .lugitorc
[phabricator]
host = http://127.0.0.1:9091/api/
token = api-nojs2ip33hmp4zn6u6cf72w7d6yh
[phabricator.hooks]
irc = cqg42zdcuqysff632kc6rnsu4m3hjg6c
commithook = znkyfflbcia5gviqx5ybad7s6uyfywxi
[phabricator.package_names]
rDEFAULTSETTINGS = lubuntu-default-settings
rART = lubuntu-artwork
rCALASETTINGS = calamares-settings-ubuntu
rQTERMINALPACKAGING = qterminal
rLXQTCONFIGPACKAGING = lxqt-config
rNMTRAYPACKAGING = nm-tray
[connector.irc]
host = irc.freenode.net
port = 6697
username = someusername
password = somepassword
channel = #somechannel
[connector.launchpad]
application = lugito
staging = production
version = devel
supported_versions =
Cosmic
Bionic
Xenial
Trusty
[connector.jenkins]
site = https://ci.lubuntu.me
template_url = ssh://git@phab.lubuntu.me:2222/source/package.git
Features
- TODO
Credits
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.