use-case


Nameuse-case JSON
Version 0.2.0 PyPI version JSON
download
home_page
Summary
upload_time2023-06-02 11:23:28
maintainer
docs_urlNone
authorYour Name
requires_python>=3.10,<4.0
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Last update: 02/06/2023

# Steps:

1. Anaconda environment
2. Install poetry
   1. $conda install -c conda-forge poetry
3. Create project using poetry
   1. $poetry new use_case
4. Add the required libraries
   1. $poetry add LIBRARY
5. Test the library
   1. Install Pytest
      1. pip install pytest
   2. Run the tests: 
      1. $pytest -v .\tests\tests.py

### Publish library 
1. Build the project
   1. poetry build
2. Publish the project
   1. poetry publish
3. Install the created libraries (public access by default)
   1. $pip install use-case
   2. It will make only accessible the libraries


# Main features: 

* PEP 8 --> Style Guide
  * PyCharm native 
  * VSCode using Pylint (lastest python version supported 3.7) 

* PEP 257 –> Docstyle 
* Notebooks 
  * PyCharm visualization 
  * VSCode visualization and execution 
* Remote connection 
  * PyCharm ??? 
  * VSCode possible 
* Plugins 
  * LiveShare 
    * Git 
  * Docker 
  * Copilot (Kite)
* Testing 
  * PyCharm native 
  * VSCode ??? 
* Macros 
  * PyCharm possible
    * Eg, heading 
  * VSCode ??? 
            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "use-case",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.10,<4.0",
    "maintainer_email": "",
    "keywords": "",
    "author": "Your Name",
    "author_email": "you@example.com",
    "download_url": "https://files.pythonhosted.org/packages/39/34/d8e28afc11dca00f0834440da6fa27e7ef5561636e98af17dc1ae72e906d/use_case-0.2.0.tar.gz",
    "platform": null,
    "description": "Last update: 02/06/2023\n\n# Steps:\n\n1. Anaconda environment\n2. Install poetry\n   1. $conda install -c conda-forge poetry\n3. Create project using poetry\n   1. $poetry new use_case\n4. Add the required libraries\n   1. $poetry add LIBRARY\n5. Test the library\n   1. Install Pytest\n      1. pip install pytest\n   2. Run the tests: \n      1. $pytest -v .\\tests\\tests.py\n\n### Publish library \n1. Build the project\n   1. poetry build\n2. Publish the project\n   1. poetry publish\n3. Install the created libraries (public access by default)\n   1. $pip install use-case\n   2. It will make only accessible the libraries\n\n\n# Main features: \n\n* PEP 8 --> Style Guide\n  * PyCharm native \n  * VSCode using Pylint (lastest python version supported 3.7) \n\n* PEP 257 \u2013> Docstyle \n* Notebooks \n  * PyCharm visualization \n  * VSCode visualization and execution \n* Remote connection \n  * PyCharm ??? \n  * VSCode possible \n* Plugins \n  * LiveShare \n    * Git \n  * Docker \n  * Copilot (Kite)\n* Testing \n  * PyCharm native \n  * VSCode ??? \n* Macros \n  * PyCharm possible\n    * Eg, heading \n  * VSCode ??? ",
    "bugtrack_url": null,
    "license": "",
    "summary": "",
    "version": "0.2.0",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "edbb4e913cbfa80293c1b28e265cf0a36730e5d913bc7a8fc56f55d1921926e0",
                "md5": "96daccb5b8c47da7980714a30cf1c116",
                "sha256": "f8e07bd27d1cbf28f28321e35c7bb114f9c6d796321b3b9084c9703c485680af"
            },
            "downloads": -1,
            "filename": "use_case-0.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "96daccb5b8c47da7980714a30cf1c116",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10,<4.0",
            "size": 2922,
            "upload_time": "2023-06-02T11:23:25",
            "upload_time_iso_8601": "2023-06-02T11:23:25.778641Z",
            "url": "https://files.pythonhosted.org/packages/ed/bb/4e913cbfa80293c1b28e265cf0a36730e5d913bc7a8fc56f55d1921926e0/use_case-0.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3934d8e28afc11dca00f0834440da6fa27e7ef5561636e98af17dc1ae72e906d",
                "md5": "e9f36c638b3ac3d210dfb15c73480bb0",
                "sha256": "6a9b82248921a275bc1c0145ff7ecbfa2505c94e397e0dbaf931dd608758212a"
            },
            "downloads": -1,
            "filename": "use_case-0.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "e9f36c638b3ac3d210dfb15c73480bb0",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10,<4.0",
            "size": 1982,
            "upload_time": "2023-06-02T11:23:28",
            "upload_time_iso_8601": "2023-06-02T11:23:28.007799Z",
            "url": "https://files.pythonhosted.org/packages/39/34/d8e28afc11dca00f0834440da6fa27e7ef5561636e98af17dc1ae72e906d/use_case-0.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-02 11:23:28",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "use-case"
}
        
Elapsed time: 0.19067s