{"id":20495450,"url":"https://github.com/vyahello/rent-electro-scooter","last_synced_at":"2025-10-30T19:15:05.990Z","repository":{"id":57464531,"uuid":"236315479","full_name":"vyahello/rent-electro-scooter","owner":"vyahello","description":"🛴 CLI application for renting electro-scooters (python + sqlalchemy orm + travis CI)","archived":false,"fork":false,"pushed_at":"2024-03-20T15:31:48.000Z","size":18060,"stargazers_count":2,"open_issues_count":2,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-03T04:33:02.411Z","etag":null,"topics":["cli-application","renting-electro-scooters","scooter","sqlalchemy"],"latest_commit_sha":null,"homepage":"https://vyahello.github.io/rent-electro-scooter","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vyahello.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS.md","dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-01-26T13:24:53.000Z","updated_at":"2023-12-29T18:40:04.000Z","dependencies_parsed_at":"2025-04-13T17:44:03.735Z","dependency_job_id":"53b75a38-d862-414c-bede-ac240eacfdae","html_url":"https://github.com/vyahello/rent-electro-scooter","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/vyahello/rent-electro-scooter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vyahello%2Frent-electro-scooter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vyahello%2Frent-electro-scooter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vyahello%2Frent-electro-scooter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vyahello%2Frent-electro-scooter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vyahello","download_url":"https://codeload.github.com/vyahello/rent-electro-scooter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vyahello%2Frent-electro-scooter/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268495890,"owners_count":24259397,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-03T02:00:12.545Z","response_time":2577,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli-application","renting-electro-scooters","scooter","sqlalchemy"],"created_at":"2024-11-15T17:45:56.978Z","updated_at":"2025-10-30T19:15:05.922Z","avatar_url":"https://github.com/vyahello.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Screenshot](media/logo.png)\n\n[![made-with-python](https://img.shields.io/badge/Made%20with-Python-1f425f.svg)](https://www.python.org/)\n[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)\n[![Build Status](https://travis-ci.org/vyahello/rent-electro-scooter.svg?branch=master)](https://travis-ci.org/vyahello/rent-electro-scooter)\n[![License](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE.md)\n[![PyPI version shields.io](https://img.shields.io/pypi/v/scooter-rental.svg)](https://pypi.org/project/scooter-rental/)\n[![PyPI pyversions](https://img.shields.io/pypi/pyversions/scooter-rental.svg)](https://pypi.org/project/scooter-rental/)\n[![PyPi downloads](https://img.shields.io/pypi/dm/scooter-rental.svg)](https://pypi.python.org/pypi/scooter-rental)\n[![Downloads](https://pepy.tech/badge/scooter-rental)](https://pepy.tech/project/scooter-rental)\n\n# Rent electro scooter\n\n\u003e This is a regular CLI application for renting electro-scooters. \n\u003e\n\u003e It uses **SQLAlchemy** API as a database core with ORM (Object Relational Mapper) support.\n\n## Tools\n\n### Production\n- python 3.6, 3.7, 3.8\n- [sqlalchemy](https://www.sqlalchemy.org) database\n- [alembic](https://alembic.sqlalchemy.org/en/latest/) database migration\n\n### Development\n- [pytest](https://pypi.org/project/pytest/)\n- [black](https://black.readthedocs.io/en/stable/)\n- [pylint](https://www.pylint.org/)\n- [flake8](http://flake8.pycqa.org/en/latest/)\n\n## Usage\n![Demo](media/usage.gif)\n\n### Installation\n\nPlease run following script to obtain latest package from PYPI:\n```bash\npip install scooter-rental\n```\n\nThen please launch following tool from your environment:\n```bash\nscooter-rental\n```\n\n### Source code\n\nTo be able to run source code please execute command below:\n\n```bash\ngit@github.com:vyahello/rent-electro-scooter.git\npython -m scooter\n```\n\n## Development notes\n\n### Database migration\n\nFor database migrations [alembic](https://alembic.sqlalchemy.org/en/latest/) package is used. Please follow [alembic.ini](alembic.ini) file for instructions.\n\nOnce new changes were made to the database, please follow instructions below:\n```bash\nalembic revision --autogenerate -m \"commit message\"\nalembic upgrade head\nalembic current\n```\n\n### CI\n\nProject has Travis CI integration using [.travis.yml](.travis.yml) file thus code analysis (`black`, `pylint`, `flake8`) and unittests (`pytest`) will be run automatically\nafter every made change to the repository.\n\nTo be able to run code analysis, please execute command below:\n```bash\n./analyse-code.sh\n```\n\n### Release notes\n\nPlease check [changelog](CHANGELOG.md) file to get more details about actual versions and it's release notes.\n\n### Meta\n\nAuthor – _Volodymyr Yahello_\n\nDistributed under the `MIT` license. See [LICENSE](LICENSE.md) for more information.\n\nYou can reach out me at:\n* [vyahello@gmail.com](vyahello@gmail.com)\n* [https://twitter.com/vyahello](https://twitter.com/vyahello)\n* [https://www.linkedin.com/in/volodymyr-yahello-821746127](https://www.linkedin.com/in/volodymyr-yahello-821746127)\n\n### Contributing\n1. clone the repository\n2. configure Git for the first time after cloning with your `name` and `email`\n3. `pip install -r requirements.txt` to install all project dependencies\n3. `pip install -r requirements-dev.txt` to install all development project dependencies\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvyahello%2Frent-electro-scooter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvyahello%2Frent-electro-scooter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvyahello%2Frent-electro-scooter/lists"}