fdstools


Namefdstools JSON
Version 2.1.0 PyPI version JSON
download
home_pagehttps://fdstools.nl
SummaryForensic DNA Sequencing Tools
upload_time2024-04-30 20:53:10
maintainerNone
docs_urlNone
authorJerry Hoogenboom
requires_python>=3.5
licenseGPLv3+
keywords bioinformatics forensics stutter ngs mps dna sequencing str
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Forensic DNA Sequencing Tools
=============================
Tools for filtering and interpretation of Massively Parallel Sequencing data of
forensic DNA samples. To obtain a list of included tools with a brief
description of each tool, run:

    fdstools --help

For a complete description of a specific tool and its command line arguments,
run:

    fdstools --help TOOLNAME


Installation
------------
FDSTools requires Python version 3.5 or later.

The recommended way to install FDSTools is by using the `pip` package
installer. If you have `pip` installed, you can easily install FDSTools by
running the following command:

    pip install -U fdstools

Alternatively, FDSTools can be installed by running:

    python setup.py install


Release Notes
-------------
### Version 2.1.0 (2024-04-30)
Updated STRNaming nomenclature to version 1.2. Please note that this is a
backwards incompatible update: this version of FDSTools is unable to correctly
interpret allele names that were produced with a prior version!
Please see https://fdstools.nl/strnaming/updates for more information.

Changed interpretation of the [flanks] section in the library file: it can no
longer contain numbers, but the value 'REF' can be specified to indicate that
GRCh38 reference sequence should be used (which was already the default).
A new [flank_length] section is introduced to allow specifying marker-specific
minimum and maximum (or exact) flanking sequence length; the value specified
for TSSV's -L/--flank-length option is then clamped between these values.
If a [flanks] section is present and contains a short sequence (possibly with
IUPAC codes), it is implicitly extended with GRCh38 reference sequence to the
requested length by TSSV.

Greatly improved handling of microhaplotype markers, and we finally introduced
the first suite of component tests, covering Allelefinder, Seqconvert,
Stuttermark and TSSV. Welcome to the team, Brechtje!


### Version 2.0.4 (2023-03-02)
Microhaplotype alleles with SNPs adjacent to any of the microhaplotype
positions are now recognised. For example, an allele previously named
"MH_N_123NC>GA" will now be named "MH_G_124C>A" instead.

Greatly improved loading speed for large library files.


### Version 2.0.3 (2022-08-27)
Added NimaGen IDseek OmniSTR built-in library file (ID-OmniSTR).


### Version 2.0.2 (2022-07-25)
Fixed a compatibility issue with Python 3.10, that caused TSSV to crash.
Fixed some issues that could cause crashes in the Pipeline tool.

Corrected the reported range of AmelongeninY in the ForenSeq-A and ForenSeq-B
library files which were introduced in v2.0.1, by adding 1 to the starting
position. The range is now identical to the UAS Flanking Region Report range.
If still you need to work with data previously generated using the ForenSeq-A
or ForenSeq-B library as shipped with v2.0.1, use the Library tool to obtain a
copy of the built-in library file and make sure the range of AmelongeninY
starts at 6869870.


### Version 2.0.1 (2022-05-12)
Added support for microhaplotype targets. For markers configured as such,
the 'allelename' sequence format will look like "MH_AGGTC".

Added ForenSeq DNA Signature Prep Kit library files with ranges specifically
optimized for FDSTools (often longer than UAS Flanking Region Report).


### Version 2.0.0 (2021-07-15)
Transition to Python 3.5, along with a major upgrade to all tools to
provide an overall better experience.

Allele naming is now handled by STRNaming, eliminating the need for
complex library files. Library files of commonly-used kits are built in.

Kits that sequence a target on a single strand (such as the ForenSeq DNA
Signature Prep Kit by Verogen) are now supported.


### Version 1.2.1 (2021-07-15)
This release focuses on finishing support for Python2 before the transition
to Python3. FDSTools will now display the help page if no command is given.
A message about the transition to Python3 in the next version of FDSTools
is added to the command-line help pages. Furthermore, dependency version
numbers have been updated to ensure smooth installation on Python2 as well
as a smooth transition to Python3.


### Version 1.2.0 (2019-03-29)
Major improvements and fixes to the TSSV tool. Most notably, it no longer
relies on the external `tssvl` program because that is no longer
compatible with FDSTools. Furthermore, the new TSSV tool v2.0.0 comes with
a major performance upgrade and has some updated command-line arguments.

This release also fixes an issue in Samplestats and adds the ability to
apply graph filtering before noise correction in Samplevis, making the
effects of noise correction more apparent.


