Project Alice universal modules
Project description
Project Alice Commons
There are literally tons of code that is shared between different Project Alice repositories, such as between the main unit and the satellite.
In order to make it easier to maintain it, this package contains shared classes and functions
Devs of this tool
- Clone this repository
- Open a terminal on whatever OS you are
- CD to the path where you cloned this repository
- Create a python 3.7+ virtual environment:
python -m venv venv
- Activate your virtual environment
- Install the package in dev mode:
pip install --editable .
PyCharm
To make it easier to dev within this package:
- Open your main Project Alice project
- Choose "Open" and open this project. Choose "Attach" option, so that both of the projects are in the same workspace!
- Click on File -> Settings
- Under
Project XXXX
->Project dependencies
, click oncommons
and set its dependency to the main Project Alice directory.
This will enable code completion for the classes that are not present in this package but are Project Alice main unit only
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
ProjectAlice-0.0.2.tar.gz
(18.5 kB
view hashes)
Built Distribution
Close
Hashes for ProjectAlice-0.0.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 53e42dfac910480c29b8c2fa667a6831f440b79515595e76fac0ca18e9c9f1f0 |
|
MD5 | 6e00e2262c66308df2bddc22faae5de8 |
|
BLAKE2b-256 | fe11f5f1d4a94859ff35e9558d3b3dfddd799c35fbc3b39aefc92ea896702da1 |