Skip to main content

Simple python text log

Project description

Get Started with textlog

Simple Python Text Log

Getting Started

  • Use our step-by-step guide to get started with textlog in minutes.

1. Download Python

  • Get started with Python to use everything in the textlog.

  • Download Python

2. Get the command line tool

pip install textlog

3. Use

  • Command

    • add

      # Default
      python log.py add "FILE NAME" "CONTEXT"
      # Example
      python log.py add "dongs" "update >> 0.0.1 --> 0.0.2"
      

      Example01

      # Option
      # -p : Write and print at same time.
      # -P : Specifies the path of the file.
      #   Example
      python log.py add -P "c:" log "(2019.10.20 20:23) process >> END" -p
      

      Example02

    • help

      # Default and Example
      python help
      

      Example03

  • Python

    • log

      file_name
      context
      path=None
      # Path where the file will be stored
      # default(None) : Interpreter execution location
      isPrint=False
      # with print
      
      • Example

        import textlog
        textlog.log("dongs", "update >> 0.0.1 --> 0.0.2", path="c:/", isPrint=True)
        

        Example01

Log

  • 0.0.1.1

    • add is_no_file option
  • 0.0.1

    • create project
    • add command
      • add
        • add -p, -P Option
      • help

Copyright

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

textlog-0.0.1.1-py3-none-any.whl (4.0 kB view details)

Uploaded Python 3

File details

Details for the file textlog-0.0.1.1-py3-none-any.whl.

File metadata

  • Download URL: textlog-0.0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 4.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.40.2 CPython/3.8.0

File hashes

Hashes for textlog-0.0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 834e38a52b83bcb517366a9852e4e473e00a6b25aa3c0ce6a70458d1c1c170c8
MD5 040dc32fd20bec389e35497dc84a68dc
BLAKE2b-256 bdca81987e4c717f67e53438fc9d2800475144fd8753b98e9889b8536925cfde

See more details on using hashes here.

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