Release `utils/style_doc.py` as a python package
See original GitHub issueHi,
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:
- Created 2 years ago
- Reactions:1
- Comments:11 (9 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Definitely!
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.