### Version 1.1.1 (2017-03-15)
Fixeds incorrect calculation of tLeft, fLeft, rLeft, tRight and fRight
columns in the report output file of TSSV, when -T/--num-threads was set to
2 or higher. The primary output was unaffected.


### Version 1.1.0 (2017-03-14)
In STR allele names for sequences that don't exactly match the description
given in the library file, no more insertions are produced at the end of
the prefix or the beginning of the suffix, in favour of extra STR blocks.

Empty input files and broken pipelines are now handled gracefully across
all tools. Specifically, an empty input file is now treated as if the
expected columns existed, but no lines of actual data were present. This
greatly helps in tracking down issues in pipelines involving multiple
tools, as tools will now shutdown gracefully if an upstream tool fails to
write output. Only the failing tool will output an error.

Furthermore, a new option has been added to the TSSV tool, enabling
multithreading support. This can greatly reduce analysis time by using
more (or all) cores of the system's processor simultaneously.

Finally, various small bugs and glitches were fixed.


### Version 1.0.1 (2016-12-21)
FDSTools library files may now contain IUPAC ambiguous bases in the prefix
prefix and suffix sequences of STR markers (except the first sequence, as
it is used as the reference). Additionally, optional bases may be
represented by lowercase letters.

An option was added to the Pipeline tool to skip running Allelefinder,
using a user-supplied allele list file instead. Multiple options have been
added to the Vis tool and some have been regrouped to more easily find the
option you are looking for.

It is now possible to save the a Samplevis HTML visualisation after having
made changes, preserving the changes made.

And various minor bug fixes and improvements throughout.


### Version 1.0.0 (2016-10-03)
Fixed an issue with variant descriptions in allele names of non-STR markers
that made it impossible to convert those back to raw sequences.

Added various useful options. Most notably, Samplevis now displays a
tooltip when the mouse pointer is over an allele, providing various details
about that allele.

And various minor bug fixes.


### Version 0.0.5 (2016-09-06)
Added the Library tool, for creating a template library file that includes
helpful commentary and examples to get new users started. Creating an empty
library file used to be a somewhat confusing option in the Libconvert tool.
Also, the Blame tool was replaced with the more advanced BGAnalyse tool.

Added the Pipeline tool, which implements some ready-made pipelines
involving most of the other tools in FDSTools. Three pipelines are
provided: one for noise reference sample analysis, one for case sample
analysis, and one for generating a background noise database from the
reference samples.

In Samplestats, the default allele calling option thresholds have changed:
    - Changed default value of -m/--min-pct-of-max from 5.0 to 2.0
    - Changed default value of -p/--min-pct-of-sum from 3.0 to 1.5

The TSSV tool was updated with an option to increase the penalty given to
insertions and deletions in the flanking sequences. It now requires TSSV
version 0.4.0 to be installed.

Various upgrades to visualisations, bringing a new responsive design to all
HTML visualisations and fixing various issues.


### Version 0.0.4 (2016-07-26)
Improved debugging: FDSTools will now print profiling information to stdout
when the -d/--debug option was specified. Also, all tools now correctly
interpret '-' as the output filename as 'write to standard out'.

BGEstimate has gained a new option to require a minimum number of unique
genotypes in which a specific allele must have been seen before it will be
considered for noise estimation. This is to avoid 'contamination' of the
noise profile of one allele with the noise of another. If homozygous
samples are available for an allele, this filter is not applied to that
allele.

Reduced the memory usage of BGPredict and BGMerge. Also, BGPredict will now
output nonzero values below the threshold set by -n/--min-pct if the
predicted noise ratio of the same stutter on the other strand is above the
threshold. Previously, values below the threshold were clipped to zero,
which may cause unnecessarily high strand bias in the predicted profile.
Similarly, by default Stuttermodel will no longer output a fit on one
strand if no fit could be optained on the other strand.

Changes have been made to rounding and column order in Samplestats.

Various minor fixes and enhancements have been made, mostly to the
visualisations.


### Version 0.0.3 (2016-02-02)
First version of FDSTools with all strings attached. Introduces 15 new tools
and five visualisations.

In Stuttermark, the column names 'name' and 'allele' have been changed to
'marker' and 'sequence', respectively, reflecting those of all the other
tools. WARNING: Stuttermark is now INCOMPATIBLE with output from TSSV, but
made compatible with TSSV-Lite and the new, bundled TSSV tool instead.


### Version 0.0.2 (2015-07-23)
Added a new global option: -d/--debug. This option disables the suppression
of technical details that would normally be visible when an error occurs.

Stuttermark now accepts raw sequences and allele names as input, which are
automatically rewritten as TSSV-style sequences using a specified library
file. Also, the 'name' column is now optional.


