A command line application for renting electro-scooters. Just try it, it is fun :)
Project description
Rent electro scooter
This is a regular CLI application for renting electro-scooters.
It uses SQLAlchemy API as a database core with ORM (Object Relational Mapper) support.
Tools
- python 3.6 | 3.7 | 3.8
- sqlalchemy database
- alembic database migration
- code analysis
Usage
Installation
Please run following script to obtain latest package from PYPI:
pip install scooter-rental
Then please launch following tool from your environment:
scooter-rental
Source code
To be able to run source code please execute command below:
git@github.com:vyahello/rent-electro-scooter.git
python -m scooter
Development notes
CI
Project has Travis CI integration using .travis.yml file thus code analysis (black
, pylint
, flake8
) and unittests (pytest
) will be run automatically
after every made change to the repository.
To be able to run code analysis, please execute command below:
./analyse-code.sh
Release notes
Please check changelog file to get more details about actual versions and it's release notes.
Meta
Author – Volodymyr Yahello
Distributed under the MIT
license. See LICENSE for more information.
You can reach out me at:
- vyahello@gmail.com
- https://github.com/vyahello
- https://www.linkedin.com/in/volodymyr-yahello-821746127
Contributing
- clone the repository
- configure Git for the first time after cloning with your
name
andemail
pip install -r requirements.txt
to install all project dependenciespip install -r requirements-dev.txt
to install all development project dependencies
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 scooter-rental-0.0.3.tar.gz
.
File metadata
- Download URL: scooter-rental-0.0.3.tar.gz
- Upload date:
- Size: 11.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | acaa35a667a74ab015a24e5cf3eee9c0504fed094d7675b0158e4f2bd794d084 |
|
MD5 | 512db4ba7af53a136001ad25e02e308a |
|
BLAKE2b-256 | 6963eb4c6116f06fb316df0279236b438168c414e7a0ec1a25abed62996d14e7 |
File details
Details for the file scooter_rental-0.0.3-py3-none-any.whl
.
File metadata
- Download URL: scooter_rental-0.0.3-py3-none-any.whl
- Upload date:
- Size: 13.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 22bee8a319e37e7ed75d5c9f706d919231be27770b47bf833d3ce5b20303989c |
|
MD5 | ecfcbd407e64edc22003f4ebcaf065f9 |
|
BLAKE2b-256 | c10381f1e6d8c0c648bbe6563b82c44878da88d6cba66c7886d466ef51e06324 |