Archiver 3 3 0 0

broken image


  1. Microsoft.NET Framework 3.0 Service Pack 1 provides cumulative roll-up updates for customer reported issues found after the release of Microsoft.NET Framework 3.0. In addition, this release provides security improvements, and prerequisite feature support for Microsoft.NET Framework 3.5.
  2. An icon used to represent a menu that can be toggled by interacting with this icon.

Jun 29, 2014 Flash Actionscript 3.0 Brought. A free file archiver for extremely high compression KeePass. A lightweight and easy-to-use password manager Apache OpenOffice.

Latest version

Released:

Utility for loading and handling media files in the DVK file format.

Project description

Utility for loading and handling media files in the DVK file format.

DVK Archive can be installed from its PyPI package using pip:

If you are installing from source, the following python packages are required:

All scripts contain a [directory] field, which tells the script which directory to search.If left empty, [directory] defaults to the current working directoy.Scripts search both [directory] and its subdirectories.

Finding Errors

Scripts for finding errors in DVK files and their referenced media.

dvk-same-ids

Checks for DVK files in [directory] that share the same ID.Prints file paths if any are found.

dvk-unlinked

Checks for any files in [directory] that are not linked to a DVK file.Ignores folders that contain no DVKs.Prints file paths if any are found.

dvk-missing-media

Checks for any DVK files in [directory] which reference media files or secondary media files that do not exist.Prints file paths if any are found.

Reformatting

Archiver 3 3 0 0 0

Scripts for editing DVK files and their referenced media.

dvk-rename

Renames all DVKs and their referenced media in [directory] to fit the standard naming convention: TITLE_ID

DVK files are simply repackaged JSON files that contain useful metadata fields for media files downloaded from the internet.DVK files contain only metadata, and point to separate media files (images, video, audio, etc.).

Below are the standard DVK metadata fields, shown with their corresponding JSON keys.

3.3 Naruto

id

(str)A unique ID for other DVK files to reference.

title

(String)The title for the referenced media.

artists

(list[str])A list of artists/authors who created the referenced media.

time

(str)A string showing the time and date in which the referenced media was published/uploaded.

Formatted YYYY/MM/DD|hh:mm

Example: 6 October, 2017 @ 5:00PM -> 2017/10/06|17:00

web_tags

(list[str])A list of tags gathered from the referenced media's original web source.

description

(str)A media description gathered from the referenced media's original web source.

page_url

(str)The URL of the web page from which the referenced media was sourced.

direct_url

(str)The direct media URL from which the referenced media was downloaded.Not to be confused with the page_url, which is the URL for the page containing both the referenced media and accessory info.

secondary_url

(str)The direct media URL from which the secondary media file was downloaded.This field is only used if the DVK references a secondary media file. (See secondary file)

media_file

(str)File path of the referenced media file.Path is relative to the directory of the DVK file.

secondary_file

(str)File path of a secondary media file that supplements the main media file.For example, a DVK that references a text file might have a secondary file for the cover illustration.Path is relative to the directory of the DVK file.Not used if there is no secondary media file.

favorites

(list[str])A list of artists who favorited the media on the site it originated from.Used to indicate that the media was downloaded from a favorites gallery and not from the artist themselves.

is_single

(bool)Whether the file was downloaded on its own rather than as part of a larger gallery.

Release historyRelease notifications | RSS feed

0.10.5

0.10.0

0.9.2

0.9.0

0.8.3

0.8.2

0.8.1

0.7.9

0.7.8

0.7.7

0.7.6

0.7.4

0.7.2

0.7.0

0.6.5

0.6.4

0.6.3

0.6.2

0.6.1

0.6.0

0.5.3

0.5.2

0.5.0

0.4.2

0.4.1

0.4.0

0.3.6

0.3.5

0.3.4

0.3.3

0.3.1

0.3.0

0.2.6

0.2.5

0.2.3

0.2.2

0.2.1

0.2.0

0.1.9

0.1.8

0.1.7

0.1.5

0.1.4

0.1.3

0.1.2

0.1.1

0.1.0

0.0.6

0.0.5

0.0.4

0.0.3

0.0.2

0.0.1

Download files

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

Files for dvk-archive, version 0.10.5
Filename, sizeFile typePython versionUpload dateHashes
Filename, size dvk_archive-0.10.5-py3-none-any.whl (84.4 kB) File type Wheel Python version py3 Upload dateHashes
Close

