Skip to main content

No project description provided

Project description

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 ???

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

use_case-0.2.0.tar.gz (2.0 kB view details)

Uploaded Source

Built Distribution

use_case-0.2.0-py3-none-any.whl (2.9 kB view details)

Uploaded Python 3

File details

Details for the file use_case-0.2.0.tar.gz.

File metadata

  • Download URL: use_case-0.2.0.tar.gz
  • Upload date:
  • Size: 2.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.5.1 CPython/3.10.11 Windows/10

File hashes

Hashes for use_case-0.2.0.tar.gz
Algorithm Hash digest
SHA256 6a9b82248921a275bc1c0145ff7ecbfa2505c94e397e0dbaf931dd608758212a
MD5 e9f36c638b3ac3d210dfb15c73480bb0
BLAKE2b-256 3934d8e28afc11dca00f0834440da6fa27e7ef5561636e98af17dc1ae72e906d

See more details on using hashes here.

File details

Details for the file use_case-0.2.0-py3-none-any.whl.

File metadata

  • Download URL: use_case-0.2.0-py3-none-any.whl
  • Upload date:
  • Size: 2.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.5.1 CPython/3.10.11 Windows/10

File hashes

Hashes for use_case-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 f8e07bd27d1cbf28f28321e35c7bb114f9c6d796321b3b9084c9703c485680af
MD5 96daccb5b8c47da7980714a30cf1c116
BLAKE2b-256 edbb4e913cbfa80293c1b28e265cf0a36730e5d913bc7a8fc56f55d1921926e0

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page