pymakeself | Make self-extracting archives using Python
kandi X-RAY | pymakeself Summary
kandi X-RAY | pymakeself Summary
pymakeself is a Python library. pymakeself has no bugs, it has no vulnerabilities, it has build file available and it has low support. You can install using 'pip install pymakeself' or download it from GitHub, PyPI.
pymakeself is a Python script that generates a self-extractable tar.gz archive from a directory. The resulting file appears as a Python script, and can be launched as is. The archive will then uncompress itself to a temporary directory and run an optional python setup script. A pymakeself archive also includes a SHA256 checksum for integrity self-validation. The makeself.py script itself is used only to create the archive from a directory of files. The resulting archive is a compressed (gzip or bzip2) TAR archive, with a small Python script stub at the beginning. This script performs all the steps of extracting the files, running the embedded setup script, and cleaning up afterward. The user only needs to "run" the archive to install its contents, i.e python install-nice-app.py. This code is intended to be as portable as possible and should run on any system with an installation of python2.7 or later. Other than Python, it does not rely on external utilities such as tar, gzip, bash etc.
pymakeself is a Python script that generates a self-extractable tar.gz archive from a directory. The resulting file appears as a Python script, and can be launched as is. The archive will then uncompress itself to a temporary directory and run an optional python setup script. A pymakeself archive also includes a SHA256 checksum for integrity self-validation. The makeself.py script itself is used only to create the archive from a directory of files. The resulting archive is a compressed (gzip or bzip2) TAR archive, with a small Python script stub at the beginning. This script performs all the steps of extracting the files, running the embedded setup script, and cleaning up afterward. The user only needs to "run" the archive to install its contents, i.e python install-nice-app.py. This code is intended to be as portable as possible and should run on any system with an installation of python2.7 or later. Other than Python, it does not rely on external utilities such as tar, gzip, bash etc.
Support
Quality
Security
License
Reuse
Support
pymakeself has a low active ecosystem.
It has 5 star(s) with 4 fork(s). There are 1 watchers for this library.
It had no major release in the last 12 months.
There are 0 open issues and 1 have been closed. On average issues are closed in 9 days. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of pymakeself is 0.3.5
Quality
pymakeself has 0 bugs and 0 code smells.
Security
pymakeself has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
pymakeself code analysis shows 0 unresolved vulnerabilities.
There are 0 security hotspots that need review.
License
pymakeself does not have a standard license declared.
Check the repository for any license declaration and review the terms closely.
Without a license, all rights are reserved, and you cannot use the library in your applications.
Reuse
pymakeself releases are not available. You will need to build from source code and install.
Deployable package is available in PyPI.
Build file is available. You can build the component from source.
Installation instructions, examples and code snippets are available.
It has 1133 lines of code, 45 functions and 12 files.
It has high code complexity. Code complexity directly impacts maintainability of the code.
Top functions reviewed by kandi - BETA
kandi has reviewed pymakeself and discovered the below as its top functions. This is intended to give you an instant insight into pymakeself implemented functionality, and help decide if they suit your requirements.
- Install user account
- Edit sudoers
- Set file permissions
- Get the user info
- Install files into src directory
- Set the ownership of all files in the root directory
- Create a user account
- Create a package
- Write a script to a executable file
- Copy files from source to source
- Archive a package
- Encrypts the encrypted data
- Get the key from passwd
- Performs encryption using AES encryption
- Install a script
- Prompt the user for confirmation
- Decrypts a file and writes it to out_file
- Validate ciphertext
- Encrypt a plaintext block
- Decrypt a block of ciphertext
Get all kandi verified functions for this library.
pymakeself Key Features
No Key Features are available at this moment for pymakeself.
pymakeself Examples and Code Snippets
No Code Snippets are available at this moment for pymakeself.
Community Discussions
No Community Discussions are available at this moment for pymakeself.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install pymakeself
Create an installer, named install_stuff, that runs setup.py:.
Create an installer that runs the accountutil.py tool (one of the modules in the pymakeself installtools) as the setup script, to create the "ajg" user account:. Specifying @accountutil as the setup script tells pymakeself to use the UNIX account creation tool, that is included with the pymakeself package. Notice that the -i argument to accountutil (the directory with files to install) specifies ./ instead of ajg_dot_files. This is because the setup file is always run from within the archive directory, so the install directory is the current directory.
Create an installer that runs the accountutil.py tool (one of the modules in the pymakeself installtools) as the setup script, to create the "ajg" user account:. Specifying @accountutil as the setup script tells pymakeself to use the UNIX account creation tool, that is included with the pymakeself package. Notice that the -i argument to accountutil (the directory with files to install) specifies ./ instead of ajg_dot_files. This is because the setup file is always run from within the archive directory, so the install directory is the current directory.
Support
Project page: https://github.com/gammazero/pymakeselfDocumentation: https://github.com/gammazero/pymakeself/wikiLicense: http://www.opensource.org/licenses/mit-license.php
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