Skip to main content

No project description provided

Project description

dinject

print(1+2)
3
ansiscape --example
<style type="text/css">@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@1,400&display=swap'); @import url('https://fonts.googleapis.com/css2?family=UnifrakturMaguntia&display=swap'); @keyframes blink { from { opacity: 1.0; } to { opacity: 0.0; } } @import url('https://fonts.googleapis.com/css2?family=Syne+Mono&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Nova+Mono&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Xanh+Mono&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Major+Mono+Display&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Cutive+Mono&display=swap'); @import url('https://fonts.googleapis.com/css2?family=VT323&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic+Coding&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Share+Tech+Mono&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;1,300;0,400;1,400;0,700;1,700&display=swap'); .thtml { --red: #C00; --green: #0C0; --yellow: #CC0; --blue: #00C; --magenta: #C0C; --cyan: #0CC; --bright-black: #888; --bright-red: #F00; --bright-green: #0F0; --bright-yellow: #FF0; --bright-blue: #00F; --bright-magenta: #F0F; --bright-cyan: #0FF; --bright-white: #FFF; } .underline-double { text-decoration: double underline; text-underline-offset: 0.1rem; } .weight-heavy { font-weight: 700; } .weight-light { font-weight: 300; } .calligraphy-italic { font-style: italic; } .calligraphy-blackletter { font-family: UnifrakturMaguntia; font-size: 1.2rem; } .underline-single { text-decoration: solid underline; text-underline-offset: 0.1rem; } .overline-true { text-decoration: overline; } .blink-slow { animation: blink 1.2s ease-in-out infinite alternate; } .blink-fast { animation: blink 0.2s ease-in-out infinite alternate; } .invert-true { background: var(--white); color: var(--black); } .conceal-true { opacity: 0; } .strike-true { text-decoration: line-through; } .font-alt-0 { font-family: 'Syne Mono'; } .font-default { font-family: var(--default-font); } .font-alt-1 { font-family: 'Nova Mono'; } .font-alt-2 { font-family: 'Xanh Mono'; } .font-alt-3 { font-family: 'Major Mono Display'; } .font-alt-4 { font-family: 'Cutive Mono'; } .font-alt-5 { font-family: 'VT323'; } .font-alt-6 { font-family: 'Nanum Gothic Coding'; } .font-alt-7 { font-family: 'Share Tech Mono'; } .proportional-spacing-true { font-family: Roboto, sans-serif; } .foreground-black { border-color: var(--black); color: var(--black); } .foreground-default { border-color: var(--white); color: var(--white); } .foreground-red { border-color: var(--red); color: var(--red); } .foreground-green { border-color: var(--green); color: var(--green); } .foreground-yellow { border-color: var(--yellow); color: var(--yellow); } .foreground-blue { border-color: var(--blue); color: var(--blue); } .foreground-magenta { border-color: var(--magenta); color: var(--magenta); } .foreground-cyan { border-color: var(--cyan); color: var(--cyan); } .foreground-white { border-color: var(--white); color: var(--white); } .foreground-bright-black { border-color: var(--bright-black); color: var(--bright-black); } .foreground-bright-red { border-color: var(--bright-red); color: var(--bright-red); } .foreground-bright-green { border-color: var(--bright-green); color: var(--bright-green); } .foreground-bright-yellow { border-color: var(--bright-yellow); color: var(--bright-yellow); } .foreground-bright-blue { border-color: var(--bright-blue); color: var(--bright-blue); } .foreground-bright-magenta { border-color: var(--bright-magenta); color: var(--bright-magenta); } .foreground-bright-cyan { border-color: var(--bright-cyan); color: var(--bright-cyan); } .foreground-bright-white { border-color: var(--bright-white); color: var(--bright-white); } .background-black { background: var(--black); } .background-default { background: var(--black); } .background-red { background: var(--red); } .background-green { background: var(--green); } .background-yellow { background: var(--yellow); } .background-blue { background: var(--blue); } .background-magenta { background: var(--magenta); } .background-cyan { background: var(--bright-cyan); } .background-white { background: var(--white); } .background-bright-black { background: var(--bright-black); } .background-bright-red { background: var(--bright-red); } .background-bright-green { background: var(--bright-green); } .background-bright-yellow { background: var(--bright-yellow); } .background-bright-blue { background: var(--bright-blue); } .background-bright-magenta { background: var(--bright-magenta); } .background-bright-cyan { background: var(--bright-cyan); } .background-bright-white { background: var(--bright-white); } .frame-box { border: 0.2rem solid; padding-left: 0.4rem; padding-right: 0.4rem; } .frame-circle { border: 0.2rem solid; border-radius: 2rem; padding-left: 0.8rem; padding-right: 0.8rem; } .ideogram-single-line-under-or-right { border-right: 0.2rem solid; padding-right: 0.4rem; } .ideogram-double-line-under-or-right { border-right: 0.4rem double; padding-right: 0.4rem; } .ideogram-single-line-over-or-left { border-left: 0.2rem solid; padding-left: 0.4rem; } .ideogram-double-line-over-or-left { border-left: 0.4rem double; padding-left: 0.4rem; } .ideogram-stress { border: 0.2rem dotted; padding-left: 0.4rem; padding-right: 0.4rem; }</style>
ansiscape

