Skip to main content

run a fake terminal

Project description

I need this for a other project. So it is still in develop.

Install

pip install lying

Development

Some information for crazy developers. Virtual environment windows:

python -m venv venv
venv\Scripts\activate

Virtual environment linux:

python3 -m venv venv
source venv/bin/activate

Setup project:

python -m pip install --upgrade pip wheel setuptools twine tox flake8 pylint pylama
pip install -e .

Run some test:

tox

Create package:

python setup.py sdist bdist_wheel

Upload package:

twine upload dist/*

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

lying-0.0.1a1.tar.gz (3.4 kB view hashes)

Uploaded Source

Built Distribution

lying-0.0.1a1-py3-none-any.whl (5.0 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