Skip to main content

A Python library to speed up work

Project description

Speedup-Work-Lib

This repo is a library for speed up work

Get Started

There are 3 COMPONENTS in Speedup Work Lib:

  • file_tool.py contain functions for dealing with file.
  • simple_log.py contain functions for a simple log.
  • ssh_client.py contain functions for creating SSH client to perform function on the remote computer.

How to Deploy Package to Pypi Manually

bash pip freeze > requirements.txt python setup.py sdist bdist_wheel twine check dist/* twine upload --repository-url https://test.pypi.org/legacy/ dist/* twine upload dist/*

How to Install Dependencies

bash py -m venv venv .\venv\Scripts\activate pip install -r .\requirements.txt

© 2021

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

speedup_work_lib-0.3.2.tar.gz (9.8 kB view hashes)

Uploaded Source

Built Distribution

speedup_work_lib-0.3.2-py3-none-any.whl (11.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page