Commit graph

7 commits

Author SHA1 Message Date
dependabot[bot]
c1778b4de8
Build(deps): bump cryptography from 2.8 to 3.2
Bumps [cryptography](https://github.com/pyca/cryptography) from 2.8 to 3.2.
- [Release notes](https://github.com/pyca/cryptography/releases)
- [Changelog](https://github.com/pyca/cryptography/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/2.8...3.2)

Signed-off-by: dependabot[bot] <support@github.com>
2020-10-27 22:11:54 +00:00
Marc Cataford
c647f9dbd9
Test coverage pt.1 (#4)
* test: config fetch coverage

* ci: add test runner

* test: add test stubs

* chore: move twine and wheel to bootstrap

* infra: add test inv

* refactor: review for testability

* test: use case testing
2020-01-06 23:00:22 -05:00
Marc Cataford
26058edc86 docs: oversight 2020-01-05 17:21:01 -05:00
Marc Cataford
276b9e339c
Setting up CI (#3)
* infra: boilerplate CI

* ci: workflow name

* chore: typo

* docs: badges

* docs: status badge
2020-01-05 16:39:37 -05:00
Marc Cataford
a0a2db7c32
Preparing to publish (#2)
* wip: reformatting for pypi

* wip: missing setup fields, meta

* wip: fix classifiers
2020-01-05 15:34:41 -05:00
Marc Cataford
02a7b2d5d8
Initial upload (#1)
* feat: minimal working version

* chore: clean swap files

* chore: amend gitignore to include swaps

* chore: typecheck

* wip: ignore git, support dir

* wip: ignores, directory handling

* wip: add prompting, better path management

* refactor: centralize printing

* wip: handle jsondecodeerror

* docs: README

* chore: add inquirer to dependencies

* wip: error handling when not in git
2020-01-05 14:46:10 -05:00
Marc Cataford
099403cf7d
Initial commit 2020-01-05 00:01:03 -05:00