latchset / custodia

An API to manage secrets storage and retrieval
GNU General Public License v3.0
85 stars 27 forks source link

Consolidate metadata in __about__.py #162

Closed tiran closed 7 years ago

tiran commented 7 years ago

The file about.py is a pseudo-standard that is used in a bunch of prominent projects like python-cryptography. The file is both designed to be importable and exec()-able. about.py allows us to keep metadata like name, summary, copyright and version in one place.

Signed-off-by: Christian Heimes cheimes@redhat.com

codecov-io commented 7 years ago

Codecov Report

Merging #162 into master will increase coverage by 0.21%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #162      +/-   ##
==========================================
+ Coverage   59.81%   60.02%   +0.21%     
==========================================
  Files          34       36       +2     
  Lines        3026     3042      +16     
  Branches      337      338       +1     
==========================================
+ Hits         1810     1826      +16     
  Misses       1126     1126              
  Partials       90       90
Impacted Files Coverage Δ
custodia/__about__.py 100% <100%> (ø)
tests/test_misc.py 100% <100%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update a0b0f5e...7a74d5b. Read the comment docs.