python-dpkg | Python library for reading Debian package files
kandi X-RAY | python-dpkg Summary
kandi X-RAY | python-dpkg Summary
python-dpkg is a Python library. python-dpkg has no bugs, it has no vulnerabilities, it has build file available and it has low support. However python-dpkg has a Non-SPDX License. You can download it from GitHub.
Python library for reading Debian package files and comparing version strings
Python library for reading Debian package files and comparing version strings
Support
Quality
Security
License
Reuse
Support
python-dpkg has a low active ecosystem.
It has 25 star(s) with 10 fork(s). There are 22 watchers for this library.
It had no major release in the last 12 months.
There are 0 open issues and 2 have been closed. On average issues are closed in 3 days. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of python-dpkg is 1.3.2
Quality
python-dpkg has 0 bugs and 0 code smells.
Security
python-dpkg has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
python-dpkg code analysis shows 0 unresolved vulnerabilities.
There are 0 security hotspots that need review.
License
python-dpkg has a Non-SPDX License.
Non-SPDX licenses can be open source with a non SPDX compliant license, or non open source licenses, and you need to review them closely before use.
Reuse
python-dpkg releases are available to install and integrate.
Build file is available. You can build the component from source.
Installation instructions are not available. Examples and code snippets are available.
python-dpkg saves you 365 person hours of effort in developing the same functionality from scratch.
It has 871 lines of code, 87 functions and 5 files.
It has medium code complexity. Code complexity directly impacts maintainability of the code.
Top functions reviewed by kandi - BETA
kandi has reviewed python-dpkg and discovered the below as its top functions. This is intended to give you an instant insight into python-dpkg implemented functionality, and help decide if they suit your requirements.
- Return the message
- Process a dpkg file
- Extract a message from a given ctar
- Convert obj to unicode
- Returns the Debian revision number
- Get epoch from a version string
- Extract the upstream version from a version string
- Split the full version from a full version string
- Return PDP Message object
- Internal method to process a message
- Process the dsc file
- Return a value from the dictionary
- Return the value of an item
- Get attribute value
- Returns the calculated checksums
- Validate the checksums
- Get the message property
- Current epoch
- Get upstream version
- Get checksums
- Return headers as dict
- List of source files
- True if all source files are present
- List of missing source files
- Return a mapping of file names to their sizes
- Indent a string
Get all kandi verified functions for this library.
python-dpkg Key Features
No Key Features are available at this moment for python-dpkg.
python-dpkg Examples and Code Snippets
>>> from pydpkg import Dsc
>>> dsc = Dsc('testdeb_0.0.0.dsc')
>>> dsc.standards_version
'3.9.6'
>>> dsc.format
'3.0 (quilt)'
>>> x.build_depends
'python (>= 2.6.6-3), debhelper (>= 9)'
>>>
>>> from pydpkg import Dpkg
>>> dp = Dpkg('/tmp/testdeb_1:0.0.0-test_all.deb')
>>> dp.headers
{'maintainer': u'Climate Corp Engineering ', 'description': u'testdeb\n a bogus debian package for testing dpkg builds', 'packag
$ pip install pydpkg
Collecting pydpkg
Downloading pydpkg-1.1-py2-none-any.whl
Installing collected packages: pydpkg
Successfully installed pydpkg-1.1
Community Discussions
No Community Discussions are available at this moment for python-dpkg.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install python-dpkg
You can download it from GitHub.
You can use python-dpkg like any standard Python library. You will need to make sure that you have a development environment consisting of a Python distribution including header files, a compiler, pip, and git installed. Make sure that your pip, setuptools, and wheel are up to date. When using pip it is generally recommended to install packages in a virtual environment to avoid changes to the system.
You can use python-dpkg like any standard Python library. You will need to make sure that you have a development environment consisting of a Python distribution including header files, a compiler, pip, and git installed. Make sure that your pip, setuptools, and wheel are up to date. When using pip it is generally recommended to install packages in a virtual environment to avoid changes to the system.
Support
For any new features, suggestions and bugs create an issue on GitHub.
If you have any questions check and ask questions on community page Stack Overflow .
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page