Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request includes a comprehensive renaming of the project from "Guardian" to "Cryptshield". The changes span across multiple files, including updates to the README, build scripts, and source code. Below are the most important changes:
Project Renaming:
README.md
: Updated all instances of "guardian" to "cryptshield" in usage examples, installation instructions, and download links. [1] [2] [3] [4]cleanbuild.sh
: Renamed references from "guardian" to "cryptshield".debian/changelog
,debian/control
,debian/copyright
: Updated package name and source references. [1] [2] [3]setup.py
,pyproject.toml
: Changed project name and metadata to reflect the new name "Cryptshield". [1] [2]Source Code Updates:
src/cryptshield.py
(renamed fromsrc/guardian.py
): Updated class and exception names fromGuardianError
toCryptshieldError
, and modified function references accordingly. [1] [2] [3] [4] [5] [6]src/cryptshield.sh
(renamed fromsrc/guardian.sh
): Updated script to callcryptshield
instead ofguardian
. [1] [2]Dependency and Build Configuration:
requirements-dev.txt
: Added development dependencies for building and publishing the library.README.md
: Added new section for building and publishing the library to PyPI.pyproject.toml
: Added build system configuration and project metadata.