collective.dms.scanbehavior


Namecollective.dms.scanbehavior JSON
Version 1.3.0 PyPI version JSON
download
home_pagehttp://pypi.python.org/pypi/collective.dms.scanbehavior
SummaryBehavior adding scan metadata
upload_time2023-09-07 10:19:17
maintainer
docs_urlNone
authorFranck NGAHA, Stephan Geulette
requires_python
licenseGPL
keywords python zope plone
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ==========================================================================
collective.dms.scanbehavior
==========================================================================

Features
--------

This behavior adds some metadata related to scanning:
* scan_id : scan identification as a barcode
* version : version number
* pages_number : pages number
* scan_date : scan date
* scan_user : scan user
* scanner : scanner or pc information

Translations
------------

This product has been translated into

- English
- French

Installation
------------

Install collective.dms.scanbehavior by adding it to your buildout::

   [buildout]

    ...

    eggs =
        collective.dms.scanbehavior


and then running "bin/buildout"

Contribute
----------

- Issue Tracker: https://github.com/collective/collective.dms.scanbehavior/issues
- Source Code: https://github.com/collective/collective.dms.scanbehavior

Support
-------

If you are having issues, please let us know.

License
-------

The project is licensed under the GPLv2.

Contributors
============

- Franck NGAHA, franck.o.ngaha@gmail.com
- Stephan GEULETTE, stephan.geulette@imio.be

Changelog
=========


1.3.0 (2023-09-07)
------------------

- Improved date range.
  [sgeulette]
- Cleanup: isort, use `unittest` instead `unittest2`,
  removed dependency on `ecreall.helpers.testing`.
  [gbastien]

1.2 (2023-07-20)
----------------

- fix : [DMS-949] min & max for scan_date
  [bleybaert]

1.1 (2018-01-04)
----------------

- Added field `to_sign` to the behavior.
  [gbastien]

1.0 (2017-05-30)
----------------

- Moved version attribute to the scan tab.
  [gbastien]
- Move the signed attribute from IDmsFile schema
  [mpeeters]
- Added signed index
  [sgeulette]

0.4 (2016-04-20)
----------------

- Add version attribute.
  [sgeulette]

0.3.3 (2015-11-24)
------------------

- Don't store None in catalog. [sgeulette]

0.3.2 (2015-06-05)
------------------

- Corrected MANIFEST [sgeulette]

0.3.1 (2015-06-05)
------------------

- Modified scan_id index [sgeulette]

0.3 (2014-11-28)
----------------

- Added scan_id as index [sgeulette]

0.2.1 (2014-09-02)
------------------

- Updated changes.
- Corrected manifest.

0.2 (2014-04-15)
----------------

- renamed IScan in IScanFields.
- changed zcml description of behavior
- translate the title and description of the behavior in the interface.
- delete the folder content.
- moved the zcml definition of import step in profile.
- correct the manifest.
- renamed "scan_user" to "operator".

0.1 (2014-04-14)
----------------

- Initial release.
  [fngaha]




            

