Skip to content

Commit 31d59f7

Browse files
Add PackageManifest classes for pypi manifests
Creates PackageManifest class for various python manifests and overrides the methods for detection and PackageManifest creation. Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
1 parent 6270119 commit 31d59f7

4 files changed

Lines changed: 374 additions & 237 deletions

File tree

src/packagedcode/__init__.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,13 @@
7676
models.MozillaExtension,
7777
models.ChromeExtension,
7878
models.IOSApp,
79-
pypi.PythonPackage,
79+
pypi.PythonMetadataFile,
80+
pypi.PythonBinaryDist,
81+
pypi.PythonSourceDist,
82+
pypi.PythonSetupPy,
83+
pypi.PythonDependencyFile,
84+
pypi.PythonPipfileLock,
85+
pypi.PythonRequirementsFile,
8086
golang.GolangPackage,
8187
models.CabPackage,
8288
models.InstallShieldPackage,

0 commit comments

Comments
 (0)