No project description provided
Project description
Last update: 02/06/2023
Steps:
- Anaconda environment
- Install poetry
- $conda install -c conda-forge poetry
- Create project using poetry
- $poetry new use_case
- Add the required libraries
- $poetry add LIBRARY
- Test the library
- Install Pytest
- pip install pytest
- Run the tests:
- $pytest -v .\tests\tests.py
- Install Pytest
Publish library
- Build the project
- poetry build
- Publish the project
- poetry publish
- Install the created libraries (public access by default)
- $pip install use-case
- 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)
- LiveShare
-
Testing
- PyCharm native
- VSCode ???
-
Macros
- PyCharm possible
- Eg, heading
- VSCode ???
- PyCharm possible
Project details
Release history Release notifications | RSS feed
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)
Built Distribution
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
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6a9b82248921a275bc1c0145ff7ecbfa2505c94e397e0dbaf931dd608758212a |
|
MD5 | e9f36c638b3ac3d210dfb15c73480bb0 |
|
BLAKE2b-256 | 3934d8e28afc11dca00f0834440da6fa27e7ef5561636e98af17dc1ae72e906d |
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
Algorithm | Hash digest | |
---|---|---|
SHA256 | f8e07bd27d1cbf28f28321e35c7bb114f9c6d796321b3b9084c9703c485680af |
|
MD5 | 96daccb5b8c47da7980714a30cf1c116 |
|
BLAKE2b-256 | edbb4e913cbfa80293c1b28e265cf0a36730e5d913bc7a8fc56f55d1921926e0 |