Raw data

            {
    "_id": null,
    "home_page": "http://pypi.python.org/pypi/collective.dms.scanbehavior",
    "name": "collective.dms.scanbehavior",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "Python Zope Plone",
    "author": "Franck NGAHA, Stephan Geulette",
    "author_email": "franck.o.ngaha@gmail.com, sgeulette@imio.be",
    "download_url": "https://files.pythonhosted.org/packages/e1/fe/81900ed61577f1b4b31153709f2b8b675a249ab5660474ce2fe0804f4ed3/collective.dms.scanbehavior-1.3.0.tar.gz",
    "platform": null,
    "description": "==========================================================================\ncollective.dms.scanbehavior\n==========================================================================\n\nFeatures\n--------\n\nThis behavior adds some metadata related to scanning:\n* scan_id : scan identification as a barcode\n* version : version number\n* pages_number : pages number\n* scan_date : scan date\n* scan_user : scan user\n* scanner : scanner or pc information\n\nTranslations\n------------\n\nThis product has been translated into\n\n- English\n- French\n\nInstallation\n------------\n\nInstall collective.dms.scanbehavior by adding it to your buildout::\n\n   [buildout]\n\n    ...\n\n    eggs =\n        collective.dms.scanbehavior\n\n\nand then running \"bin/buildout\"\n\nContribute\n----------\n\n- Issue Tracker: https://github.com/collective/collective.dms.scanbehavior/issues\n- Source Code: https://github.com/collective/collective.dms.scanbehavior\n\nSupport\n-------\n\nIf you are having issues, please let us know.\n\nLicense\n-------\n\nThe project is licensed under the GPLv2.\n\nContributors\n============\n\n- Franck NGAHA, franck.o.ngaha@gmail.com\n- Stephan GEULETTE, stephan.geulette@imio.be\n\nChangelog\n=========\n\n\n1.3.0 (2023-09-07)\n------------------\n\n- Improved date range.\n  [sgeulette]\n- Cleanup: isort, use `unittest` instead `unittest2`,\n  removed dependency on `ecreall.helpers.testing`.\n  [gbastien]\n\n1.2 (2023-07-20)\n----------------\n\n- fix : [DMS-949] min & max for scan_date\n  [bleybaert]\n\n1.1 (2018-01-04)\n----------------\n\n- Added field `to_sign` to the behavior.\n  [gbastien]\n\n1.0 (2017-05-30)\n----------------\n\n- Moved version attribute to the scan tab.\n  [gbastien]\n- Move the signed attribute from IDmsFile schema\n  [mpeeters]\n- Added signed index\n  [sgeulette]\n\n0.4 (2016-04-20)\n----------------\n\n- Add version attribute.\n  [sgeulette]\n\n0.3.3 (2015-11-24)\n------------------\n\n- Don't store None in catalog. [sgeulette]\n\n0.3.2 (2015-06-05)\n------------------\n\n- Corrected MANIFEST [sgeulette]\n\n0.3.1 (2015-06-05)\n------------------\n\n- Modified scan_id index [sgeulette]\n\n0.3 (2014-11-28)\n----------------\n\n- Added scan_id as index [sgeulette]\n\n0.2.1 (2014-09-02)\n------------------\n\n- Updated changes.\n- Corrected manifest.\n\n0.2 (2014-04-15)\n----------------\n\n- renamed IScan in IScanFields.\n- changed zcml description of behavior\n- translate the title and description of the behavior in the interface.\n- delete the folder content.\n- moved the zcml definition of import step in profile.\n- correct the manifest.\n- renamed \"scan_user\" to \"operator\".\n\n0.1 (2014-04-14)\n----------------\n\n- Initial release.\n  [fngaha]\n\n\n\n",
    "bugtrack_url": null,
    "license": "GPL",
    "summary": "Behavior adding scan metadata",
    "version": "1.3.0",
    "project_urls": {
        "Homepage": "http://pypi.python.org/pypi/collective.dms.scanbehavior"
    },
    "split_keywords": [
        "python",
        "zope",
        "plone"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e1fe81900ed61577f1b4b31153709f2b8b675a249ab5660474ce2fe0804f4ed3",
                "md5": "0a86ff669aaf833d6473f11a5d628ffe",
                "sha256": "30f185857977b77015980486ea4fb2ab80b353665dbd91f5e4abe67572925ecb"
            },
            "downloads": -1,
            "filename": "collective.dms.scanbehavior-1.3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "0a86ff669aaf833d6473f11a5d628ffe",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 18382,
            "upload_time": "2023-09-07T10:19:17",
            "upload_time_iso_8601": "2023-09-07T10:19:17.017007Z",
            "url": "https://files.pythonhosted.org/packages/e1/fe/81900ed61577f1b4b31153709f2b8b675a249ab5660474ce2fe0804f4ed3/collective.dms.scanbehavior-1.3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-07 10:19:17",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "collective.dms.scanbehavior"
}
        
Elapsed time: 0.10957s