Hashes for dvk_archive-0.10.5-py3-none-any.whl

Hashes for dvk_archive-0.10.5-py3-none-any.whl
AlgorithmHash digest
SHA256fb22c07c67d0fb6e23ba4289f75325ffd2a6299e3ceac1d1bd7e1ecf9ea875ad
MD53b8173187e609abd17aad64c7640d552
BLAKE2-256f07c718597a499d392ed8fa06139278ea9d7517c7a81af27610162b2d78b6bfb
Latest version

Archiver 3 3 0 0 Download

Released:

A Jupyterlab extension to make, download and extract archive files.

Project description

A Jupyterlab extension to make, download and extract archive files.

Features:

  • Download selected or current folder as an archive.
  • Supported formats: 'zip', 'tar.gz', 'tar.bz2' and 'tar.xz'.
  • Archiving and downloading are non-blocking for Jupyter. UI can still be used.
  • Archive format can be set in the JLab settings.
  • Alternatively, you can choose the format in the file browser menu (the format setting needs to be set to null).
  • Decompress an archive directly in file browser.
  • Notebok client extension not available. Contributions are welcome.

Configuration

The server extension has some configuration settings --the values below are the default one:

You can also set new values with the following environment variables:

  • JA_IOSTREAM_MAX_BUFFER_SIZE
  • JA_HANDLER_MAX_BUFFER_LENGTH
  • JA_ARCHIVE_DOWNLOAD_FLUSH_DELAY

Requirements

  • JupyterLab >= 3.0

For JupyterLab 2.x, have look there.

Install

Or

Uninstall

Or

Contributing

Development install

Note: You will need NodeJS to build the extension package.

The jlpm command is JupyterLab's pinned version ofyarn that is installed with JupyterLab. You may useyarn or npm in lieu of jlpm below.

You can watch the source directory and run JupyterLab at the same time in different terminals to watch for changes in the extension's source and automatically rebuild the extension.

With the watch command running, every saved change will immediately be built locally and available in your running JupyterLab. Refresh JupyterLab to load the change in your browser (you may need to wait several seconds for the extension to be rebuilt).

By default, the jlpm run build command generates the source maps for this extension to make it easier to debug using the browser dev tools. To also generate source maps for the JupyterLab core extensions, you can run the following command:

License

Under BSD license. See LICENSE.

Authors

  • Hadrien Mary: @hadim
  • Frédéric Collonval: @fcollonval

Release historyRelease notifications | RSS feed

3.2.0

3.1.0

3.0.3

3.0.2

3.0.1

Cocktail sle v4 9 4 intelserial download free. 3.0.0

2.2.0

2.0.0

0.7.0

0.6.2

0.5.5

0.5.4

0.5.2

0.5.1

0.4.10

0.4.9

0.4.8

3^-3 As A Fraction

0.4.6

0.4.3

0.4.2

0.4.1

0.4.0

0.3.3

0.3.2

0.3.1

Archiver

0.3.0

0.2.0

0.1.0

Download files

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

Files for jupyter-archive, version 3.2.0
Filename, sizeFile typePython versionUpload dateHashes
Filename, size jupyter_archive-3.2.0-py3-none-any.whl (32.5 kB) File type Wheel Python version py3 Upload dateHashes
Filename, size jupyter-archive-3.2.0.tar.gz (23.9 kB) File type Source Python version None Upload dateHashes
Close

Hashes for jupyter_archive-3.2.0-py3-none-any.whl

Hashes for jupyter_archive-3.2.0-py3-none-any.whl
AlgorithmHash digest
SHA256f7664dbb795ff58f2e5ac26493594ded427540484452974a60b22d4a2fd13052
MD50af40006c55b1692d7454e27583e3f60
BLAKE2-256433d776d0505a1acd0d54766b83cb3d0fb08c40e20726da24e69049cf644a8a1
Close

Hashes for jupyter-archive-3.2.0.tar.gz

Hashes for jupyter-archive-3.2.0.tar.gz
AlgorithmHash digest
SHA256f4757d53f49ff5999c8a1df64e6db01ca02929786efd4aad6010ee3b8d9ba93d
MD5dfba65d308e43cab4c56a598a2529fd1
BLAKE2-256b5c19bd339d01f11550cc1128017c7cf0b229a98ed9b51953abef4b6347d192c




broken image