Jakub Warmuz
e9ed8c86e4
Quickfix for #187
2015-01-24 14:27:15 +00:00
James Kasten
c9a3d8b0c2
Cleanup Installer API change
2015-01-17 02:29:29 -08:00
Jakub Warmuz
5958aee5d1
Merge branch 'zope.interface' into zope.interface-display
...
Conflicts:
letsencrypt/client/client.py
letsencrypt/scripts/main.py
2014-12-22 01:26:31 +00:00
James Kasten
cc999d3654
Refactored/added tests
2014-12-19 15:49:29 -08:00
James Kasten
083024cb86
Major refactor of client and main
2014-12-17 06:27:21 -08:00
Jakub Warmuz
37a015f983
display using ZCA
2014-12-17 12:03:41 +01:00
Jakub Warmuz
20efe7b533
zope.interface
2014-12-17 10:12:59 +01:00
Jakub Warmuz
5e05638fef
Add client.tests to setup packages
2014-12-17 08:14:35 +01:00
James Kasten
323aa350dc
Remove Apache parsing from configurator
2014-12-16 21:00:14 -08:00
James Kasten
cc85f22133
Small fixes
2014-12-10 01:20:14 -08:00
James Kasten
610e1dbc7f
Merge branch 'master' into configurator_tests
2014-12-10 00:34:41 -08:00
James Kasten
44131f9b01
Merge pull request #119 from kuba/bugs/97
...
Pin pylint<1.4
2014-12-09 13:50:59 -08:00
Jakub Warmuz
e107b9259a
Pin pylint<1.4
2014-12-09 19:41:56 +01:00
Jakub Warmuz
f7784f2023
Fix lexicographic order in install_requires
2014-12-09 19:24:16 +01:00
Jakub Warmuz
8ea085553a
Fix coverage for le_util
2014-12-09 19:20:57 +01:00
James Kasten
c59cadd252
Add mock to setup
2014-12-08 00:33:27 -08:00
Jakub Warmuz
78c3f161d7
setup.py docs, Sphinx dep
2014-11-30 02:38:33 +01:00
Jakub Warmuz
9d5ab7dbcc
Test coverage
2014-11-27 20:30:56 +01:00
Jakub Warmuz
c2413ba542
setuptools test_suite
2014-11-27 20:24:50 +01:00
Adam Woodbeck
13f1286e66
Changes per pylint.
2014-11-26 21:30:42 -05:00
Adam Woodbeck
259cf47169
Refactored command line code to use argparse.
2014-11-26 21:09:45 -05:00
Jakub Warmuz
cd9e30ad7e
python-augeas from PyPI
...
https://github.com/hercules-team/python-augeas/issues/2#issuecomment-64116945
2014-11-23 15:29:11 +01:00
Jakub Warmuz
300a4f0b45
Use tox for tests
2014-11-22 15:04:36 +01:00
Jakub Warmuz
1c643d483e
Basic dev/testing setup
2014-11-22 15:04:02 +01:00
Jakub Warmuz
1343cfa465
Add missing line of code (merge/rebase effect).
2014-11-22 03:10:22 +01:00
Jakub Warmuz
731727cb38
Install Augeas using setuptools
2014-11-22 02:52:03 +01:00
James Kasten
7af9263e4a
Remove jose dependency, convert display code to use dialog from setup
2014-11-19 15:34:54 -08:00
Jakub Warmuz
139ad7c3ee
Fix setuptools package resources
...
https://pythonhosted.org/setuptools/setuptools.html#including-data-files
2014-11-19 13:33:53 +01:00
Jakub Warmuz
35c4cbd438
letsencrypt.py as setuptools console script
2014-11-19 13:29:02 +01:00
James Kasten
d56ec3c1da
Adding last of @kuba fixes from PR#9 Thanks!
2014-11-18 20:15:22 -08:00
James Kasten
d3708e1e79
Remove trustify/attic related code from setup.py
...
Conflicts:
.gitignore
setup.py
2014-11-18 18:39:39 -08:00
James Kasten
ea3804efb7
Sort setup install_requires
...
Conflicts:
setup.py
2014-11-18 18:36:15 -08:00
James Kasten
229f88dfcd
setup install_requires python2-pythondialog, jose, jsonschema
...
Conflicts:
setup.py
2014-11-18 18:36:15 -08:00
Jakub Warmuz
3486a53132
python-augeas missing from PyPI
2014-11-18 18:36:15 -08:00
Alex Gaynor
a9e0028007
Use the older requests API
2014-11-18 09:09:56 -08:00
Alex Gaynor
efaec60e6b
Switched from using urllib2 to requests.
...
urllib2 is a security hazzard, it does not perform certificate checks against a trust root by default, nor does it perform service_identity checks.
Also, requests has a prettier API.
2014-11-18 08:13:06 -08:00
Faidon Liambotis
7e960672b3
Add setuptools-based setup.py & MANIFEST.in
...
Also move the protoc functionality to setup.py, making it a bit more
complicated than usual :)
2012-08-12 09:03:13 +03:00