Skip to main content

The ScriptCollection is the place for reusable scripts.

Project description

# ScriptCollection

[![Supported Python versions](https://img.shields.io/pypi/pyversions/ScriptCollection.svg)](https://pypi.org/project/ScriptCollection/) ![PyPI](https://img.shields.io/pypi/v/ScriptCollection) ![Dependencies](https://img.shields.io/librariesio/github/anionDev/ScriptCollection)

[![CodeFactor](https://www.codefactor.io/repository/github/aniondev/scriptcollection/badge/main)](https://www.codefactor.io/repository/github/aniondev/scriptcollection/overview/main) [![Downloads](https://pepy.tech/badge/scriptcollection)](https://pepy.tech/project/scriptcollection) ![Coverage](./ScriptCollection/Other/Resources/TestCoverageBadges/badge_shieldsio_linecoverage_blue.svg)

![License](https://img.shields.io/badge/license-MIT-blue) ![GitHub last commit](https://img.shields.io/github/last-commit/anionDev/ScriptCollection) ![GitHub issues](https://img.shields.io/github/issues-raw/anionDev/ScriptCollection)

The ScriptCollection is the place for reusable scripts.

## Reference

The reference can be found [here](https://aniondev.github.io/ScriptCollectionReference/index.html).

## Hints

Most of the scripts are written in [python](https://www.python.org) 3.

Caution: Before executing any script of this repository read the sourcecode of the script (and the sourcecode of all functions called by this function directly or transitively) carefully and verify that the script does exactly what you want to do and nothing else.

Some functions are not entirely available on windows or require common third-party tools. See the [Runtime dependencies](#Runtime-dependencies)-section for more information.

When using ScriptCollection it is not required but recommended for better usability to have [epew](https://github.com/anionDev/Epew) installed.

## Get ScriptCollection

### Installation via pip

pip3 install ScriptCollection

See the [PyPI-site for ScriptCollection](https://pypi.org/project/ScriptCollection)

### Download sourcecode using git

You can simply git-clone the ScriptCollection and then use the scripts under the provided license.

git clone https://github.com/anionDev/ScriptCollection.git

It may be more easy to pip-install the ScriptCollection but technically pip is not required. Actually you need to git-clone (or download as zip-file from [GitHub](https://github.com/anionDev/ScriptCollection) the ScriptCollection to use the scripts in this repository which are not written in python.

## Troubleshooting

It is recommended to always use only the newest version of the ScriptCollection. If you have an older version: Update it (e. g. using pip3 install ScriptCollection –upgrade if you installed the ScriptCollection via pip). If you still have problems, then feel free to create an [issue](https://github.com/anionDev/ScriptCollection/issues).

If you have installed the ScriptCollection as pip-package you can simply check the version using Python with the following commands:

`lang-bash from ScriptCollection.ScriptCollectionCore import ScriptCollectionCore ScriptCollectionCore.get_scriptcollection_version() `

Or you can simply run pip3 freeze folder to get information about (all) currently installed pip-packages.

## Development

### Branching-system

This repository applies the [GitFlowSimplified](https://github.com/anionDev/ProjectTemplates/blob/main/Templates/Conventions/BranchingSystem/GitFlowSimplified.md)-branching-system.

### Repository-structure

This repository applies the [CommonProjectStructure](https://github.com/anionDev/ProjectTemplates/blob/main/Templates/Conventions/RepositoryStructure/CommonProjectStructure/CommonProjectStructure.md)-branching-system.

### Install dependencies

ScriptCollection requires [Python](https://www.python.org) 3.10.

To develop ScriptCollection it is obviously required that the following commandline-commands are available on your system:

  • python (on some systems python3)

  • pip3

The pip-packages which are required for developing on this project are defined in requirements.txt.

### IDE

The recommended IDE for developing ScriptCollection is Visual Studio Code. The recommended addons for developing ScriptCollection with Visual Studio Code are:

### Build

To create and install an ScriptCollection locally simply do the following commands:

`bash python ./ScriptCollection/Other/Build/Build.py pip3 install --force-reinstall ./ScriptCollection/Other/Artifacts/Wheel/ScriptCollection-x.x.x-py3-none-any.whl `

(Note: x.x.x must be replaced by the appropriate version-number.)

### Coding style

In this repository [pylint](https://pylint.org/) will be used to report linting-issues. If you change code in this repository please ensure pylint does not find any issues before creating a pull-request.

If linting-issues exist in the current code-base can be checked by running python ./ScriptCollection/Other/QualityCheck/Linting.py.

## Runtime dependencies

ScriptCollection requires [Python](https://www.python.org) 3.10.

The usual Python-dependencies will be installed automagically by pip.

For functions to to read or change the permissions or the owner of a file the ScriptCollection relies on the functionality of the following tools:

  • chmod

  • chown

  • ls

This tools must be available on the system where the functions should be executed. Meanwhile this tools are also available on Windows but may have a slightly limited functionality.

## License

See [License.txt](https://raw.githubusercontent.com/anionDev/ScriptCollection/main/License.txt) for license-information.

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ScriptCollection-3.3.10-py3-none-any.whl (47.6 kB view details)

Uploaded Python 3

File details

Details for the file ScriptCollection-3.3.10-py3-none-any.whl.

File metadata

File hashes

Hashes for ScriptCollection-3.3.10-py3-none-any.whl
Algorithm Hash digest
SHA256 e2a014c9370ae501487d95ce5c9187623550991ae4594474811cd0865b027879
MD5 0a59932594945f9973d3716d755bfd4d
BLAKE2b-256 e67a6a346c339e569c1769489b6205d18a5fc9f901efcf165a9a1c4bbd89876b

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page