Welcome to the ansiscape example!

These are heavy and light.

These are italic and blackletter.

These are single underlined, double underlined and overlined.

These are blinking slowly and blinking fast.

These are inverted, concealed (that's concealed) and struck.

These are the first alternative font, the second alternative font, the third alternative font, the fourth alternative font, the fifth alternative font, the sixth alternative font, the seventh alternative font, the eighth alternative font and the ninth alternative font.

This entire line uses proportional spacing.

These are black, red, green, yellow, blue, magenta, cyan, white, bright black, bright red, bright green, bright yellow, bright blue, bright magenta, bright cyan and bright white foreground.

These are
black, red, green, yellow, blue, magenta, cyan, white, bright black, bright red, bright green, bright yellow, bright blue, bright magenta, bright cyan and bright white background.

Here's some foreground RGB:

XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

And some background RGB:












These are
framed and encircled.

These are the single line under/right, double line under/right, single line over/left, double line over/left and stress ideograms.

Not all terminals support all codes, so please don't be too sad if some of the examples didn't work for you.

pipenv --help
Usage: pipenv [OPTIONS] COMMAND [ARGS]...

Options:
  --where                         Output project home information.
  --venv                          Output virtualenv information.
  --py                            Output Python interpreter information.
  --envs                          Output Environment Variable options.
  --rm                            Remove the virtualenv.
  --bare                          Minimal output.
  --completion                    Output completion (to be executed by the
                                  shell).

  --man                           Display manpage.
  --support                       Output diagnostic information for use in
                                  GitHub issues.

  --site-packages / --no-site-packages
                                  Enable site-packages for the virtualenv.
                                  [env var: PIPENV_SITE_PACKAGES]

  --python TEXT                   Specify which version of Python virtualenv
                                  should use.

  --three / --two                 Use Python 3/2 when creating virtualenv.
  --clear                         Clears caches (pipenv, pip, and pip-tools).
                                  [env var: PIPENV_CLEAR]

  -v, --verbose                   Verbose mode.
  --pypi-mirror TEXT              Specify a PyPI mirror.
  --version                       Show the version and exit.
  -h, --help                      Show this message and exit.


Usage Examples:
   Create a new project using Python 3.7, specifically:
   $ pipenv --python 3.7

   Remove project virtualenv (inferred from current directory):
   $ pipenv --rm

   Install all dependencies for a project (including dev):
   $ pipenv install --dev

   Create a lockfile containing pre-releases:
   $ pipenv lock --pre

   Show a graph of your installed dependencies:
   $ pipenv graph

   Check your installed dependencies for security vulnerabilities:
   $ pipenv check

   Install a local setup.py into your virtual environment/Pipfile:
   $ pipenv install -e .

   Use a lower-level pip command:
   $ pipenv run pip freeze

Commands:
  check      Checks for PyUp Safety security vulnerabilities and against PEP
             508 markers provided in Pipfile.

  clean      Uninstalls all packages not specified in Pipfile.lock.
  graph      Displays currently-installed dependency graph information.
  install    Installs provided packages and adds them to Pipfile, or (if no
             packages are given), installs all packages from Pipfile.

  lock       Generates Pipfile.lock.
  open       View a given module in your editor.
  run        Spawns a command installed into the virtualenv.
  scripts    Lists scripts in current environment config.
  shell      Spawns a shell within the virtualenv.
  sync       Installs all packages specified in Pipfile.lock.
  uninstall  Uninstalls a provided package and removes it from Pipfile.
  update     Runs lock, then sync.
pipenv --help
<style type="text/css">.thtml { --yellow: #CC0; --red: #C00; --magenta: #C0C; --green: #0C0; } .foreground-default { border-color: var(--white); color: var(--white); } .weight-heavy { font-weight: 700; } .foreground-yellow { border-color: var(--yellow); color: var(--yellow); } .foreground-red { border-color: var(--red); color: var(--red); } .foreground-magenta { border-color: var(--magenta); color: var(--magenta); } .foreground-green { border-color: var(--green); color: var(--green); } .background-default { background: var(--black); }</style>
Usage: pipenv [OPTIONS] COMMAND [ARGS]...

Options:
--where Output project home information.
--venv Output virtualenv information.
--py Output Python interpreter information.
--envs Output Environment Variable options.
--rm Remove the virtualenv.
--bare Minimal output.
--completion Output completion (to be executed by the
shell).

--man Display manpage.
--support Output diagnostic information for use in
GitHub issues.

--site-packages / --no-site-packages
Enable site-packages for the virtualenv.
[env var: PIPENV_SITE_PACKAGES]

--python TEXT Specify which version of Python virtualenv
should use.

--three / --two Use Python 3/2 when creating virtualenv.
--clear Clears caches (pipenv, pip, and pip-tools).
[env var: PIPENV_CLEAR]

-v, --verbose Verbose mode.
--pypi-mirror TEXT Specify a PyPI mirror.
--version Show the version and exit.
-h, --help Show this message and exit.


Usage Examples:
Create a new project using Python 3.7, specifically:
$
pipenv --python 3.7

Remove project virtualenv (inferred from current directory):
$
pipenv --rm

Install all dependencies for a project (including dev):
$
pipenv install --dev

Create a lockfile containing pre-releases:
$
pipenv lock --pre

Show a graph of your installed dependencies:
$
pipenv graph

Check your installed dependencies for security vulnerabilities:
$
pipenv check

Install a local setup.py into your virtual environment/Pipfile:
$
pipenv install -e .

Use a lower-level pip command:
$
pipenv run pip freeze

Commands:
check Checks for PyUp Safety security vulnerabilities and against PEP
508 markers provided in Pipfile.

clean Uninstalls all packages not specified in Pipfile.lock.
graph Displays currently-installed dependency graph information.
install Installs provided packages and adds them to Pipfile, or (if no
packages are given), installs all packages from Pipfile.

lock Generates Pipfile.lock.
open View a given module in your editor.
run Spawns a command installed into the virtualenv.
scripts Lists scripts in current environment config.
shell Spawns a shell within the virtualenv.
sync Installs all packages specified in Pipfile.lock.
uninstall Uninstalls a provided package and removes it from Pipfile.
update Runs lock, then sync.

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

dinject-1.0.0a0-py3-none-any.whl (18.3 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