### Version 0.0.1 (2015-07-02)
Initial version of FDSTools, featuring a single tool: Stuttermark v1.3.

            

Raw data

            {
    "_id": null,
    "home_page": "https://fdstools.nl",
    "name": "fdstools",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.5",
    "maintainer_email": null,
    "keywords": "bioinformatics forensics stutter NGS MPS DNA sequencing STR",
    "author": "Jerry Hoogenboom",
    "author_email": "jerryhoogenboom@outlook.com",
    "download_url": "https://files.pythonhosted.org/packages/2b/95/a1b8f216de55771849219e1af78e704fa4e5da685fc57c28d75f032c0847/fdstools-2.1.0.tar.gz",
    "platform": null,
    "description": "Forensic DNA Sequencing Tools\r\n=============================\r\nTools for filtering and interpretation of Massively Parallel Sequencing data of\r\nforensic DNA samples. To obtain a list of included tools with a brief\r\ndescription of each tool, run:\r\n\r\n    fdstools --help\r\n\r\nFor a complete description of a specific tool and its command line arguments,\r\nrun:\r\n\r\n    fdstools --help TOOLNAME\r\n\r\n\r\nInstallation\r\n------------\r\nFDSTools requires Python version 3.5 or later.\r\n\r\nThe recommended way to install FDSTools is by using the `pip` package\r\ninstaller. If you have `pip` installed, you can easily install FDSTools by\r\nrunning the following command:\r\n\r\n    pip install -U fdstools\r\n\r\nAlternatively, FDSTools can be installed by running:\r\n\r\n    python setup.py install\r\n\r\n\r\nRelease Notes\r\n-------------\r\n### Version 2.1.0 (2024-04-30)\r\nUpdated STRNaming nomenclature to version 1.2. Please note that this is a\r\nbackwards incompatible update: this version of FDSTools is unable to correctly\r\ninterpret allele names that were produced with a prior version!\r\nPlease see https://fdstools.nl/strnaming/updates for more information.\r\n\r\nChanged interpretation of the [flanks] section in the library file: it can no\r\nlonger contain numbers, but the value 'REF' can be specified to indicate that\r\nGRCh38 reference sequence should be used (which was already the default).\r\nA new [flank_length] section is introduced to allow specifying marker-specific\r\nminimum and maximum (or exact) flanking sequence length; the value specified\r\nfor TSSV's -L/--flank-length option is then clamped between these values.\r\nIf a [flanks] section is present and contains a short sequence (possibly with\r\nIUPAC codes), it is implicitly extended with GRCh38 reference sequence to the\r\nrequested length by TSSV.\r\n\r\nGreatly improved handling of microhaplotype markers, and we finally introduced\r\nthe first suite of component tests, covering Allelefinder, Seqconvert,\r\nStuttermark and TSSV. Welcome to the team, Brechtje!\r\n\r\n\r\n### Version 2.0.4 (2023-03-02)\r\nMicrohaplotype alleles with SNPs adjacent to any of the microhaplotype\r\npositions are now recognised. For example, an allele previously named\r\n\"MH_N_123NC>GA\" will now be named \"MH_G_124C>A\" instead.\r\n\r\nGreatly improved loading speed for large library files.\r\n\r\n\r\n### Version 2.0.3 (2022-08-27)\r\nAdded NimaGen IDseek OmniSTR built-in library file (ID-OmniSTR).\r\n\r\n\r\n### Version 2.0.2 (2022-07-25)\r\nFixed a compatibility issue with Python 3.10, that caused TSSV to crash.\r\nFixed some issues that could cause crashes in the Pipeline tool.\r\n\r\nCorrected the reported range of AmelongeninY in the ForenSeq-A and ForenSeq-B\r\nlibrary files which were introduced in v2.0.1, by adding 1 to the starting\r\nposition. The range is now identical to the UAS Flanking Region Report range.\r\nIf still you need to work with data previously generated using the ForenSeq-A\r\nor ForenSeq-B library as shipped with v2.0.1, use the Library tool to obtain a\r\ncopy of the built-in library file and make sure the range of AmelongeninY\r\nstarts at 6869870.\r\n\r\n\r\n### Version 2.0.1 (2022-05-12)\r\nAdded support for microhaplotype targets. For markers configured as such,\r\nthe 'allelename' sequence format will look like \"MH_AGGTC\".\r\n\r\nAdded ForenSeq DNA Signature Prep Kit library files with ranges specifically\r\noptimized for FDSTools (often longer than UAS Flanking Region Report).\r\n\r\n\r\n### Version 2.0.0 (2021-07-15)\r\nTransition to Python 3.5, along with a major upgrade to all tools to\r\nprovide an overall better experience.\r\n\r\nAllele naming is now handled by STRNaming, eliminating the need for\r\ncomplex library files. Library files of commonly-used kits are built in.\r\n\r\nKits that sequence a target on a single strand (such as the ForenSeq DNA\r\nSignature Prep Kit by Verogen) are now supported.\r\n\r\n\r\n### Version 1.2.1 (2021-07-15)\r\nThis release focuses on finishing support for Python2 before the transition\r\nto Python3. FDSTools will now display the help page if no command is given.\r\nA message about the transition to Python3 in the next version of FDSTools\r\nis added to the command-line help pages. Furthermore, dependency version\r\nnumbers have been updated to ensure smooth installation on Python2 as well\r\nas a smooth transition to Python3.\r\n\r\n\r\n### Version 1.2.0 (2019-03-29)\r\nMajor improvements and fixes to the TSSV tool. Most notably, it no longer\r\nrelies on the external `tssvl` program because that is no longer\r\ncompatible with FDSTools. Furthermore, the new TSSV tool v2.0.0 comes with\r\na major performance upgrade and has some updated command-line arguments.\r\n\r\nThis release also fixes an issue in Samplestats and adds the ability to\r\napply graph filtering before noise correction in Samplevis, making the\r\neffects of noise correction more apparent.\r\n\r\n\r\n### Version 1.1.1 (2017-03-15)\r\nFixeds incorrect calculation of tLeft, fLeft, rLeft, tRight and fRight\r\ncolumns in the report output file of TSSV, when -T/--num-threads was set to\r\n2 or higher. The primary output was unaffected.\r\n\r\n\r\n### Version 1.1.0 (2017-03-14)\r\nIn STR allele names for sequences that don't exactly match the description\r\ngiven in the library file, no more insertions are produced at the end of\r\nthe prefix or the beginning of the suffix, in favour of extra STR blocks.\r\n\r\nEmpty input files and broken pipelines are now handled gracefully across\r\nall tools. Specifically, an empty input file is now treated as if the\r\nexpected columns existed, but no lines of actual data were present. This\r\ngreatly helps in tracking down issues in pipelines involving multiple\r\ntools, as tools will now shutdown gracefully if an upstream tool fails to\r\nwrite output. Only the failing tool will output an error.\r\n\r\nFurthermore, a new option has been added to the TSSV tool, enabling\r\nmultithreading support. This can greatly reduce analysis time by using\r\nmore (or all) cores of the system's processor simultaneously.\r\n\r\nFinally, various small bugs and glitches were fixed.\r\n\r\n\r\n### Version 1.0.1 (2016-12-21)\r\nFDSTools library files may now contain IUPAC ambiguous bases in the prefix\r\nprefix and suffix sequences of STR markers (except the first sequence, as\r\nit is used as the reference). Additionally, optional bases may be\r\nrepresented by lowercase letters.\r\n\r\nAn option was added to the Pipeline tool to skip running Allelefinder,\r\nusing a user-supplied allele list file instead. Multiple options have been\r\nadded to the Vis tool and some have been regrouped to more easily find the\r\noption you are looking for.\r\n\r\nIt is now possible to save the a Samplevis HTML visualisation after having\r\nmade changes, preserving the changes made.\r\n\r\nAnd various minor bug fixes and improvements throughout.\r\n\r\n\r\n### Version 1.0.0 (2016-10-03)\r\nFixed an issue with variant descriptions in allele names of non-STR markers\r\nthat made it impossible to convert those back to raw sequences.\r\n\r\nAdded various useful options. Most notably, Samplevis now displays a\r\ntooltip when the mouse pointer is over an allele, providing various details\r\nabout that allele.\r\n\r\nAnd various minor bug fixes.\r\n\r\n\r\n### Version 0.0.5 (2016-09-06)\r\nAdded the Library tool, for creating a template library file that includes\r\nhelpful commentary and examples to get new users started. Creating an empty\r\nlibrary file used to be a somewhat confusing option in the Libconvert tool.\r\nAlso, the Blame tool was replaced with the more advanced BGAnalyse tool.\r\n\r\nAdded the Pipeline tool, which implements some ready-made pipelines\r\ninvolving most of the other tools in FDSTools. Three pipelines are\r\nprovided: one for noise reference sample analysis, one for case sample\r\nanalysis, and one for generating a background noise database from the\r\nreference samples.\r\n\r\nIn Samplestats, the default allele calling option thresholds have changed:\r\n    - Changed default value of -m/--min-pct-of-max from 5.0 to 2.0\r\n    - Changed default value of -p/--min-pct-of-sum from 3.0 to 1.5\r\n\r\nThe TSSV tool was updated with an option to increase the penalty given to\r\ninsertions and deletions in the flanking sequences. It now requires TSSV\r\nversion 0.4.0 to be installed.\r\n\r\nVarious upgrades to visualisations, bringing a new responsive design to all\r\nHTML visualisations and fixing various issues.\r\n\r\n\r\n### Version 0.0.4 (2016-07-26)\r\nImproved debugging: FDSTools will now print profiling information to stdout\r\nwhen the -d/--debug option was specified. Also, all tools now correctly\r\ninterpret '-' as the output filename as 'write to standard out'.\r\n\r\nBGEstimate has gained a new option to require a minimum number of unique\r\ngenotypes in which a specific allele must have been seen before it will be\r\nconsidered for noise estimation. This is to avoid 'contamination' of the\r\nnoise profile of one allele with the noise of another. If homozygous\r\nsamples are available for an allele, this filter is not applied to that\r\nallele.\r\n\r\nReduced the memory usage of BGPredict and BGMerge. Also, BGPredict will now\r\noutput nonzero values below the threshold set by -n/--min-pct if the\r\npredicted noise ratio of the same stutter on the other strand is above the\r\nthreshold. Previously, values below the threshold were clipped to zero,\r\nwhich may cause unnecessarily high strand bias in the predicted profile.\r\nSimilarly, by default Stuttermodel will no longer output a fit on one\r\nstrand if no fit could be optained on the other strand.\r\n\r\nChanges have been made to rounding and column order in Samplestats.\r\n\r\nVarious minor fixes and enhancements have been made, mostly to the\r\nvisualisations.\r\n\r\n\r\n### Version 0.0.3 (2016-02-02)\r\nFirst version of FDSTools with all strings attached. Introduces 15 new tools\r\nand five visualisations.\r\n\r\nIn Stuttermark, the column names 'name' and 'allele' have been changed to\r\n'marker' and 'sequence', respectively, reflecting those of all the other\r\ntools. WARNING: Stuttermark is now INCOMPATIBLE with output from TSSV, but\r\nmade compatible with TSSV-Lite and the new, bundled TSSV tool instead.\r\n\r\n\r\n### Version 0.0.2 (2015-07-23)\r\nAdded a new global option: -d/--debug. This option disables the suppression\r\nof technical details that would normally be visible when an error occurs.\r\n\r\nStuttermark now accepts raw sequences and allele names as input, which are\r\nautomatically rewritten as TSSV-style sequences using a specified library\r\nfile. Also, the 'name' column is now optional.\r\n\r\n\r\n### Version 0.0.1 (2015-07-02)\r\nInitial version of FDSTools, featuring a single tool: Stuttermark v1.3.\r\n",
    "bugtrack_url": null,
    "license": "GPLv3+",
    "summary": "Forensic DNA Sequencing Tools",
    "version": "2.1.0",
    "project_urls": {
        "Bug Tracker": "https://github.com/Jerrythafast/FDSTools/issues",
        "Homepage": "https://fdstools.nl",
        "Source Code": "https://github.com/Jerrythafast/FDSTools"
    },
    "split_keywords": [
        "bioinformatics",
        "forensics",
        "stutter",
        "ngs",
        "mps",
        "dna",
        "sequencing",
        "str"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4e75a06e7af87296b675d47921ba9975b3e1e577040a39a939e412ad0b7e4fa1",
                "md5": "302bd4ec3a9283461bdb4d3652f77ce5",
                "sha256": "33ec71aa1a3359d50c3ccf0ef38c37c3653be83e7dc7f4534df8488c52a7e20d"
            },
            "downloads": -1,
            "filename": "fdstools-2.1.0-cp310-cp310-win32.whl",
            "has_sig": false,
            "md5_digest": "302bd4ec3a9283461bdb4d3652f77ce5",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.5",
            "size": 365054,
            "upload_time": "2024-04-30T20:52:40",
            "upload_time_iso_8601": "2024-04-30T20:52:40.515650Z",
            "url": "https://files.pythonhosted.org/packages/4e/75/a06e7af87296b675d47921ba9975b3e1e577040a39a939e412ad0b7e4fa1/fdstools-2.1.0-cp310-cp310-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b14868928830e0414c9c6d9fd009f8e6f66ca1f1b3e95f854ed1f24c19dd90f5",
                "md5": "81f4b89dfbe059a8b8f94f2716069a41",
                "sha256": "8535124454e195b9113afb38f09a9a12517d4d59534e4fd9332654f209140f7d"
            },
            "downloads": -1,
            "filename": "fdstools-2.1.0-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "81f4b89dfbe059a8b8f94f2716069a41",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.5",
            "size": 365976,
            "upload_time": "2024-04-30T20:52:42",
            "upload_time_iso_8601": "2024-04-30T20:52:42.901100Z",
            "url": "https://files.pythonhosted.org/packages/b1/48/68928830e0414c9c6d9fd009f8e6f66ca1f1b3e95f854ed1f24c19dd90f5/fdstools-2.1.0-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "95b82eb2d0364e94e65bf7ad6dd6b4e565eb29becdde4aa1c1dfe40ebc4548e9",
                "md5": "5435b9b8987ff22cdc822cf9cdd37037",
                "sha256": "5b551298740cdf2c731f3efdde9887c4a3c989cca894ccd6b1ac63a612c6f5db"
            },
            "downloads": -1,
            "filename": "fdstools-2.1.0-cp311-cp311-win32.whl",
            "has_sig": false,
            "md5_digest": "5435b9b8987ff22cdc822cf9cdd37037",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.5",
            "size": 365056,
            "upload_time": "2024-04-30T20:52:45",
            "upload_time_iso_8601": "2024-04-30T20:52:45.123898Z",
            "url": "https://files.pythonhosted.org/packages/95/b8/2eb2d0364e94e65bf7ad6dd6b4e565eb29becdde4aa1c1dfe40ebc4548e9/fdstools-2.1.0-cp311-cp311-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6ff05da933dbc2c35f324d61f5341ad5bc7405dcb57ea803229e26a1630bd114",
                "md5": "541a95e9540d86db372af80401efadc6",
                "sha256": "3abef137273859ef96fec65d1974a93e463d068baec998872bbad00018264b76"
            },
            "downloads": -1,
            "filename": "fdstools-2.1.0-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "541a95e9540d86db372af80401efadc6",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.5",
            "size": 365971,
            "upload_time": "2024-04-30T20:52:46",
            "upload_time_iso_8601": "2024-04-30T20:52:46.727380Z",
            "url": "https://files.pythonhosted.org/packages/6f/f0/5da933dbc2c35f324d61f5341ad5bc7405dcb57ea803229e26a1630bd114/fdstools-2.1.0-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9a06e6417503821e1a8dbf8eb865ee04666d68a884f313af58f555f86e269faf",
                "md5": "e65708522fa283c0e87057b09dbda6b8",
                "sha256": "928dbf4a495369853874499fe71cfe6753644211df7e3dc7f8b8f2a680df72bb"
            },
            "downloads": -1,
            "filename": "fdstools-2.1.0-cp312-cp312-win32.whl",
            "has_sig": false,
            "md5_digest": "e65708522fa283c0e87057b09dbda6b8",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.5",
            "size": 365055,
            "upload_time": "2024-04-30T20:52:48",
            "upload_time_iso_8601": "2024-04-30T20:52:48.276871Z",
            "url": "https://files.pythonhosted.org/packages/9a/06/e6417503821e1a8dbf8eb865ee04666d68a884f313af58f555f86e269faf/fdstools-2.1.0-cp312-cp312-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "406e7fad69e9b12f9f57685971a88337056110b09ff15f7e38ac3a17fd37700b",
                "md5": "42b743a34888c5291b7b6388b29b4e95",
                "sha256": "a1ff33e0af79f19bde9d5945e2cf4156e79ce5fb35676527c188fd8dea422ccd"
            },
            "downloads": -1,
            "filename": "fdstools-2.1.0-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "42b743a34888c5291b7b6388b29b4e95",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.5",
            "size": 365971,
            "upload_time": "2024-04-30T20:52:49",
            "upload_time_iso_8601": "2024-04-30T20:52:49.767300Z",
            "url": "https://files.pythonhosted.org/packages/40/6e/7fad69e9b12f9f57685971a88337056110b09ff15f7e38ac3a17fd37700b/fdstools-2.1.0-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "39377eab37db53c077751a2327bdf7a32861ebae77c366397a466b4dc76f69d3",
                "md5": "5d0cf1e25822fc33e3560387134e6545",
                "sha256": "6f3f3521a015f55a755a528f283e844754e7b6f741b7d3d38dca7cf92df1dd1f"
            },
            "downloads": -1,
            "filename": "fdstools-2.1.0-cp35-cp35m-win32.whl",
            "has_sig": false,
            "md5_digest": "5d0cf1e25822fc33e3560387134e6545",
            "packagetype": "bdist_wheel",
            "python_version": "cp35",
            "requires_python": ">=3.5",
            "size": 365512,
            "upload_time": "2024-04-30T20:52:52",
            "upload_time_iso_8601": "2024-04-30T20:52:52.470631Z",
            "url": "https://files.pythonhosted.org/packages/39/37/7eab37db53c077751a2327bdf7a32861ebae77c366397a466b4dc76f69d3/fdstools-2.1.0-cp35-cp35m-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "230b367071567d00db19bc6df1274fc980d1f038a2fc7a119207c135d79636b1",
                "md5": "14f21c8c45e2981ad79ef7f227a6c3b6",
                "sha256": "f3ed047d47d6f500bae61a80b124db6cde8cee94a0480ab5d3054a686dbf693b"
            },
            "downloads": -1,
            "filename": "fdstools-2.1.0-cp35-cp35m-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "14f21c8c45e2981ad79ef7f227a6c3b6",
            "packagetype": "bdist_wheel",
            "python_version": "cp35",
            "requires_python": ">=3.5",
            "size": 366567,
            "upload_time": "2024-04-30T20:52:53",
            "upload_time_iso_8601": "2024-04-30T20:52:53.920746Z",
            "url": "https://files.pythonhosted.org/packages/23/0b/367071567d00db19bc6df1274fc980d1f038a2fc7a119207c135d79636b1/fdstools-2.1.0-cp35-cp35m-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "705f3ec7b9b25a14b1bb5005bbeb0c27ddd8a92a51c61793f217e8c622a0b238",
                "md5": "2a486fff4863817bb7079382dc764a79",
                "sha256": "66a4f85f0e049cecc74176478b0a020b0c447810bdf2303963e0369fc13e1ff8"
            },
            "downloads": -1,
            "filename": "fdstools-2.1.0-cp36-cp36m-win32.whl",
            "has_sig": false,
            "md5_digest": "2a486fff4863817bb7079382dc764a79",
            "packagetype": "bdist_wheel",
            "python_version": "cp36",
            "requires_python": ">=3.5",
            "size": 365547,
            "upload_time": "2024-04-30T20:52:55",
            "upload_time_iso_8601": "2024-04-30T20:52:55.467534Z",
            "url": "https://files.pythonhosted.org/packages/70/5f/3ec7b9b25a14b1bb5005bbeb0c27ddd8a92a51c61793f217e8c622a0b238/fdstools-2.1.0-cp36-cp36m-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b4534ec6e94f9c45dcdbe5ea93c9a702dfdbe8742785620fa15d38a92a2f9b57",
                "md5": "6dc996410cd5a1c35e60abde9c9dab6d",
                "sha256": "6b190a1fd5d71915d566aff6b2e3f23349b38bf686c1d6c877b8a0d71f26ba90"
            },
            "downloads": -1,
            "filename": "fdstools-2.1.0-cp36-cp36m-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "6dc996410cd5a1c35e60abde9c9dab6d",
            "packagetype": "bdist_wheel",
            "python_version": "cp36",
            "requires_python": ">=3.5",
            "size": 366599,
            "upload_time": "2024-04-30T20:52:58",
            "upload_time_iso_8601": "2024-04-30T20:52:58.211016Z",
            "url": "https://files.pythonhosted.org/packages/b4/53/4ec6e94f9c45dcdbe5ea93c9a702dfdbe8742785620fa15d38a92a2f9b57/fdstools-2.1.0-cp36-cp36m-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5fc9135750da14e50e665b12e0487fbd1b6b678e761d5eadb7f22569ea5c9bf3",
                "md5": "146ce2e95acda2c43469422f423e242b",
                "sha256": "5f2604b082a93f46268a7f0de3d0f16529a030bb937298e57b103bfa32f20537"
            },
            "downloads": -1,
            "filename": "fdstools-2.1.0-cp37-cp37m-win32.whl",
            "has_sig": false,
            "md5_digest": "146ce2e95acda2c43469422f423e242b",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.5",
            "size": 365053,
            "upload_time": "2024-04-30T20:52:59",
            "upload_time_iso_8601": "2024-04-30T20:52:59.711455Z",
            "url": "https://files.pythonhosted.org/packages/5f/c9/135750da14e50e665b12e0487fbd1b6b678e761d5eadb7f22569ea5c9bf3/fdstools-2.1.0-cp37-cp37m-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "551e9068dedbfecedda93a9fade5e5a59c6d6aa0aaccdc514302492e9813b948",
                "md5": "d6eb55e88bff2eb6c7c1c23452077f64",
                "sha256": "ded4eab99bbaf05d3294e3587bf7b051fff4666633169b0b3e077f7186134505"
            },
            "downloads": -1,
            "filename": "fdstools-2.1.0-cp37-cp37m-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "d6eb55e88bff2eb6c7c1c23452077f64",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.5",
            "size": 365970,
            "upload_time": "2024-04-30T20:53:01",
            "upload_time_iso_8601": "2024-04-30T20:53:01.307465Z",
            "url": "https://files.pythonhosted.org/packages/55/1e/9068dedbfecedda93a9fade5e5a59c6d6aa0aaccdc514302492e9813b948/fdstools-2.1.0-cp37-cp37m-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6c5a1e4a84acd75106a78904ef189c2bbfa689b6323ae83fe86d49db11e564ae",
                "md5": "4fa86566136ba73166274fbcbbf7292b",
                "sha256": "a9f91217edede1e29f450a827638ca8f22310d501bf7ea6c0d5c4d7bc54a76f4"
            },
            "downloads": -1,
            "filename": "fdstools-2.1.0-cp38-cp38-win32.whl",
            "has_sig": false,
            "md5_digest": "4fa86566136ba73166274fbcbbf7292b",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.5",
            "size": 365050,
            "upload_time": "2024-04-30T20:53:03",
            "upload_time_iso_8601": "2024-04-30T20:53:03.164847Z",
            "url": "https://files.pythonhosted.org/packages/6c/5a/1e4a84acd75106a78904ef189c2bbfa689b6323ae83fe86d49db11e564ae/fdstools-2.1.0-cp38-cp38-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "21388e88a200c5eaa3ddd24ac4d7287e575cac9d5013bd112383bf4c785fa6fa",
                "md5": "08997b9a4e379bcf2f4e08857a3282de",
                "sha256": "7814cfaf4e26ac503ff3d648d2cdc44e7edbb2dda0fe5552695fa5dac9b1d440"
            },
            "downloads": -1,
            "filename": "fdstools-2.1.0-cp38-cp38-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "08997b9a4e379bcf2f4e08857a3282de",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.5",
            "size": 365965,
            "upload_time": "2024-04-30T20:53:04",
            "upload_time_iso_8601": "2024-04-30T20:53:04.856187Z",
            "url": "https://files.pythonhosted.org/packages/21/38/8e88a200c5eaa3ddd24ac4d7287e575cac9d5013bd112383bf4c785fa6fa/fdstools-2.1.0-cp38-cp38-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "77de13de63f857fbf9dfa0bbc6e43e5bb84b5bd7e7a9339c7663e0a3f6eb1363",
                "md5": "63b432be9a20273465d1c87064b9fc55",
                "sha256": "1b9e112ab48139a650c80646ad77a1297a1d5d9df017bb035ebf70fe9848bc96"
            },
            "downloads": -1,
            "filename": "fdstools-2.1.0-cp39-cp39-win32.whl",
            "has_sig": false,
            "md5_digest": "63b432be9a20273465d1c87064b9fc55",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.5",
            "size": 365050,
            "upload_time": "2024-04-30T20:53:07",
            "upload_time_iso_8601": "2024-04-30T20:53:07.179506Z",
            "url": "https://files.pythonhosted.org/packages/77/de/13de63f857fbf9dfa0bbc6e43e5bb84b5bd7e7a9339c7663e0a3f6eb1363/fdstools-2.1.0-cp39-cp39-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "10218a972e020cd19b1a0cf25125685f0c5bc1161f9c50aa8395ccd0dab2b996",
                "md5": "fc9e39ef339b47a793fdbe4b5296bc4d",
                "sha256": "69e4b9f0e81a2137bc99a8f99f7453b1b83aad6adc35d82eaaaeb42c3b0dedaf"
            },
            "downloads": -1,
            "filename": "fdstools-2.1.0-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "fc9e39ef339b47a793fdbe4b5296bc4d",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.5",
            "size": 365969,
            "upload_time": "2024-04-30T20:53:08",
            "upload_time_iso_8601": "2024-04-30T20:53:08.846022Z",
            "url": "https://files.pythonhosted.org/packages/10/21/8a972e020cd19b1a0cf25125685f0c5bc1161f9c50aa8395ccd0dab2b996/fdstools-2.1.0-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2b95a1b8f216de55771849219e1af78e704fa4e5da685fc57c28d75f032c0847",
                "md5": "86d963de7c913f503dce43440c15117e",
                "sha256": "abd5f5b5aae3d9872c705293daac6f71726e760fbe07508f484e5e72bb7becff"
            },
            "downloads": -1,
            "filename": "fdstools-2.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "86d963de7c913f503dce43440c15117e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.5",
            "size": 338225,
            "upload_time": "2024-04-30T20:53:10",
            "upload_time_iso_8601": "2024-04-30T20:53:10.568628Z",
            "url": "https://files.pythonhosted.org/packages/2b/95/a1b8f216de55771849219e1af78e704fa4e5da685fc57c28d75f032c0847/fdstools-2.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-30 20:53:10",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Jerrythafast",
    "github_project": "FDSTools",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "fdstools"
}
        
Elapsed time: 0.28456s