ORM classes for the cruise schema
Project description
ci-cmg-cruise-schema-orm
Setting Up a Virtual Environment with pyenv
Install pyenv-virtualenv if you have not already
brew install pyenv-virtualenv
pyenv install 3.9.13
If setting up pyenv for the first time, you will need to add these lines to your ~/.bash_profile
or ~/.zprofile
(if using zsh, the default in macos Catalina and later) file in order for pyenv
to automatically activate / deactivate python environments configured for a given directory (next step).
eval "$(pyenv init -)"
eval "$(pyenv virtualenv-init -)"
configure python environment for project directory
pyenv virtualenv 3.9.13 cruise-schema-orm-3.9.13
pyenv local cruise-schema-orm-3.9.13
install dependencies into python environment
pip install -r requirements.txt
pip install -r test-requirements.txt
Building
Since this project can use JDBC divers, Apache Maven is used to build and test the library. Java 8+ and Maven must be installed and on the PATH. JAVA_HOME and MAVEN_HOME environment variables should be set.
This project uses a docker container running an Oracle database to run tests. Docker must be installed.
To build and test, run the following from the root of the project:
mvn clean install
Developing
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
Built Distribution
File details
Details for the file ci-cmg-cruise-schema-orm-1.1.0.dev20230120022736.tar.gz
.
File metadata
- Download URL: ci-cmg-cruise-schema-orm-1.1.0.dev20230120022736.tar.gz
- Upload date:
- Size: 13.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b53bc429d6abaa8eab58e944ace6ba1483ba38721028ffbccae1bfe666ce420a |
|
MD5 | dea6dfa6a95040cd5c634cf11d1c7aac |
|
BLAKE2b-256 | 31e783f45fb9e3815c2b8d962fe092a3b026971a2794e16ec78bbc0576e322a4 |
File details
Details for the file ci_cmg_cruise_schema_orm-1.1.0.dev20230120022736-py3-none-any.whl
.
File metadata
- Download URL: ci_cmg_cruise_schema_orm-1.1.0.dev20230120022736-py3-none-any.whl
- Upload date:
- Size: 26.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 066c93602ad7b7d1104025d3585a956aa6237f77ffa5e7cfe5852c7435b845aa |
|
MD5 | 7b0bb2b0f62ff5339de0b6900f4a18be |
|
BLAKE2b-256 | 707b5af7add2a20231310f82dfd05fcf744a53681968de57e7bd0fdecff65464 |