Skip to content

Commit

Permalink
Cleanup unused files
Browse files Browse the repository at this point in the history
  • Loading branch information
wiktor-k committed Nov 23, 2023
1 parent 0148d7e commit 3189417
Show file tree
Hide file tree
Showing 16 changed files with 9 additions and 304 deletions.
1 change: 0 additions & 1 deletion .env/lib64

This file was deleted.

3 changes: 0 additions & 3 deletions .env/pyvenv.cfg

This file was deleted.

1 change: 0 additions & 1 deletion .gitea/default_merge_message/MERGE_TEMPLATE.md

This file was deleted.

3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
README.sh
README.python
.env

/target

Expand Down Expand Up @@ -72,4 +73,4 @@ docs/_build/
.vscode/

# Pyenv
.python-version
.python-version
12 changes: 0 additions & 12 deletions .woodpecker/audit.yml

This file was deleted.

27 changes: 0 additions & 27 deletions .woodpecker/build.yml

This file was deleted.

14 changes: 0 additions & 14 deletions .woodpecker/direct-minimal-versions.yml

This file was deleted.

5 changes: 0 additions & 5 deletions .woodpecker/doc-check-links.yml

This file was deleted.

47 changes: 0 additions & 47 deletions .woodpecker/doc-pages.yml

This file was deleted.

20 changes: 0 additions & 20 deletions .woodpecker/e2e.yml

This file was deleted.

38 changes: 0 additions & 38 deletions .woodpecker/update-deps.yml

This file was deleted.

10 changes: 3 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<img src="https://codeberg.org/wiktor/pysequoia/raw/branch/main/doc/logo.png" align="right" width="150" height="150" />
<img src="https://camo.githubusercontent.com/2405a5e252c89f97bb4ec3542e1c56c0571551cf52615dbcf728d38c5279bfc0/68747470733a2f2f636f6465626572672e6f72672f77696b746f722f7079736571756f69612f7261772f6272616e63682f6d61696e2f646f632f6c6f676f2e706e67" align="right" width="150" height="150" />

# PySequoia

[![PyPI version](https://badge.fury.io/py/pysequoia.svg)](https://pypi.org/project/pysequoia/)
[![PyPI Downloads](https://img.shields.io/pypi/dm/pysequoia.svg?label=PyPI%20downloads)](
https://pypi.org/project/pysequoia/)
[![status-badge](https://ci.codeberg.org/api/badges/wiktor/pysequoia/status.svg)](https://ci.codeberg.org/wiktor/pysequoia)
[![CI](https://github.com/wiktor-k/pysequoia/actions/workflows/ci.yml/badge.svg)](https://github.com/wiktor-k/pysequoia/actions/workflows/ci.yml)

This library provides [OpenPGP][] facilities in Python through the
[Sequoia PGP][SQ] library. If you need to work with encryption and
Expand Down Expand Up @@ -128,11 +128,7 @@ other OpenPGP software (e.g. if a User ID uses SHA-1 in its
back-signature, it may be missing from the list of User IDs returned
by this package).

Checking certificates for problems ("linting") [is planned][LINT] but
not yet implemented.

[SP]: https://docs.rs/sequoia-openpgp/latest/sequoia_openpgp/policy/struct.StandardPolicy.html
[LINT]: https://codeberg.org/wiktor/pysequoia/issues/52

Certificates have two forms, one is ASCII armored and one is raw bytes:

Expand Down Expand Up @@ -462,7 +458,7 @@ conditions.

## Sponsors

My work is supported by these generous organizations (alphabetical
My work was supported by these generous organizations (alphabetical
order):

- [nlnet.nl](https://nlnet.nl/)
Expand Down
5 changes: 0 additions & 5 deletions ci/add-comment.sh

This file was deleted.

61 changes: 0 additions & 61 deletions doc/stf-report-1.md

This file was deleted.

58 changes: 0 additions & 58 deletions doc/stf-report-2.md

This file was deleted.

8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ license = {file = "LICENSE"}
description = "Provides OpenPGP facilities using Sequoia-PGP library"

[project.urls]
homepage = "https://codeberg.org/wiktor/pysequoia"
changelog = "https://codeberg.org/wiktor/pysequoia/releases"
repository = "https://codeberg.org/wiktor/pysequoia"
"Bug Tracker" = "https://codeberg.org/wiktor/pysequoia/issues"
homepage = "https://github.com/wiktor-k/pysequoia"
changelog = "https://github.com/wiktor-k/pysequoia/tags"
repository = "https://github.com/wiktor-k/pysequoia"
"Bug Tracker" = "https://github.com/wiktor-k/pysequoia/issues"

0 comments on commit 3189417

Please sign in to comment.