Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

asciitable

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

asciitable

Extensible ASCII table reader and writer

  • 0.8.0
  • PyPI
  • Socket score

Maintainers
1

Asciitable can read and write a wide range of ASCII table formats via built-in Extension Reader Classes:

  • Basic: basic table with customizable delimiters and header configurations
  • Cds: CDS format table <http://vizier.u-strasbg.fr/doc/catstd.htx>_ (also Vizier and ApJ machine readable tables)
  • CommentedHeader: column names given in a line that begins with the comment character
  • Daophot: table from the IRAF DAOphot package
  • FixedWidth: table with fixed-width columns
  • Ipac: IPAC format table <http://irsa.ipac.caltech.edu/applications/DDGEN/Doc/ipac_tbl.html>_
  • Latex: LaTeX tables (plain and AASTex)
  • Memory: table already in memory (list of lists, dict of lists, etc)
  • NoHeader: basic table with no header where columns are auto-named
  • Rdb: tab-separated values with a column types line after the column names line
  • Tab: tab-separated values

This is the last major release of the asciitable package:

The asciitable package was moved into the Astropy <http://astropy.org>_ project as astropy.io.ascii <http://astropy.readthedocs.org/en/latest/io/ascii/index.html>_. This sub-package is being actively developed and contains many new features and bug fixes. Users are encouraged to migrate to astropy.io.ascii.

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc