معرفی شرکت ها


DirectReport-1.0.0


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Direct Report
ویژگی مقدار
سیستم عامل -
نام فایل DirectReport-1.0.0
نام DirectReport
نسخه کتابخانه 1.0.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده -
ایمیل نویسنده Christopher Webb <cdw2146@columbia.edu>
آدرس صفحه اصلی -
آدرس اینترنتی https://pypi.org/project/DirectReport/
مجوز MIT License Copyright (c) 2023 Christopher Webb Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
# DirectReport ![License](https://img.shields.io/github/license/chriswebb09/DirectReport) ![Issues](https://img.shields.io/github/issues/chriswebb09/DirectReport) ![codecov](https://codecov.io/gh/chriswebb09/DirectReport/branch/main/graph/badge.svg?token=E802G1JVJ5) ![build](https://github.com/chriswebb09/DirectReport/actions/workflows/build.yml/badge.svg) ![GitHub Latest Release](https://img.shields.io/github/v/release/chriswebb09/DirectReport?logo=github) ![ReadTheDocs](https://readthedocs.org/projects/directreport/badge/?version=latest) # Overview Keep track of your accomplishments each day of the workweek, create a report of things you accomplished at the end of the week that you can email to manager. Review progress each quarterly for more effective performance review. ## Documentation [Github Page](https://chriswebb09.github.io/DirectReport/) ## Installing ### From Package Manager Using pip: `pip install DirectReport` ### From Project Files: This project uses a `Makefile` as a command registry, with the following commands: - `make`: list available commands - `make develop`: install and build this library and its dependencies using `pip` - `make build`: build the library using `setuptools` - `make lint`: perform static analysis of this library with `flake8` and `black` - `make format`: autoformat this library using `black` - `make annotate`: run type checking using `mypy` - `make test`: run automated tests with `pytest` - `make coverage`: run automated tests with `pytest` and collect coverage information - `make dist`: package library for distribution Adapted From: https://github.com/ColumbiaOSS/example-project-python ## Running Direct Report ### Overview ``` Usage: python -m DirectReport [OPTIONS] COMMAND [ARGS]... Options: --help Show this message and exit. Commands: launch new show-list ``` ### Launch ``` $ python DirectReport launch ``` ### Show-List #### Basic ``` $ python DirectReport list ``` #### All ``` $ python DirectReport list --all ``` #### Daily ``` $ python DirectReport list --day ``` #### Weekly ``` $ python DirectReport list --week ``` ## Web Interface ### Home Web interface home page - WIP ![Screenshot home page for web interface.](DirectReport/assets/web_interface.png) ### List Web interface for list page - WIP ![Screenshot list page for web interface.](DirectReport/assets/web_interface2.png) ### Detail ![Screenshot detail page for web interface.](DirectReport/assets/web_interface4.png)


نیازمندی

مقدار نام
>=22 black
>=1.0.0 bump2version
- check-manifest
>=3.7.8 flake8
>=0.2.1 flake8-black
- flake8-pyproject
- mypy
- pytest
- pytest-cov
- twine
- wheel


زبان مورد نیاز

مقدار نام
>=3.7 Python


نحوه نصب


نصب پکیج whl DirectReport-1.0.0:

    pip install DirectReport-1.0.0.whl


نصب پکیج tar.gz DirectReport-1.0.0:

    pip install DirectReport-1.0.0.tar.gz