question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Release `utils/style_doc.py` as a python package

See original GitHub issue

Hi, I like the functionality of your utils/style_doc.py. Did you ever think about open sourcing it as a python package?

I think other projects might also want to use it.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:1
  • Comments:11 (9 by maintainers)

github_iconTop GitHub Comments

2reactions
sguggercommented, Jul 1, 2021

Definitely!

1reaction
sguggercommented, Jul 2, 2021

I meant there could be plenty of edge cases I never thought of since we write the Transformers documentation a certain way, sorry if I was unclear. Everything in that file is pretty standard otherwise.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Packaging Python Projects
Packaging Python Projects¶. This tutorial walks you through how to package a simple Python project. It will show you how to add the...
Read more >
Packaging and distributing projects
Packaging and distributing projects¶. This section covers some additional details on configuring, packaging and distributing Python projects with setuptools ...
Read more >
2. Writing the Setup Script — Python 3.11.1 documentation
The setup script is the centre of all activity in building, distributing, and installing modules using the Distutils. The main purpose of the...
Read more >
6. Modules — Python 3.11.1 documentation
A module is a file containing Python definitions and statements. The file name is the module name with the suffix .py appended. Within...
Read more >
distutils — Building and installing Python modules — Python ...
The distutils package provides support for building and installing additional modules into a Python installation. The new modules may be either 100%-pure Python...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found