🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

fileselection

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fileselection

Persistable lists of selected_paths

0.3.2
PyPI
Maintainers
1

============= fileselection

.. image:: https://img.shields.io/pypi/v/fileselection.svg :target: https://pypi.python.org/pypi/fileselection

.. image:: https://img.shields.io/travis/sjoerdk/fileselection.svg :target: https://travis-ci.org/sjoerdk/fileselection

.. image:: https://readthedocs.org/projects/fileselection/badge/?version=latest :target: https://fileselection.readthedocs.io/en/latest/?badge=latest :alt: Documentation Status

.. image:: https://pyup.io/repos/github/sjoerdk/fileselection/shield.svg :target: https://pyup.io/repos/github/sjoerdk/fileselection/ :alt: Updates

Persistable lists of files. See usage for more info

Why?

This lib was developed for a situation in which a file-processing server is invoked on file selections. Users need to be able to make arbitrarily complex selections with any number of methods: using a command line interface, editing in a text editor, or a full GUI. The server processing order is unknown and it might take a long time before processing starts. FileSelectionFolder objects in folders make it possible to separate selection from server processing.

Credits

This package was created with Cookiecutter_ and the audreyr/cookiecutter-pypackage_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter .. _audreyr/cookiecutter-pypackage: https://github.com/audreyr/cookiecutter-pypackage

======= History

0.1.0 (2019-07-29)

  • First release on PyPI.

Keywords

fileselection

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts