Commit Graph

249 Commits

Author SHA1 Message Date
22ebaf1629
Revert to argparse absed API
Easier and better because you can pass in everything you need without
having to deal with decorators which after a look at are quite
complicated to play with.
2019-10-07 23:40:58 +02:00
7c449cb887
Remove those, they'll probably go out of date soon 2019-10-07 23:35:18 +02:00
b37351ec61
OK, better be clearer on this 2019-10-07 22:55:38 +02:00
844efe8a49
Bump to next version 2019-10-07 22:42:56 +02:00
d9988a932c
Fix command listing to work on pip package installs 2019-10-07 22:42:28 +02:00
e1691830b1
Add the experimentation API
Closes #2.
2019-10-07 22:22:22 +02:00
c7d7f15922
Remove comment 2019-10-07 20:30:12 +02:00
6c02c5ed3d
Add fancy progress bar 2019-10-07 20:08:05 +02:00
5d500ea8b6
Ignore the default pad data folder 2019-10-07 19:51:03 +02:00
172978a64a
Add links to EP stuff 2019-10-07 19:48:41 +02:00
86c135b2db
Add silly badges 2019-10-07 19:25:37 +02:00
39e166239f
Appease the formatter 2019-10-07 19:20:04 +02:00
8b9309ff4b
Mark next version bump 2019-10-07 19:19:33 +02:00
0e940df399
Improve help. Add missing dependencies 2019-10-07 19:19:12 +02:00
fa9acea169
Sort listed commands 2019-10-07 18:50:47 +02:00
8f6645e362
Bump to the next experimental version 2019-09-28 00:17:48 +02:00
9f17a039a4
Avoid encoding issues with Python 3 2019-09-28 00:17:21 +02:00
bc3f0bb703
Correctly handle subcommand help
etherdump --help and etherdump CMD --help should work.
2019-09-28 00:02:17 +02:00
0f3edc0970
Add subcommand pretty listing 2019-09-27 23:41:46 +02:00
7677c7b250
Get some ASCII art going 2019-09-27 23:27:31 +02:00
73ac351bdd
Fix version handling
See https://packaging.python.org/guides/single-sourcing-package-version/.
2019-09-27 23:18:50 +02:00
8f18594833
Add maintenance tools and run them 2019-09-27 23:14:30 +02:00
159165d2d5
Woops, fix that wrong rename 2019-09-27 22:32:04 +02:00
689649c8ae
Add a proper description for the PyPi site 2019-09-25 21:49:33 +02:00
5471eabbfd
Package etherpump with setuptools 2019-09-25 21:47:15 +02:00
fc9c82c9e5
Remove Python 2 cruft 2019-09-25 19:14:37 +02:00
b3ae2ba776
Don't fake the version anymore 2019-09-25 19:14:33 +02:00
889987cdc9
Clean up setuptools file 2019-09-25 19:09:55 +02:00
a2658a01df
Remove tabs 2019-09-25 19:09:09 +02:00
decentral1se
549ebabafd Merge branch 'fake-etherpump-versioning-and-help' of decentral1se/etherpump into master 2019-09-25 19:07:57 +02:00
9268ec1ff7
Fake versioning and help output 2019-09-25 19:07:34 +02:00
decentral1se
64b16ba5a3 Merge branch 'migrate-to-python3' of decentral1se/etherpump into master 2019-09-25 19:00:42 +02:00
c36f157585
Take a cleaning pass on the README
Also note that we're migrating to Python 3.
2019-09-25 18:59:45 +02:00
6fd24eb6cb
Migrate to Python 3 2019-09-25 18:52:52 +02:00
d978c942f0
Remove package folders 2019-09-24 17:45:53 +02:00
88a8a2e5df
Add link to change log and remove empty spaces/lines 2019-09-24 17:40:07 +02:00
55fc3867c6
Capitalise the "tagline" 2019-09-24 17:39:44 +02:00
mb
7fd8cdd1d9
adding some markdown markup 2019-09-24 17:26:39 +02:00
mb
192e1c614b
adding some markdown markup 2019-09-24 17:26:39 +02:00
mb
b11c57fe52
Update 'README.md' 2019-09-24 17:26:39 +02:00
mb
ff8418f4b6
Update 'README.md' 2019-09-24 17:26:39 +02:00
mb
4926d109d9
Update 'README.md' 2019-09-24 17:26:39 +02:00
mb
19f47eafd3
small change in the readme text 2019-09-24 17:26:38 +02:00
mb
96c9b01a19
adding a , 2019-09-24 17:26:38 +02:00
72e87000fc
removing the pump img 2019-09-24 17:26:38 +02:00
41a199717d
renaming all files to etherpump + adding a etherpump readme 2019-09-24 17:26:38 +02:00
b59e8df4bf
adding python-dateutil to the requirements inside setup.py to enable pip install -e . when installing etherdump 2019-09-24 17:26:38 +02:00
e82ac2db33
Add __PUBLISH__ logic
Closes https://gitlab.constantvzw.org/aa/etherdump/issues/3.

This allows for the following to be run:

    etherdump pull --publish-opt-in --all --pub mydump

And if `__PUBLISH__` is not present on the pads, then the pad will not
be archived. It is also possible to configure this magic word by
specifying the `--publish ...` option.
2019-09-24 17:26:37 +02:00
mb
810a990d13 changed the readme back to etherdump readme 2019-09-11 19:42:37 +02:00
6223ef7f05 converting the etherdump readme > etherpump readme 2019-09-11 16:52:54 +02:00