siriuspy


Namesiriuspy JSON
Version 2.87.0 PyPI version JSON
download
home_pagehttps://github.com/lnls-sirius/dev-packages
SummaryDevelopment packages for Sirius
upload_time2024-03-12 17:15:35
maintainer
docs_urlNone
authorlnls-sirius
requires_python>=3.6
licenseGNU GPLv3
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            INSTALL - siriuspy
==================

This package can be installed using setuptools (>=16.0).
There is no automatic dependency checking, so read the list below and ensure necessary dependencies are available.
Developed and tested with Python 3 (3.4).


REQUIREMENTS
============


TESTS
=====

To run the unittest suite:
 ```command
   cd siriuspy
   ./setup.py test
```
To run a specific unittest subpacke:
```command
   cd siriuspy
   ./setup.py test -s tests.search
```

INSTALLATION
============

To install to a default Python directory, run
```command
    <python> setup.py install
```
Use the appropriate command in <python>. Depending on permissions, it may be
necessary to run the command with sudo or as superuser.

To install a development version, with a link to the local package files in the
default Python directory, run
```command
    <python> setup.py develop
```

Details and further options can be found in setuptools documentation.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/lnls-sirius/dev-packages",
    "name": "siriuspy",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "",
    "author": "lnls-sirius",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/d0/bb/1ffe4a3468e4527e83be774b2f2e6e79c67e0191b0a4381daf4ecdbe160f/siriuspy-2.87.0.tar.gz",
    "platform": null,
    "description": "INSTALL - siriuspy\n==================\n\nThis package can be installed using setuptools (>=16.0).\nThere is no automatic dependency checking, so read the list below and ensure necessary dependencies are available.\nDeveloped and tested with Python 3 (3.4).\n\n\nREQUIREMENTS\n============\n\n\nTESTS\n=====\n\nTo run the unittest suite:\n ```command\n   cd siriuspy\n   ./setup.py test\n```\nTo run a specific unittest subpacke:\n```command\n   cd siriuspy\n   ./setup.py test -s tests.search\n```\n\nINSTALLATION\n============\n\nTo install to a default Python directory, run\n```command\n    <python> setup.py install\n```\nUse the appropriate command in <python>. Depending on permissions, it may be\nnecessary to run the command with sudo or as superuser.\n\nTo install a development version, with a link to the local package files in the\ndefault Python directory, run\n```command\n    <python> setup.py develop\n```\n\nDetails and further options can be found in setuptools documentation.\n",
    "bugtrack_url": null,
    "license": "GNU GPLv3",
    "summary": "Development packages for Sirius",
    "version": "2.87.0",
    "project_urls": {
        "Download": "https://github.com/lnls-sirius/dev-packages",
        "Homepage": "https://github.com/lnls-sirius/dev-packages"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0186056948055d6aed4e55f711379fb944119d3e1956f271b9ed802de0442c0e",
                "md5": "ebfd55b44bca540a694df34e7d2b632a",
                "sha256": "91472b688dc204d7e70795e62f7a4fd359368e105cdb9b893194f0bfb2c35325"
            },
            "downloads": -1,
            "filename": "siriuspy-2.87.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ebfd55b44bca540a694df34e7d2b632a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 726086,
            "upload_time": "2024-03-12T17:15:33",
            "upload_time_iso_8601": "2024-03-12T17:15:33.804351Z",
            "url": "https://files.pythonhosted.org/packages/01/86/056948055d6aed4e55f711379fb944119d3e1956f271b9ed802de0442c0e/siriuspy-2.87.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d0bb1ffe4a3468e4527e83be774b2f2e6e79c67e0191b0a4381daf4ecdbe160f",
                "md5": "4145bb5f574e5805031985aa83626065",
                "sha256": "76ade0d886c42fac48f93d80b2936555a359a00e52c72e8788632d587d5ef0b8"
            },
            "downloads": -1,
            "filename": "siriuspy-2.87.0.tar.gz",
            "has_sig": false,
            "md5_digest": "4145bb5f574e5805031985aa83626065",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 614585,
            "upload_time": "2024-03-12T17:15:35",
            "upload_time_iso_8601": "2024-03-12T17:15:35.968903Z",
            "url": "https://files.pythonhosted.org/packages/d0/bb/1ffe4a3468e4527e83be774b2f2e6e79c67e0191b0a4381daf4ecdbe160f/siriuspy-2.87.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-12 17:15:35",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "lnls-sirius",
    "github_project": "dev-packages",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "siriuspy"
}
        
Elapsed time: 0.21489s