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 hashes)

Uploaded Source

Built Distribution

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

Uploaded Python 3

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