crypto-screening


Namecrypto-screening JSON
Version 8.20.0 PyPI version JSON
download
home_pagehttps://github.com/Shahaf-F-S/crypto-screening
SummaryA software for automatically recording real-time crypto exchanges and pairs data.
upload_time2023-12-14 17:53:54
maintainer
docs_urlNone
authorShahaf Frank-Shapir
requires_python
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # crypto-screening

> A software for automatically recording real-time crypto exchanges and pairs OHLCV and Orderbook rates.

first of all
------------

#### specifics:

- written and owned by: Shahaf Frank-Shapir
- all the rights are saved for Shahaf Frank-Shapir
- programming languages: python 3.9.12 (100%)

before we start
---------------

#### description:

- visit the docs to learn more about this project and how to develop using it.

#### dependencies:

- opening:
  As this is a really complex program, which uses a lot of modules, there are required dependencies needed
  in order to run the program. keep in mind the program was written in Python 3.9, so any Python version lower
  than 3.8 might not work properly. Moreover, built-in Python modules are being used, so keep that in mind.

- install app dependencies by writing the "-r" option to install the requirements
  written in a file, and write the following line in the project directory:
````
pip install -r requirements.txt
````

run a test
-----------

#### run from the Windows command line (inside the project directory)
- run with Python by writing to the command line in the project directory:
````
python test.py
````

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Shahaf-F-S/crypto-screening",
    "name": "crypto-screening",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Shahaf Frank-Shapir",
    "author_email": "shahaffrs@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/c8/df/3981702a373c9c3be31e71b9363695721174f6708ff525c41bd4af236e61/crypto-screening-8.20.0.tar.gz",
    "platform": null,
    "description": "# crypto-screening\r\n\r\n> A software for automatically recording real-time crypto exchanges and pairs OHLCV and Orderbook rates.\r\n\r\nfirst of all\r\n------------\r\n\r\n#### specifics:\r\n\r\n- written and owned by: Shahaf Frank-Shapir\r\n- all the rights are saved for Shahaf Frank-Shapir\r\n- programming languages: python 3.9.12 (100%)\r\n\r\nbefore we start\r\n---------------\r\n\r\n#### description:\r\n\r\n- visit the docs to learn more about this project and how to develop using it.\r\n\r\n#### dependencies:\r\n\r\n- opening:\r\n  As this is a really complex program, which uses a lot of modules, there are required dependencies needed\r\n  in order to run the program. keep in mind the program was written in Python 3.9, so any Python version lower\r\n  than 3.8 might not work properly. Moreover, built-in Python modules are being used, so keep that in mind.\r\n\r\n- install app dependencies by writing the \"-r\" option to install the requirements\r\n  written in a file, and write the following line in the project directory:\r\n````\r\npip install -r requirements.txt\r\n````\r\n\r\nrun a test\r\n-----------\r\n\r\n#### run from the Windows command line (inside the project directory)\r\n- run with Python by writing to the command line in the project directory:\r\n````\r\npython test.py\r\n````\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A software for automatically recording real-time crypto exchanges and pairs data.",
    "version": "8.20.0",
    "project_urls": {
        "Homepage": "https://github.com/Shahaf-F-S/crypto-screening"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c8df3981702a373c9c3be31e71b9363695721174f6708ff525c41bd4af236e61",
                "md5": "ca09c1a50e4a4b2e642f05f9f2a7f06e",
                "sha256": "5452717d9125a81091c98ba3e2864c4f97cec885e9b6e5f81681c85972106d52"
            },
            "downloads": -1,
            "filename": "crypto-screening-8.20.0.tar.gz",
            "has_sig": false,
            "md5_digest": "ca09c1a50e4a4b2e642f05f9f2a7f06e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 128150,
            "upload_time": "2023-12-14T17:53:54",
            "upload_time_iso_8601": "2023-12-14T17:53:54.560835Z",
            "url": "https://files.pythonhosted.org/packages/c8/df/3981702a373c9c3be31e71b9363695721174f6708ff525c41bd4af236e61/crypto-screening-8.20.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-14 17:53:54",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Shahaf-F-S",
    "github_project": "crypto-screening",
    "github_not_found": true,
    "lcname": "crypto-screening"
}
        
Elapsed time: 0.17694s